Command Line Interface Guide

240 omconfig storage Commands
Complete Syntax
omconfig storage controller action=createcachecade
controller=id pdisk=<PDISKID> [name=<string>]
where id is the controller ID as reported by the omreport storage controller
command and PDISKID is specified as:
pdisk=connector:enclosureID:targetID |
connector:targetID
Example Syntax
To create a cachecade on the controller 0, type:
omconfig storage controller action=createcachecade
controller=0 pdisk=0:2:3 name=Cachecade1
omconfig Enable LKM Controller
Use the following omconfig storage command syntax to enable the LKM
mode and create the encryption key for the controller.
Complete Syntax
omconfig storage controller action=enablelkm
controller=id keyid=<keyid string> passphrase=
<passphrase string> [escrow=yes] [filepath=
<Absolute path to the escrow file>]
where id is the controller ID as reported by the omreport storage controller
command.
Example Syntax
To create the encryption key for the controller, type:
omconfig storage controller action=enablelkm
controller=1 keyid=Dell_123 passphrase=Dell_123
escrow= yes filepath=C:/escrow.xml
NOTE: If you set escrow=yes, you should specify the escrow file path.