White Papers

Table 30 DCIM_RAIDService.CheckVDValues () Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (Controller)
IN, REQ
PDArray
String Array
Array of FQDD(s) identifies physical disk(s).
IN, REQ
VDPropNameArrayIn
String Array
Indexed array of Virtual Disk property
names with relative values contained in
VDPropValueArray parameter.
IN, REQ
VDPropValueArrayIn
String Array
Indexed array of Virtual Disk property values
relative to VDPropValueName parameter.
OUT
VDPropNameArray
String Array
Indexed array of Virtual Disk property
names with relative values contained in
VDPropValueArray parameter.
OUT
VDPropValueArray
String Array
Indexed array of Virtual Disk property values
relative to VDPropValueName parameter.
OUT
(optional)
MessageID
String
Error MessageID is returned If the method
fails to execute.
OUT
(optional)
Message
String
Error Message in English corresponding to
MessageID is returned If the method fails to
execute.
8.10 Method: DCIM_RAIDService.SetControllerKey ()
The SetControllerKey() method sets the key on controllers that support encryption of the drives.
Table 31 DCIM_RAIDService.SetControllerKey () Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is not supported in the implementation.
2
Error occurred
Table 32 DCIM_RAIDService.SetControllerKey () Method: Standard Messages
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR020
Controller Key is already present
STOR022
Controller is not security capable