1833788 Members
2319 Online
110063 Solutions
New Discussion

Alarms

 
Matts_2
Contributor

Alarms

HI

Where can I find a list of diffrens categoryes of alarms.

Ex. If harddrive fail in a raid set, is this fail a Critical, Major or Minor?

Ex. If power supply fail, is this fail a Critical, Major or Minor?


/Matts
3 REPLIES 3
H.Y. Yiu
Frequent Advisor

Re: Alarms

well, you can read the MIBs (they are plain text files). You can find something like:

cpqDa7PhyDrvStatusChange TRAP-TYPE
...
DESCRIPTION
"Physical Drive Status Change.
...
--#TYPE "Physical Drive Status Change (3046)"
--#SUMMARY "Physical Drive Status is now %d."
--#ARGUMENTS {11}
--#SEVERITY CRITICAL
--#TIMEINDEX 99
--#VARBINDSEVERITY 2
::= 3046

you can find the mib files in the mibs directory under your SIM directory.
David Claypool
Honored Contributor

Re: Alarms

See "Windows Event IDs and SNMP Traps" from http://www.hp.com/go/hpsim --> Information Library --> Management Agents.
CLEB
Valued Contributor

Re: Alarms

Has this information been removed?