cpqSsBoxFanStatus
CPQSTSYS-MIB ·
.1.3.6.1.4.1.232.8.2.1.1.7
Object
column mandatory
Enumeration
Drive Box Fan Status.
This is the current status of the fans in the drive box.
This value will be one of the following:
other(1)
Fan monitoring is not supported by this system
or it is not supported by the driver.
ok(2)
All fans are working normally.
failed(3)
One or more storage system fans have failed. The fan(s) should
be replaced immediately to avoid hardware damage.
noFan(4)
This unit does not support fan monitoring.
degraded(5)
At least one storage system fan has failed, but there is still
sufficient cooling capacity to allow the system to continue.
The fan should be replaced.
Context
- MIB
- CPQSTSYS-MIB
- OID
.1.3.6.1.4.1.232.8.2.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSsDrvBoxEntry
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::cpqSsBoxFanStatus'
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::cpqSsBoxFanStatus.<cpqSsBoxCntlrIndex>.<cpqSsBoxBusIndex>'
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::cpqSsBoxFanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | failed |
4 | noFan |
5 | degraded |