Configuration File Commands Parent topic

Perform actions on the configuration file using the Command Line Interface by typing your command in the following format:
SLCmd.exe -p <admin_password> <command>   <parameter> <value>
The following table lists the available abbreviated forms of parameters.

Abbreviations and Uses

Parameter
Abbreviation
Use
configuration
con
Manage the configuration file
The following table lists the commands, parameters, and values available.

Configuration File Commands

Command
Parameter
Description
decrypt configuration
<path_of_encrypted_file> <path_of_decrypted_output_file>
Decrypts a configuration file to the specified location
For example, to decrypt C:\config.xen to C:\config.xml, type:
SLCmd.exe -p <admin_password> decrypt configuration C:\config.xen C:\config.xml
encrypt configuration
<path_of_file> <path_of_encrypted_output_file>
Encrypts a configuration file to the specified location
For example, to encrypt C:\config.xml to C:\config.xen, type:
SLCmd.exe -p <admin_password> encrypt configuration C:\config.xml C:\config.xen
export configuration
<path_of_encrypted_output>
Export the configuration file to the specified location
For example, type:
SLCmd.exe -p <admin_password> export configuration C:\config.xen
import configuration
<path_of_encrypted_input>
Import a configuration file from the specified location
For example, type:
SLCmd.exe -p <admin_password> import configuration C:\config.xen