cpqClusterResourceState

CPQCLUSTER-MIB · .1.3.6.1.4.1.232.15.2.4.1.1.4

Object

column mandatory Enumeration
The resource's current state.  The following values are defined:
other(1)         - Indicates that an error has occurred and the
                   exact state of the resource could not be determined or
                   the resource state is unavailable.
online(2)        - The resource is online and functioning normally.
offline(3)       - The resource is offline.
failed(4)        - The resource has failed.
onlinePending(5) - The resource is in the process of coming online.
offlinePending(6)- The resource is in the process of going offline.

Context

MIB
CPQCLUSTER-MIB
OID
.1.3.6.1.4.1.232.15.2.4.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
cpqClusterResourceEntry

Walk 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 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCLUSTER-MIB::cpqClusterResourceState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCLUSTER-MIB::cpqClusterResourceState.<cpqClusterResourceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQCLUSTER-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQCLUSTER-MIB::cpqClusterResourceState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2online
3offline
4failed
5onlinePending
6offlinePending