USER MANUALS


Use of Configure Scheduler Export Key Script

The configure_scheduler_export_key script allows to configure a password for sensitive data encryption used by default to export/import metadata, instead of Scheduler default one. When exporting/importing metadata, if the export key password is set an the user does not specify a custom password, then the export key password will be used. This script is available in the setup/scheduler directory of the platform. It is provided in two versions: configure_scheduler_export_key.sh (for Linux systems) and configure_scheduler_export_key.bat (for Windows systems). Make sure the Scheduler server is stopped before setting the key.

Syntax of the configure_scheduler_export_key script in automatic mode

configure_scheduler_export_key -k [encrypted:]<key>

where:

-k [encrypted:]<key>: automatic key configuration. This option does not work if there is already a key configured. You can encrypt key/password using the script encrypt_password. Then, copy the output of this command and pass it as an argument of this parameter, with the prefix encrypted. For example, -k encrypted:Gr16MjvuXhRzPtPH/yTXHw==.

./configure_scheduler_export_key.sh -k
"encrypted:wj8lN8TDVPzmFOCplpoUt7uCYVSVA01emJwR27MWPwHtuSek1Ds0FAo5GOFIoFXwpvq5s9mNtzLwnAq8T8RAReA4FfG4pUwYs6ZxrWYGNtoZTGxyvIGXtlDWTZ6Rs6J51DWMfD63ZkoBzEbtF63AMQ=="

This command sets the password used to encrypt exported sensitive data (in this example, we pass this new password encrypted).

Syntax of the configure_scheduler_export_key script in interactive mode

configure_scheduler_export_key -i

where:

-i: interactive mode. Interactive mode can be used to set,update or remove the key.

Note

If you are going to use the Solution Manager to migrate changes in the server’s metadata from one environment to another (Promotions), use the same export key in all the environments.

Add feedback