virtualDiskState

ArrayManager-MIB · .1.3.6.1.4.1.674.10893.1.1.140.1.1.4

Object

column mandatory Enumeration
The current state of this virtual disk.
Possible states:
 0: Unknown
 1: Ready - The disk is accessible and has no known problems. 
 2: Failed - Access has been lost to the data or is about to be lost.
 3: Online
 4: Offline - The disk is not accessible. The disk may be corrupted or intermittently unavailable. 
 6: Degraded - The data on the virtual disk is no longer fault tolerant because one of the underlying disks is not online.
15: Resynching
24: Rebuilding
26: Formatting
35: Initializing

Context

MIB
ArrayManager-MIB
OID
.1.3.6.1.4.1.674.10893.1.1.140.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
virtualDiskEntry

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::virtualDiskState'
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::virtualDiskState.<virtualDiskNumber>'
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::virtualDiskState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1ready
2failed
3online
4offline
6degraded
7verifying
15resynching
18failedRedundancy
24rebuilding
26formatting
35initializing