Reference Guide

Table Of Contents
modifysecuritykey
Description
Modifies the security key and password of the controller.
Synopsis
racadm raid modifysecuritykey:<ControllerFQDD> -key <Key id> -oldpasswd
<oldpassphrase> -newpasswd <newpassphrase>
Input
-key <Key id> — New key identifier for the controller
-oldpasswd <passphrase> — old passphrase
-newpasswd <passphrase> — new passphrase
Example
racadm raid modifysecuritykey:RAID.ChassisIntegrated.1-1 -key New@123_ -
oldpasswd Pass@123_ -newpasswd NEWpass@123_
deletesecuritykey
Description
Deletes the security key of the controller.
Synopsis
racadm raid deletesecuritykey:<ControllerFQDD>
Example
racadm raid deletesecuritykey:RAID.ChassisIntegrated.1-1
encryptvd
Description
Encrypts the virtual disk, if the virtual disk is created with Self-Encrypting Drives (SEDs) and is not encrypted.
NOTE: Virtual disk must be created with SEDs. You cannot create a mix of non-secure and secure
disks on same disk groups.
Synopsis
racadm raid encryptvd:<VD FQDD>
Example
racadm raid encryptvd:Disk.Virtual.0:RAID.ChassisIntegrated.1-1
cryptographicerase
Description
Erases the contents of a physical disk, which is part of a secure virtual disk that has been deleted.
Synopsis
racadm raid cryptographicerase:<SED FQDD>
Example
racadm raid cryptographicerase:Disk.Bay.0:Enclosure.Internal.
0-0:RAID.ChassisIntegrated.1-1
unlock
Description
Unlocks the SEDs migrated from a controller with different security key. The security status of such drives is
displayed as “Locked”.
Synopsis
racadm raid unlock:RAID.ChassisIntegrated.1-1 -key <Key id> -passwd
<passphrase>
Input
-key — Key ID used to secure on old controller.
-passwd — Passphrase used to secure on old controller.
NOTE: You can get the key ID using the following command:
raid get pdisks -o -p foreignkeyidentifier
85