User guide
3-299
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.18.6 revertSoftwareOnME
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist.
Compliance
CTM-defined.
3.18.6 revertSoftwareOnME
Synopsis
void revertSoftwareOnME(
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
The NMS uses this method to revert to the older software version on the specified managed element.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist.
Compliance
CTM-defined.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T
managedElementName
In Name of the ME on which to activate
software.
Name Type Input/Output Description
managedElementName globaldefs::NamingAttributes_T
managedElementName
In Name of the ME on which to revert software back
to the older version.