Reference Guide
omconfig 暗号化キーの作成
コントローラの暗号化キーを作成するには、次の omconfig storage コマンド構文を使用します。
完全な構文
omconfig storage controller action=createsecuritykey controller=id keyid=<キー ID 文字列> passphrase=<パスフレーズ文字列> [escrow=yes]
[filepath=<エスクローファイルへの絶対パス>]
構文例
コントローラに暗号化キーを作成するには、次のように入力します。
omconfig storage controller action=createsecuritykey controller=1 keyid=Dell_123 passphrase=Dell_123 escrow= yes filepath=C:/escrow.xml
omconfig 暗号化キーの変更
パスフレーズが提供されている場合、コントローラの暗号化キーを変更するには、次の omconfig storage コマンド構文を使用します。
完全な構文
omconfig storage controller action=changesecuritykey controller=id keyid=<キー ID 文字列> passphrase=<パスフレーズ文字列> oldpassphrase=<古い
パスフレーズ文字列> [escrow=yes] [filepath=<エスクローファイルへの絶対パス>]
構文例
コントローラの暗号化キーを変更するには、次のように入力します。
omconfig storage controller action=changesecuritykey controller=1 keyid=Dell_123 passphrase=Dell_123 oldpassphrase=Dell_321 escrow= yes
filepath=C:/escrow.xml
omconfig 暗号化キーの削除
コントローラの暗号化キーを削除するには、次の omconfig storage コマンド構文を使用します。
完全な構文
omconfig storage controller action=deletesecuritykey controller=id
id は、omreport storage controller コマンドによって報告されるコントローラ ID です。
構文例
コントローラ 1 のセキュリティキーを削除するには、次のように入力します。
omconfig storage controller action=deletesecuritykey controller=1
omconfig バックグラウンドの初期化率の設定
バックグラウンドの初期化率を設定するには、次の omconfig コマンド構文を使用します。
完全な構文
omconfig storage controller action=setbgirate controller=id rate=<0~100>
メモ:escrow=yes と設定する場合、エスクローファイルへのパスを指定します。
メモ:escrow=yes と設定する場合、エスクローファイルへのパスを指定します。