|
|
Description:
|
bbSwInventoryUpgradeCommand OBJECT-TYPE
SYNTAX INTEGER {none(1),
-- System Upgrade Options
swUpgradeActive(2), swUpgradeStandby(3), swUpgradeActiveClean(4), swUpgradeStandbyClean(5), swUpgradeSingleSequence(6), swUpgradeDualSequence(7),
-- Service Upgrade Options
svcUpgradeActive(10), svcUpgradeStandby(11), svcUpgradeBoth(12), installSvcActive(13), installSvcStandby(14), installSvcBoth(15)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to issue a software upgrade/install command.
Command Description
---------------------- ---------------------------------------
swUpgradeActive Upgrades the software on the active CTP.
swUpgradeStandby Upgrades the software on the standby CTP.
swUpgradeActiveClean Performs a clean on the CTP and then
upgrades the software on the active CTP.
swUpgradeStandbyClean Performs a clean on the CTP and then
upgrades the software on the standby CTP.
swUpgradeSequenced Performs an upgrade on installed CTPs,
and switchover.
svcUpgradeActive Upgrades services package on the active CTP.
svcUpgradeStandby Upgrades services package on the standby CTP.
svcUpgradeBoth Upgrades services package on both CTPs.
installSvcActive Installs the services package on the active CTP.
installSvcStandby Installs the services package on the standby CTP.
installSvcBoth Installs the services package both CTPs
The object bbSwInventoryStatus shows the status of the upgrade
command. A SET requires that the object bbSwInventoryStatus
not be in the 'inProgress' state.
Setting it to 'none' has no effect, and when it is retrieved
the value will always be 'none'."
|
|
|
|