cpqSsPowerSupplyUpsStatus
CPQSTSYS-MIB ·
.1.3.6.1.4.1.232.8.2.2.3.1.5
Object
column mandatory
Enumeration
Storage System Power Supply Uninterruptible Power Supply (UPS)
Status.
The following values are defined:
other(1)
The agent is unable to determine if this power supply is
attached to an Uninterruptible Power Supply (UPS).
noUps(2)
No UPS is attached to the power supply.
ok(3)
A UPS is attached to the power supply and is operating
normally.
powerFailed(4)
A UPS is attached to the power supply and the AC power has
failed.
batteryLow(5)
A UPS is attached to the power supply, the AC power has
failed and the UPS battery is low.
Context
- MIB
- CPQSTSYS-MIB
- OID
.1.3.6.1.4.1.232.8.2.2.3.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSsPowerSupplyEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsPowerSupplyUpsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSTSYS-MIB::cpqSsPowerSupplyUpsStatus.<cpqSsPowerSupplyChassisIndex>.<cpqSsPowerSupplyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSTSYS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSTSYS-MIB::cpqSsPowerSupplyUpsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | noUps |
3 | ok |
4 | powerFailed |
5 | batteryLow |