Exports the configuration of an installed Entrust solution.
clusterctl solution config export --solution-id <solution_id> --path <dir_path>
See below for a description of each parameter.
For example:
$ sudo clusterctl solution config export --solution-id eva --path /home/sysadmin/eva/config
Exporting the configuration files... Done
The command will raise an error if:
- The
<dir_path>
folder does not exist in the node where you run the command. - The
<dir_path>
folder is not empty. - The Entrust solution is not correctly registered and deployed.
-i, --solution-id <solution_id>
Export the configuration of the solution with the <solution_id>
identifier.
Run the clusterctl solution info command to get the identifiers of the installed Entrust solutions.
Mandatory: Yes.
-f, --path <dir_path>
Export the configuration in <dir_path>
, where <dir_path>
is the path of an empty folder in the execution node.
Mandatory: Yes.