remoteControlBladeHealthState
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.22.1.4.1.1.5
Object
column mandatory
Enumeration
The system health state for the blade.
Unknown: Blade is in an undefined state.
Good: Blade is operating normally.
Warning: One or more outstanding warnings exist for this blade.
Critical: One or more outstanding critical events for this blade.
Kernel Mode: Blade is in kernel mode.
Discovering: The AMM is currently in the process of discovering this blade.
Communications Error: The AMM failed to communicate with this blade.
No Power: No power to the blade's domain.
Flashing: Flashing in progress.
Initialization Failure: Blade failed to initialized.
Insufficient Power: Not enough power is left in the blade's domain to power the blade.
Power Denied: Power was denied to the blade.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.22.1.4.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- bladeRemoteControlEntry
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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::remoteControlBladeHealthState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::remoteControlBladeHealthState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::remoteControlBladeHealthState'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.