Reference Guide
注: 要检查控制器是否具有保留的高速缓存,请键入 omreport storage controller
controller=id。如果系统显示 Preserved Cache=yes,则表示存在保留的高速缓
存。
语法
omconfig storage controller action= discardpreservedcache
controller=id force=enabled | disabled
如果设置 force=enabled,无论控制器是检测到外部虚拟磁盘还是脱机虚拟磁盘,都会丢弃
高速缓存。
例如,
丢弃保留的高速缓存。
示例
omconfig storage controller action= discardpreservedcache
controller=1 force=enabled
小心: 丢弃保留的高速缓存会导致数据丢失。建议您使用 force=disabled 选项运行此命令。
注: 如果检测到外部配置,则使用 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。
150