cpqCrLogDrvStatus
CPQCR-MIB ·
.1.3.6.1.4.1.232.141.2.3.1.1.4
Object
column mandatory
Enumeration
RAIDset Status.
The RAIDset can be in one of the following states:
Good (2)
Indicates that the RAIDset is fully operational.
Reduced (3)
Indicates that the RAIDset is operating in a degraded or
reduced state. One or more of the physical disks which make
up the RAIDset are either missing or failed, but the
RAIDset can continue to operate without data loss.
Failed (4)
Indicates that the RAIDset is not operational.
Reconstructing (5)
Indicates that the RAIDset is regenerating a failed
physical drive's data onto a replacement drive that is part
of the RAIDset.
All user data remains available during the reconstruction
process, but some performance reduction may occur when a
request requires access to the device being reconstructed.
Initializing (6)
Indicates that the controller is writing its file structure
onto the RAIDset's member devices.
Context
- MIB
- CPQCR-MIB
- OID
.1.3.6.1.4.1.232.141.2.3.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqCrLogDrvEntry
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 'CPQCR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCR-MIB::cpqCrLogDrvStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQCR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQCR-MIB::cpqCrLogDrvStatus.<cpqCrLogDrvCntlrIndex>.<cpqCrLogDrvIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQCR-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQCR-MIB::cpqCrLogDrvStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | good |
3 | reduced |
4 | failed |
5 | reconstructing |
6 | initializing |