PowerEdge 2650 power supply status values

Trond Hasle Amundsen t.h.amundsen at usit.uio.no
Tue Oct 28 06:17:29 CDT 2008


"Osburn, Michael" <Michael.Osburn at echostar.com> writes:

> I have implemented SNMP monitoring on a few of our PowerEdge 2650
> servers and I keep getting alerts that the power wupply status is at
> 2.0. Is there a table with the codes that I can look up and see if
> this is a normal code and I need to adjust my thresholds or if my
> power supply is having issues?

I recently upgraded my Nagios plugin to speak snmp, and read the MIBs
carefully. In the storage MIB (dcstorag.mib), status codes are listed,
and I've assumed that the status codes are the same for all
components. Following this reasoning a status of '2' is 'Unknown'. Here
is the complete list:

     1 => 'Other',
     2 => 'Unknown',
     3 => 'OK',
     4 => 'Non-critical',
     5 => 'Critical',
     6 => 'Non-recoverable',

You'll probably want to check the sensor state of the PS (oid for this
is 1.3.6.1.4.1.674.10892.1.600.12.1.11.1.<i>). Try snmpwalk:

  snmpwalk -v2c -c public <hostname> 1.3.6.1.4.1.674.10892.1.600.12.1.11.1

You may want to change snmp version or community name. The result from
the query above will be a number:

         1  => 'Presence detected',
         2  => 'PS Failure detected',
         4  => 'Predictive Failure',
         8  => 'PS AC lost',
         16 => 'AC lost or out-of-range',
         32 => 'AC out-of-range, but present',
         64 => 'Configuration error',

Hope this helps.

Cheers,
-- 
Trond H. Amundsen <t.h.amundsen at usit.uio.no>
Center for Information Technology Services, University of Oslo



More information about the Linux-PowerEdge mailing list