CLI Syntax Quick Reference for the RMA Mode
To generate a Candidates List for RMA backup:
# ./CentralDeploymentTool -rma -generate [-additional_files=<Path to and Name of File with the List of Additional Files>] -candidates=<Name of Candidates List file>.csv [-server=<IP Address or Name of Domain Management Server>]
|
To show the RMA backup information of a specified remote Security Gateway:
# ./CentralDeploymentTool -rma -info -gateway=<Name of Security Gateway or Cluster Member Object>
|
To collect RMA backup from specified remote Security Gateways according to the Candidates List:
# ./CentralDeploymentTool -rma -backup [-additional_files=<Path to and Name of File with the List of Additional Files>] -candidates=<Name of Candidates List File>.csv [-server=<IP Address or Name of Domain Management Server>]
|
To collect RMA backup information from all remote Security Gateways (Candidates List file is not needed):
# ./CentralDeploymentTool -rma -backupall [-additional_files=<Path to and Name of File with the List of Additional Files>] [-server=<IP Address or Name of Domain Management Server>]
|
To restore the RMA backup information on a remote Security Gateway:
# ./CentralDeploymentTool -rma -restore -gateway=<Name of Security Gateway or Cluster Member Object> -license=<Path to License file> [-server=<IP Address or Name of Domain Management Server>]
|
To specify a CPUSE Clean Install package when you restore the RMA backup information:
# ./CentralDeploymentTool -rma -restore -gateway=<Name of Security Gateway or Cluster Member Object> -license=<Path to License file> -package=<File Name of CPUSE Offline Package>.tgz [-server=<IP Address or Name of Domain Management Server>]
|