User guide

3-295
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 Software and Data Manager Interface
EXCPT_OBJECT_IN_USE - Raised if there are TPs that are using the transmission descriptor.
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically incorrect.
EXCPT_ENTITY_NOT_FOUND - Raised when the transmission descriptor to delete does not exist.
Compliance
None.
3.18 Software and Data Manager Interface
The softwareAndDataManager interface is used to gain access to operations related to backing up ME
configuration data.
A handle to an instance of this interface is gained via the emsSession::EmsSession_I::getManager()
operation in Manager.
This interface is inherited from interface SoftwareAndDataMgr_I:common::Common_I.
The softwareAndDataManager interface also implements the getCapabilities method. When the NMS
invokes the getCapabilities method, the operations described in the following sections are returned.
3.18.1 backupME
Synopsis
void backupME(
in globaldefs::NamingAttributes_T managedElementName)
raises(globaldefs::ProcessingFailureException)
Description
This asynchronous operation initiates a backup request on the specified ME. This creates a backup of
the current configuration on the ME. The EMS sends the results of the ME backup operation via the
notification service. The NMS can obtain the status of any backup operation on demand. An
NT_BACKUP_STATUS event is sent to indicate the result of the backup operation.
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 the ME does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost.
Name Type Input/Output Description
managedElementName NamingAttributes_T In Name of the ME for which a backup of configuration data
is required.