User guide
3-300
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.7 restoreME
3.18.7 restoreME
Synopsis
void restoreME(
in globaldefs::NamingAttributes_T managedElementName,
in string downloadFileName)
raises(globaldefs::ProcessingFailureException)
Description
This asynchronous operation initiates a restore request on the specified ME. The ME configuration file
to restore is obtained from the server.
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.
Compliance
CTM-defined.
3.18.8 getMERestoreStatus
Synopsis
void getMERestoreStatus (
in globaldefs::NamingAttributes_T managedElementName,
out RestoreStatus_T restoreStatus)
raises(globaldefs::ProcessingFailureException)
Description
The NMS uses this method to obtain the current restore status of an individual ME.
Name Type Input/Output Description
managedElementName NamingAttributes_T In Name of the ME for which a restore of configuration
data is required.
downloadFileName String In Name of the file to restore.