hpmcNodeStatus
HP-MCCLUSTER ·
.1.3.6.1.4.1.11.2.3.1.6.1.1.2.1.10
Object
column Enumeration
The current state of the node relative to the cluster in this row.
Context
- MIB
- HP-MCCLUSTER
- OID
.1.3.6.1.4.1.11.2.3.1.6.1.1.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpmcClusterEntry
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 'HP-MCCLUSTER' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-MCCLUSTER::hpmcNodeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-MCCLUSTER' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-MCCLUSTER::hpmcNodeStatus.<hpmcClusterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-MCCLUSTER' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-MCCLUSTER::hpmcNodeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | initializing |
2 | failed |
3 | halted |
4 | reconfiguring |
5 | running |
6 | unknown |
7 | paused |