All MIBs › ArrayManager-MIB › volumeState
volumeState
Module: ArrayManager-MIB
OID (symbolic): ArrayManager-MIB::volumeState
OID (numeric): 1.3.6.1.4.1.674.10893.1.1.140.7.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The volume's current state. Possible states: 0: Unknown 1: Ready - The volume is accessible and has no known problems. 2: Failed - The volume cannot be started automatically. 3: Online 4: Offline 6: Degraded 18: Failed Redundancy - The data on the volume is no longer fault tolerant because one of the underlying disks is not online. 25: No Media 26: Formatting - The volume is being formatted using the specifications you chose for formatting.
?: Initializing - The volume is being initialized. ?: Resynching - The volume's mirrors are being resynchronized so that both mirrors contain identical data. ?: Regenerating - Data and parity are being regenerated for the RAID-5 volume. ?: Failed Redundancy (At Risk) - The data on the volume is no longer fault tolerant, and I/O errors have been detected on the underlying disk ?: No Media - No media has been inserted into the CD-ROM or removable drive.
What is volumeState?
Reports the volume's current operational status -- for example ready and accessible, offline, degraded, being formatted, or having lost redundancy -- so an admin can spot a failing volume. A value of failedRedundancy(18) means the volume's data is no longer fault tolerant because one of its underlying disks is offline, while formatting(26) means the volume is currently being formatted.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.674.10893.1.1.140.7.1.3 snmpwalk -v2c -c public <target> ArrayManager-MIB::volumeState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.674.10893.1.1.140.7.1.3.1 snmpget -v2c -c public <target> ArrayManager-MIB::volumeState.1
Start monitoring Dell OpenManage Array Manager storage systems (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ArrayManager-MIB::volumeState OID value, configure state conditions and alerts, and monitor any Dell OpenManage Array Manager storage systems (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.674 | dell | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893 | storage | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1 | software | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1.1 | arrayManager | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1.1.140 | logicalDevices | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1.1.140.7 | volumeTable | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1.1.140.7.1 | volumeEntry | ArrayManager-MIB |
| 1.3.6.1.4.1.674.10893.1.1.140.7.1.3 | volumeState | ArrayManager-MIB |