Print Download PDF Send Feedback

Previous

Next

CLI Syntax Quick Reference for the Advanced Mode

To generate an installation Candidates List:

# ./CentralDeploymentTool -generate -candidates=<Name of Candidates List File>.csv -deploymentplan=<Name of Deployment Plan File>.xml [-server=<IP Address or Name of Domain Management Server>]

To select Security Gateways, for which to generate the Candidates List:

# ./CentralDeploymentTool -generate -candidates=<Name of Candidates List File>.csv -deploymentplan=<Name of Deployment Plan File>.xml -filter=<Name of Filter File> [-server=<IP Address or Name of Domain Management Server>]

To run a Deployment Plan on Security Gateways in the Candidates List:

# ./CentralDeploymentTool -execute -candidates=<Name of Candidates List File>.csv -deploymentplan=<Name of Deployment Plan File>.xml [-server=<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>]

To resume:

# /CentralDeploymentTool -resume -deploymentplan=<Name of Deployment Plan File>.xml [-server=<IP Address or Name of Domain Management Server>]