Operating System - HP-UX
1832987 Members
2797 Online
110048 Solutions
New Discussion

HPUX server monitoring (Quick 10 pointer!)

 
SOLVED
Go to solution
Charles Harris
Super Advisor

HPUX server monitoring (Quick 10 pointer!)

Dear all,

Just a quck question, is there a way of telling a servers current temp? - without going to have a look ;-) / any idea what warning, if any, are sent to the syslog before a thermal shutdown occurs ?

Any tips, pointers, RTFF's warmly welcomed as usual!!

Cheers,


-ChaZ-
10 REPLIES 10
Sridhar Bhaskarla
Honored Contributor
Solution

Re: HPUX server monitoring (Quick 10 pointer!)

I don't know if we can get the temperature but you can certainly configure "envd" daemon to report errors to syslog or run commands by using /etc/envd.conf.

Look at the example file in /usr/newconfig/etc/envd.conf.

Make modifications and move it to /etc and restart envd by sending it a SIGHUP signal (kill -1)

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
John Poff
Honored Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

Hi,

The quick answer is no. Here are a couple of threads along the same lines as this one:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x63bfc8ecad09d6118ff40090279cd0f9,00.html

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc61336e69499d611abdb0090277a778c,00.html

I think EMS will monitor the temperature on the newer systems. It comes up in one of the threads above.

JP
Martin Johnson
Honored Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

I have heard of temp monitors that communicate with ITO via SNMP traps, but I don't have any details.

HTH
Marty
MANOJ SRIVASTAVA
Honored Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

I dont think there is a way to tell the curretn temp , but you can attach may be a digital thermoter and make the seriakl port read the temp uisng a simple C program.


Manoj Srivastava
Jeff Schussele
Honored Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

Hi Chaz,

You need to check the syslog.log for OVERTEMP
grep -i overtemp /var/adm/syslog/syslog.log

When it first goes out of bounds you'll get WARNING msgs - when it approaches shutdown temp you'll get CRITICAL msgs. If not abated it will eventually force a shutdown.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Michael Elleby III_1
Trusted Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

charles-

You may want to look at the EMS Hardware Monitor application that will alert you on certain hardware conditions (i.e. temp) and give you the ability to possibly respond before a critical failure.

Mike Elleby
Knowledge Is Power
Michael Elleby III_1
Trusted Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

Charles, I should have added (since I neglected to ask), that mainly the N, L and A servers are intelligent enough to shutdown when the temperature is way too high.. And although it does not work with all of your devices in your system, this might be a good place to start...

I remember a post by Bill Hassell from HP speaking of purchasing a type of thermometer to monitor temp conditions..

Hope this helps.

Mike elleby
Knowledge Is Power
Charles Harris
Super Advisor

Re: HPUX server monitoring (Quick 10 pointer!)

Thanks for all the advice, as it turns out, the air-con in our server room has restarted - so panic over!

Thanks again for all the useful info!

-=ChaZ=-

Ps. The points thing doesn't seem to be work, I'll slap them on as soon as I can!!

Anonymous
Not applicable

Re: HPUX server monitoring (Quick 10 pointer!)

Michael,
"that mainly the N, L and A servers are intelligent enough to shutdown when the temperature is way too high"-
as far as I recall _every_ S800 HP server I know (from 825 up to Superdome) came with a temp sensor. I guess that's why HP can provide envd as part of the os;-)
Elif Gius
Valued Contributor

Re: HPUX server monitoring (Quick 10 pointer!)

Hi,
Normally EMS is configured for such things. When a cabinet fails, it sends a message about this. So you will be informed just in time !!!