|
|
Description:
|
sieMPPortStatus OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
unused (2),
disabled (3),
passthrough (4),
active (5),
standby (6),
error (7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "These are the possible states a port can be in
UNKNOWN cannot get status information for this port
UNUSED this port cannot be used for MultiPath (user defined)
DISABLED this port is turned off - no I/O is possible
PASSTHROUGH every I/O for this port is sent through the driver without being looked at
ACTIVE this port can accept I/Os. When load balancing is off only one port of a MultiPath group can be active
STANDBY this port waits until an active port fails and takes over all I/Os then
ERROR this port failed due to an error"
|
|
|
|