Reference Guide
注: 如果检测到外部配置,则使用 force=disabled 选项的处理命令会失败。 为避免数据
丢失,请导入外部配置并将保留的高速缓存清除至磁盘。要强制丢弃保留的高速缓存,请
清除外部配置并运行处理命令,或运行使用 force=enabled 选项的处理命令。
Omconfig 创建加密密钥
说明 为控制器创建加密密钥。
语法
omconfig storage controller action= createsecuritykey controller=id
keyid=<keyid string> passphrase=<passphrase string>[escrow= yes]
[filepath=<Absolute path to the escrow file>]
例如,
为控制器创建加密密钥。
示例
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 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 storage controller action= deletesecuritykey controller=id,
其中 id 是由 omreport storage controller 命令报告的控制器 ID。
例如,
为控制器更改加密密钥。
示例
omconfig storage controller action= deletesecuritykey controller=1
Omconfig 设置后台初始化率
说明 设置后台初始化率。
语法
omconfig storage controller action=setbgirate controller=id rate=<0
to 100>,其中 id 是由 omreport storage controller 命令报告的控制器 ID。
例如, 设置控制器 1 上的后台初始化率为 50。
示例
omconfig storage controller action=setbgirate controller=1 rate=50
149