User guide
3-298
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.5 activateSoftwareOnME
Description
The NMS invokes this method to determine what configuration data backups exist in the EMS for a
specified list of MEs.
This interface returns a list of IDs of all configuration data backups for the specified MEs. If the list of
MEs in the request is empty, the IDs of all configuration data backups are returned for all MEs.
To allow the NMS to handle a large number of objects, this operation uses an iterator. See the TMF
document Overview of Iterator Usage for information on how iterators are used in this interface.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when one or more MEs in the list do not exist.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
TMF-defined.
3.18.5 activateSoftwareOnME
Synopsis
void activateSoftwareOnME(
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
The NMS uses this method to activate downloaded software on an ME.
Name Type Input/Output Description
managedElementNameList NamingAttributesList_T In List of names of MEs for which the configuration
data IDs are returned. If one or more MEs do not
exist, the operation stops.
how_many long In Maximum number of configuration data backup IDs
to report in the first batch.
backupList BackupIdList_T Out First batch of configuration data backup IDs.
backupIt BackupIdIterator_I Out Iterator to retrieve the remaining configuration data
backup IDs.