IBM Tivoli Monitoring, Version 6.3

tacmd getDeployStatus

Description

Use the getdeploystatus command to view the status of the asynchronous agent deployment operations. This command is also available for non-agent bundles. You must log in by using the login command before running the getdeploystatus command.
Note: When using the getDeployStatus command to view the status for a createnode group deployment, it generates the same transaction ID twice.

You can also follow the deployment status using the Deployment Status Summary workspace in the Tivoli Enterprise Portal. For more information about the Deployment Status Summary and Deployment Status Summary by Transaction workspaces, see the Tivoli Enterprise Portal User's Guide.

CLI syntax

tacmd getDeployStatus
                        [{-g|--transactionID} TRANSID]  
                        [{-c|--command} COMMAND]
                        [{-h|--hostname} HOSTNAME]
                        [{-p|--platform} PLATFORM]
                        [{-t|--product}]
                        [[{-f|--failed}]  
                        [{-q|--queued}]
                        [{-s|--successful}]
                        [{-r|--retryable}]
                        [{-o|--overview}]
                        

where:
-g|--transactionID
Specifies the global transaction ID.
-c|--command
Specifies the type of the deployment operation. Acceptable operations are: START, RESTART, STOP, INSTALL, REMOVE, CONFIGURE, UPDATE, CHECKPREREQ, or SETAGENTCONN.
-h|--hostname
Specifies the hostname that the deployment operation(s) will occur on.
-p|--platform
Specifies the platform that the deployment operation(s) will occur on.
-t|--product
Specifies the product type that the deployment operation(s) will occur on.
-f|--failed
The flag to filter the result by the failed transaction.
-q|--queued
The flag to filter the result by the queued transaction.
-s|--successful
The flag to filter the result by the successful transaction.
-r|--retryable
The flag to filter the result by the retryable transaction.
-i|--inprogress
The flag to filter the result by the in progress transaction.
-o|-- overview
Displays an overview of the results based on the specified filter.

CLI example

The following example retrieves the status of all the restartagent command requests made on the server you are logged on to:

tacmd getdeploystatus -c RESTART
Transaction ID     : 12134981407119310001874244394
Command             : RESTART
Status                  : SUCCESS
Retries                 : 0
TEMS Name          : r096o001
Target Hostname : F50PA2D:f50pa2d:SYB
Platform               : 
Product                : OY
Version                : 

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback