Cisco CTX2500 Guía de usuario Pagina 382

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 530
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 381
3-306
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.13 getSWDownloadStatus
3.18.13 getSWDownloadStatus
Synopsis
void getSWDownloadStatus (
in globaldefs::NamingAttributes_T managedElementName,
out BackupStatus_T backupStatus)
raises(globaldefs::ProcessingFailureException)
Description
The NMS uses this method to obtain the current software download status of an individual ME.
Parameters
struct BackupStatus_T
{
Current_OperationStatus_T opStatus;
string failureReason;
}
BackupStatus_T is defined as:
Current_OperationStatus_T opStatus—Indicates the current operational status of the software
download.
string failureReason—A free-form text string that is provided if the opStatus value is COS_Aborted
to explain the reason for the abort. (For example, “Comms loss with NE.”)
This data structure identifies the status of the software download operation for a managed element. The
failure reason is present if the operation status indicates a failure (in abort state).
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
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 for which a software download
status is required.
backupStatus BackupStatus_T Out Status of the download.
Vista de pagina 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 529 530

Comentarios a estos manuales

Sin comentarios