cpqRackServerBladePOSTStatus
CPQRACK-MIB ·
.1.3.6.1.4.1.232.22.2.4.1.1.1.35
Object
column optional
Enumeration
Blade server power-on self test (POST) status.
This value will be one of the following:
other(1)
The state of the blade POST could not be determined.
started(2)
Blade has started Power-on-self-test (POST) process.
completed(3)
Blade has finished Power-on-self-test (POST) process.
failed(4)
Blade has failed to complete Power-on-self-test (POST) process and halted.
This will be other(1) if the rack does not report this information or if it could not be determined.
Context
- MIB
- CPQRACK-MIB
- OID
.1.3.6.1.4.1.232.22.2.4.1.1.1.35- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- cpqRackServerBladeEntry
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 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackServerBladePOSTStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackServerBladePOSTStatus.<cpqRackServerBladeRack>.<cpqRackServerBladeChassis>.<cpqRackServerBladeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQRACK-MIB::cpqRackServerBladePOSTStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | started |
3 | completed |
4 | failed |