設定ファイルコマンド 親トピック

コマンドラインインタフェースに次のコマンドを入力して、設定ファイルに対して処理を実行します。
SLCmd.exe -p <admin_password> <command> <parameter> <value>
次の表は、使用可能なパラメータの省略表記一覧を示しています。

省略表記と用法

パラメータ
省略表記
用法
configuration
con
設定ファイルを管理します
次の表は、使用可能なコマンド、パラメータ、および値の一覧を示しています。

設定ファイルコマンド

コマンド
パラメータ
説明
decrypt configuration
<path_of_encrypted_file> <path_of_decrypted_output_file>
設定ファイルを復号します
たとえば、C:¥config.xenC:¥config.xmlに復号する場合は、次のように入力します。
SLCmd.exe -p <admin_password> decrypt configuration C:\config.xen C:\config.xml
encrypt configuration
<path_of_file> <path_of_encrypted_output_file>
設定ファイルを暗号化します
たとえば、C:¥config.xmlC:¥config.xenに暗号化する場合は、次のように入力します。
SLCmd.exe -p <admin_password> encrypt configuration C:\config.xml C:\config.xen
export configuration
<path_of_encrypted_output>
指定したファイルに設定をエクスポートします
たとえば、次のように入力します。
SLCmd.exe -p <admin_password> export configuration C:\config.xen
import configuration
<path_of_encrypted_input>
指定したファイルから設定をインポートします
たとえば、次のように入力します。
SLCmd.exe -p <admin_password> import configuration C:\config.xen