cpqFcaSpareStatus
CPQFCA-MIB ·
.1.3.6.1.4.1.232.16.2.4.1.1.3
Object
column mandatory
Enumeration
Spare Status.
This shows the status of the on-line spare drive.
The following values are valid for the spare status:
Inactive (2)
The monitored system has an on-line spare configured, but is
not currently in use.
Failed (3)
The on-line spare has failed and is no longer available for use.
Building (4)
A physical drive has failed. Automatic Data Recovery
is in progress to recover data to the on-line spare.
Active (5)
A physical drive has failed. Automatic Data Recovery is
complete. The system is using the on-line spare as a
replacement for the failed drive.
Context
- MIB
- CPQFCA-MIB
- OID
.1.3.6.1.4.1.232.16.2.4.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqFcaSpareEntry
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 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaSpareStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQFCA-MIB::cpqFcaSpareStatus.<cpqFcaSpareBoxIndex>.<cpqFcaSparePhyDrvIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQFCA-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQFCA-MIB::cpqFcaSpareStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | inactive |
3 | failed |
4 | building |
5 | active |