|
|
Description:
|
sysDriveStatus OBJECT-TYPE
SYNTAX INTEGER {
online(1),
corrupt(2),
failed(3),
notPresent(4),
disconnected(5),
offline(6),
initializing(7),
formatting(8),
unknown(9)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the system drive.
online(1) - the system drive is accessible through
the fibre channel interface.
corrupt(2) - the system drives master boot record
is corrupt.
failed(3) - the system drive has failed and is no
longer accessible through the fibre
channel interface.
notPresent(4) - device no longer present.
disconnected(5) - device is present but not accessible
by the controller
offline(6) - all ports are offline
initializing(7) - not accessible until initialization phase has
completed
formatting(8) - device is formatting
unknown(9) - unknown device status
This object will only have the value unknown(9)."
|
|
|
|