IBM Tivoli Monitoring, Version 6.3

tacmd restartFailedDeploy

Description

Use the tacmd restartFailedDeploy command to restart failed deployments. Use this command to restart all the failed entries in the status table or filter the table entries to restart from all status table entries to a specific deployment operation.

You must log in by using the login command before running the restartFailedDeploy command.

Note: Remote Deployment is not supported in environments with a z/OS Tivoli Enterprise Monitoring Server. This restriction includes this command.

CLI syntax

Restarting all the failed entries in the status table:

tacmd restartFailedDeploy {-a|--all}

Restarting specific failed deployment operations in the status table:

tacmd restartFailedDeploy
                     [ {-g|--transactionID} TRANSID ]
                     [ {-c|--command} COMMAND]
                     [ {-h|--hostname} HOSTNAME]
                     [ {-p|--platform} PLATFORM ]
                     [ {-v|--version} VERSION ]
                     [{-t|--product}]
                     [{-a|--all}]

where:
-g|--transactionID
Specifies the global transaction ID. This filter maps to the value shown in the Transaction ID row from the tacmd getdeploystatus command.
-c|--command
Specifies the type of the deployment operation. The following operations are acceptable:
  • START
  • RESTART
  • STOP
  • INSTALL
  • REMOVE
  • CONFIGURE
  • UPDATE
  • CHECKPREREQ
  • SETAGENTCONN
-h|--hostname
Specifies the target host filter that is used to select the entries to restart from the status table. This filter maps to the value shown in the Target Hostname row from the tacmd getdeploystatus command.
-p|--platform
Specifies the platform filter that is used to select the entries to restart from the status table. This filter maps to the value shown in the Platform row from the tacmd getdeploystatus command.
-v|--version
Specifies the version filter that is used to select the entries to restart from the status table. This filter maps to the value shown in the Version row from the tacmd getdeploystatus command.
-t|--product
Specifies the product type filter that is used to select the entries to restart from the status table. This filter maps to the value shown in the Product row from the tacmd getdeploystatus command.
-a|--all
Restarts all the failed entries in the Remote Deploy status table.

CLI example

This command restarts all the failed entries in the Remote Deploy status table:
   tacmd restartFailedDeploy -a

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback