eqlRAIDDriveOperStatus
EQLRAID-MIB ·
.1.3.6.1.4.1.12740.10.1.4.1.3
Object
column Enumeration
Operational status of the drive: 1 - no drive 2 - active 3 - failed 4 - too small 5 - reconstructing 6 - swapping 7 - spare
Context
- MIB
- EQLRAID-MIB
- OID
.1.3.6.1.4.1.12740.10.1.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eqlRAIDDriveEntry
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 'EQLRAID-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLRAID-MIB::eqlRAIDDriveOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLRAID-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLRAID-MIB::eqlRAIDDriveOperStatus.<eqlGroupId>.<eqlMemberIndex>.<eqlRAIDDriveDriveLUNIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLRAID-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLRAID-MIB::eqlRAIDDriveOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noDrive |
2 | active |
3 | failed |
4 | tooSmall |
5 | reconstruct |
6 | swap |
7 | spare |