|
Description:
|
groupSetAdmin OBJECT-TYPE
SYNTAX INTEGER {noOp(0), unlock(1), lock(2), forcelock(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Command to set the administrative state of the system.
noOp : no operation.
Unlock : The groupAdminState variable is set to unlocked.
Lock : If the groupUsageState variable's value is
idle-unusable or idle, then the groupAdminState
variable is set to locked. If activities are in
progress, the groupUsageState variable's value
is either busy or active, activities continue
until normal completion and the groupAdminState
variable is set to shuttingdown.
Forcelock : The groupAdminState variable is set to locked
and the groupUsageState variable's value is
updated to idle-unusable. All activities that
are in progress will be terminated immediately.
No new request may be initiated."
DEFVAL {noOp}
|
|
|