|
|
Description:
|
ctDARegistryAdminStatus OBJECT-TYPE
SYNTAX INTEGER {
up(1), -- ready execute
down(2),
testing(3) -- in some test mode
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The desired state of the subsystem. The testing(3)
state indicates that no operational functions can be
passed. When a managed system initializes, all
subsystems start with ctDARegistryAdminStatus in the up(1)
state. As a result of either explicit management
action or per configuration information retained by
the managed system, ctDARegistryAdminStatus is then changed
to
either the dowm(2) or testing(3) states (or remains in
the up(1) state)."
|
|