Reference Guide
162
omconfig storage 命令
语法示例
要为控制器创建加密密钥,键入:
omconfig storage controller action=
createsecuritykey controller=1 keyid=Dell_123
passphrase=Dell_123 escrow= yes filepath=
C:/escrow.xml
注:
如果设置 escrow=yes,请指定 escrow 文件路径。
omconfig 更改加密密钥
如果提供了密码短语,使用以下 omconfig storage 命令语法来更改控制器
的加密密钥。
完整的语法
omconfig storage controller action=
changesecuritykey
controller=id keyid=<keyid
string> passphrase=<passphrase string>
oldpassphrase=<old passphrase string>[escrow=yes]
[filepath=<Absolute path to the escrow file>]
语法示例
要为控制器更改加密密钥,键入:
omconfig storage controller action=
changesecuritykey controller=1 keyid=Dell_123
passphrase=Dell_123 oldpassphrase=Dell_321 escrow=
yes filepath=C:/escrow.xml
注:
如果设置 escrow=yes,请指定 escrow 文件路径。
omconfig 删除加密密钥
使用以下 omconfig 命令语法来为控制器删除加密密钥。
完整的语法
omconfig storage controller action=
deletesecuritykey controller=id
其中 id 是由 omreport storage controller 命令报告的控制器 ID。