clusClusterModuleIsHotSpare
LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB ·
.1.3.6.1.4.1.9804.3.1.1.2.12.49.1.4
Object
True if the storage module is a hot spare, false otherwise. Deprecated in SAN/iQ 7.0.
Context
- MIB
- LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB
- OID
.1.3.6.1.4.1.9804.3.1.1.2.12.49.1.4- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- clusClusterModuleEntry
- Groups
- 1
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 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB::clusClusterModuleIsHotSpare'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB::clusClusterModuleIsHotSpare.<clusClusterIndex>.<clusClusterModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LEFTHAND-NETWORKS-NSM-CLUSTERING-MIB::clusClusterModuleIsHotSpare'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |