Reference Guide
omconfig storage 命令
169
其中 id 是由 omreport storage controller 命令报告的控制器 ID,PDISKID
被指定为 :
pdisk=connector:enclosureID:targetID |
connector:targetID
语法示例
要在控制器 0 上创建 Cachecade,键入:
omconfig storage controller action=createcachecade
controller=0 pdisk=0:2:3 name=Cachecade1
omconfig 启用 LKM 控制器
使用以下 omconfig storage 命令语法来为控制器启用 LKM 模式和创建加
密密钥。
完整的语法
omconfig storage controller action=enablelkm
controller=id keyid=<keyid string> passphrase=
<passphrase string> [escrow=yes] [filepath=
<Absolute path to the escrow file>]
其中 id 是由 omreport storage controller 命令报告的控制器 ID。
语法示例
要为控制器创建加密密钥,键入:
omconfig storage controller action=enablelkm
controller=1 keyid=Dell_123 passphrase=Dell_123
escrow= yes filepath=C:/escrow.xml
注:
如果设置 escrow=yes,请指定 escrow 文件路径。
omconfig 更新 LKM 控制器密钥
使用以下 omconfig storage 命令语法来更新 LKM 模式下的控制器加密
密钥。
完整的语法
omconfig storage controller action=rekeylkm
controller=id
其中 id 是由 omreport storage controller 命令报告的控制器 ID。