Operating System - Tru64 Unix
1833461 Members
3170 Online
110052 Solutions
New Discussion

Re: Tru64 : monitoring temp CPU

 
SEck
New Member

Tru64 : monitoring temp CPU

Hello,

I'd like to know if the v5.1A tru64's version incorporate information about CPU temperature in its MIB ?
(i'm looking for snmp monitoring)
I am a few lost
sorry for my "english"

thanks
1 REPLY 1
Ivan Ferreira
Honored Contributor

Re: Tru64 : monitoring temp CPU

By checking the cpqhealth.mib I can see that there are several temperature counters, one of them is cpu:

cpqHeThermalCpuFanStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
ok(2),
failed(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of the processor fan(s) in the system.

This value will be one of the following:
other(1)
Fan status detection is not supported by this system or driver.

ok(2)
All fans are operating properly.

failed(4)
A fan is not operating properly.

The system will be shutdown if the failed(4) condition occurs."

See also:

http://h30097.www3.hp.com/cma/


Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?