White Papers

Version 1.3.0 61
MessageID(OUT parameter)
Message
STOR020
Controller Key is already present
Table 79 DCIM_RAIDService.EnableControllerEncryption() Method: Parameters
861
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of of target device (Controller)
IN, REQ
Mode
Uint16
Mode of the controller
1 - Local Key Management (LKM)
2 Dell Key Management (DKM)
IN
Key
String
Key is the passcode. This parameter is required if the
mode is set to Local Key Management. The Key shall
be maximum of 32 characters in length, where the
expanded form of the special character is counted as
a single character.
The Key shall have one character from each of the
following set.
Upper Case
Lower Case
Number
Special Character.
The special characters in the following set need to be
passed as mentioned below.
& &
< &lt;
> &gt;
&quot;
&apos;
IN
Keyid
String
Key Identifier describes the Key. This parameter is
required if the mode is set to Local Key Management.
The Keyid shall be maximum of 32 characters in
length and shoutd not have any spaces.
OUT
RebootRequired
string
A value of “Yes” means a reboot is required to set this
value, and a value of “No” means a reboot is not
required to set this value
OUT
MessageID
String
Error MessageID is returned If the method fails to
execute.
OUT
Message
String
Error Message in English corresponding to
MessageID is returned If the method fails to execute.
OUT
MessageArguments[]
String
Substitution variables for dynamic error messages
862
8.19 DCIM_RAIDService.ReKey()
863
The ReKey () method resets the key on the controller that support encryption of the of drives. This
864
method switches the controller mode.
865