|
|
Description:
|
bbPartitionConfigCommand OBJECT-TYPE
SYNTAX INTEGER {none(1), enable(2), enableClean(3), disable(4), restart(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to issue a command to this partition.
SET operation Description
-------------- ------------------------------------------------
enable(2) To enable a partition retaining previous configuration.
enableClean(3) To enable a partition with a clean (default) configuration.
For enable and enableClean, the following objects must have
valid values so they can be used as defaults:
bbPartitionConfigName
bbPartitionConfigIpAddress
disable(4) To disable a partition. A partition can be disabled only
if it has no slots assigned to it.
restart(5) To restart a partition. A partition can be restarted even
if it owns slots.
On a GET, none(1) is return."
|
|
|
|