MIB Viewer

virtualDiskState

OBJECT-TYPE
1.3.6.1.4.1.674.10893.1.1.140.1.1.4
Access
read-only
Status
mandatory
Sub-identifiers
0
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
INTEGER { ready(1), failed(2), online(3), offline(4), degraded(6), verifying(7), resynching(15), failedRedundancy(18), rebuilding(24), formatting(26), initializing(35) }