Command Line Interface Guide

232 omconfig storage Commands
omconfig Change Encryption Key
Use the following omconfig storage command syntax to change the
encryption key for the controller, if passphrase is provided.
Complete Syntax
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>]
Example Syntax
To change the encryption key for the controller, type:
omconfig storage controller action=
changesecuritykey controller=1 keyid=Dell_123
passphrase=Dell_123 oldpassphrase=Dell_321 escrow=
yes filepath=C:/escrow.xml
NOTE: If you set escrow=yes, you should specify the escrow file path.
omconfig Delete Encryption Key
Use the following omconfig command syntax to delete the encryption key for
the controller.
Complete Syntax
omconfig storage controller action=
deletesecuritykey controller=id
where id is the controller ID as reported by the omreport storage controller
command.
Example Syntax
To delete the security key on controller 1, type:
omconfig storage controller action=
deletesecuritykey controller=1