Executed when: Starting up and deploying solutions with clusterctl.

Imports the configuration of an installed Entrust solution.

clusterctl solution config import --solution-id <solution_id> --path <dir_path>

See below for a description of each parameter.

For example:

$ sudo clusterctl solution config import --solution-id eva --path /home/sysadmin/eva/config
Importing 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 empty.
  • The Entrust solution is not correctly registered and deployed.

To make configuration changes effective, redeploy the solution with the clusterctl solution deploy command.

-i, --solution-id <solution_id>

Import 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>

Import all configuration files that are included in the folder with the <dir_path> path and have filenames matching the following regular expression.

^[a-zA-Z0-9/\\._-]{3,64}$

The command removes from the solution any other configuration file. Therefore, always run the clusterctl solution config import command beforehand to ensure you have the complete set of configuration files.


Mandatory: Yes.