[Orca-users] Re: orca server memory problem

karl.rossing at federated.ca karl.rossing at federated.ca
Wed Jun 13 10:53:23 PDT 2001


I use prtdiag to check the temparature. But prtdiag differs from system to
system(e450 output is different from a e250)

here are the temparature settings for the e450:

System Temperatures (Celsius):
------------------------------
AMBIENT    19
CPU 1      40
CPU 2      40
CPU 3      40

This is the output on a e250:
System Temperatures (Celsius):
------------------------------
      CPU0    40
      CPU1    40
       MB0    29
       MB1    23
       PDB    23
      SCSI    22

This is how i check the temparature via the command line on the e450. I
put the following in my .kshrc
export AMBIENT=$(/usr/platform/sun4u/sbin/prtdiag -v | grep "^AMBIENT" |
awk '{print $2}')
export AMBIENTF=$(echo "$AMBIENT*9/5+32" | bc)
alias -x checktemp='echo "\n$AMBIENT celcius or $AMBIENTF farenheit\n"'

I'm not suggesting using this with orca, but this is how i currently do
it.






Blair Zajac <blair at gps.caltech.edu>
06/13/2001 11:58 AM
Please respond to orca-users


        To:     orca-users at yahoogroups.com
        cc:
        Subject:        Re: [orca-users] Re: orca server memory problem


Brian,

Tracking down these memory problems is really tough, especially in
Perl.  I would continue using the script you use for now.

I do think adding temperature would be a useful addition and within
the scope of orcallator.  If you can add this to orcallator.se, which
is written in a C-like language, that would be great.

If you can get the temperature information without spawning another
process from orcallator.se, that would be ideal.  What program is
commonly used to get this data?

Regards,
Blair

brian_waldock at globalcrossing.com wrote:
>
> Blair,
>
> I never installed version .26. My first install was .27. It takes
> about 6 or 7 hours to completely run out of freemem.
>
> Currently I have cron set up to stop/start orca twice a day, which
> works ok but I would like to solve my memory issue if possible.
>
> On a side note I also wanted to ask about tracking environmental
> conditions (temp) graphically through orca. I think that would be a
> great addition to the tool but don't know if its in your scope. I may
> be interested in helping develop this. Let me know if you think its
> feasable.
>
> Thanks Brian
>
> --- In orca-users at y..., Blair Zajac <blair at g...> wrote:
> > Hello Brian,
> >
> > Did you have the same problems with Orca 0.26?  If all you did was
> > install the new version, then its an Orca issue.
> >
> > How long does it take to run out of memory?
> >
> > Regards,
> > Blair
> >
> > brian_waldock at g... wrote:
> > >
> > > Hello,
> > >
> > > has anyone seen an memory issue running orca .27B1. I am running
> > > solaris 8 on a netrat1 200 with 512 MB ram. I pull data from 6
> clients
> > > and process everything on this one machine. Everything works great
> > > until I run out of free memory one the system and everthing kind
> of
> > > comes to a screaching halt. I recycle orca and everything comes
> back
> > > ok. Am I doing something wrong here?
> > >
> > > Many Thanks
> > > Brian
>
>                    Yahoo! Groups Sponsor
>  []
>
>



More information about the Orca-users mailing list