Operating System - OpenVMS
1828921 Members
2717 Online
109986 Solutions
New Discussion

Re: How to obtain Temperature Data, Power and Fan Status with SNMP

 
SOLVED
Go to solution
Heinz W Genhart
Honored Contributor

How to obtain Temperature Data, Power and Fan Status with SNMP

Does somebody know:

- how to load MIB's on OpenVMS
- where we can get the required MIB's for obtaining Temperature Data, Power and Fan Status

Are there some examples somwhere ?
4 REPLIES 4
John Gillings
Honored Contributor

Re: How to obtain Temperature Data, Power and Fan Status with SNMP

Heinz,

Not all Alpha systems have hardware status available to software. You can check to see if your system has any temperature sensors with:

$ WRITE SYS$OUTPUT F$GETSYI("TEMPERATURE_VECTOR")

An error message or lots of FF's mean no sensors.

See http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=978342

for some discussion and further references.

I think the official HP line on SNMP and OpenVMS is "Buy OpenView". There may be 3rd party alternatives that you can probably find with Google.
A crucible of informative mistakes
Heinz W Genhart
Honored Contributor

Re: How to obtain Temperature Data, Power and Fan Status with SNMP

I supplied this forum already with code to optain this information on older machines like a AlphaServer 4100.

But on newer machines, like ES45 and GS1280 those SYI item codes doesn't work.

The only way I know how to obtain this information on newer Alpha machines, are SNMP Traps, but I don't know exactly how to do this. How I can 'load' MIB's, how I have to spell the trap to get the required informatione
Ian Miller.
Honored Contributor
Solution

Re: How to obtain Temperature Data, Power and Fan Status with SNMP

The current version of the Insight Management Agents can obtain temprature information
http://h71000.www7.hp.com/openvms/products/mgmt_agents/index.html
____________________
Purely Personal Opinion
Heinz W Genhart
Honored Contributor

Re: How to obtain Temperature Data, Power and Fan Status with SNMP

The Solution with the OVO Client works well.