Print Download PDF Send Feedback

Previous

Next

CLI Syntax Quick Reference for the Basic Mode

To show built-in usage:

# ./CentralDeploymentTool [-h | --help]

To generate an Installation Candidates List:

# ./CentralDeploymentTool –generate <Desired Name of Candidates List File>.csv [<IP Address or Name of Domain Management Server>]

To run only preparations on all marked candidates in the Candidates List:

# ./CentralDeploymentTool -preparations <Name of Candidates List File>.csv [<IP Address or Name of Domain Management Server>]

To run extended preparations on all marked candidates:

# ./CentralDeploymentTool -extended_preparations <Name of Candidates List File>.csv [<IP Address or Name of Domain Management Server>]

To run a full installation on all marked candidates:

# ./CentralDeploymentTool -install <Name of Candidates List File>.csv [<IP Address or Name of Domain Management Server>]

To monitor the installation progress:

Note - The CDT writes the progress details at 5 seconds intervals to these log files in the directory of the CentralDeploymentTool binary file.

# watch -d cat CDT_status.txt

# watch -d cat CDT_status_brief.txt

To retry (in a new SSH shell):

# ./CentralDeploymentTool -retry [<IP Address or Name of Domain Management Server>]