diskState

ArrayManager-MIB · .1.3.6.1.4.1.674.10893.1.1.140.2.1.4

Object

column mandatory Enumeration
The current state of the Disk.
Possible states:
 0: Unknown
 1: Ready
 2: Failed
 3: Online - The disk is accessible and has no known problems. 
 4: Offline
 6: Degraded
24: Rebuild
25: No Media
40: Not Ready

Context

MIB
ArrayManager-MIB
OID
.1.3.6.1.4.1.674.10893.1.1.140.2.1.4
Type
column
Access
readonly
Status
mandatory
Parent
diskEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1ready
2failed
3online
4offline
6degraded
24rebuild
25noMedia
40notReady