scalableComplexNodeHealthState
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.24.1.1.4
Object
column mandatory
Enumeration
The system health state for the component.
Unknown: Component is in an undefined state.
Good: Component is operating normally.
Warning: One or more outstanding warnings exist for this component.
Critical: One or more outstanding critical events for this component.
Kernel Mode: Component is in kernel mode.
Discovering: The MM is currently in the process of discovering this component.
Communications Error: The MM failed to communicate with this component.
No Power: No power to the component's domain.
Flashing: Flashing in progress.
Initialization Failure: Component failed to initialized.
Insufficient Power: Not enough power is left in the component's domain to power the component.
Power Denied: Power was denied to the component.
Maintenance Mode: Node is undergoing a service operation and should not be updated or powered on/off.
Firehose Dump: Node is undergoing a storage save operation and should not be udpated or powered on/off
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.24.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- scalableComplexEntry
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::scalableComplexNodeHealthState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::scalableComplexNodeHealthState.<scalableComplexTopologyPath>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::scalableComplexNodeHealthState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | good |
2 | warning |
3 | critical |
4 | kernelMode |
5 | discovering |
6 | commError |
7 | noPower |
8 | flashing |
9 | initFailure |
10 | insufficientPower |
11 | powerDenied |
12 | maintMode |
13 | firehoseDump |