White Papers

Version 1.2.0 63
Table 83DCIM_RAIDService.ConvertToRAID() Method: Return Code Values 870
Value Description
0 Request was successfully executed.
2 Error occurred
Table 84DCIM_RAIDService.ConvertToRAID() Method: Standard Messages 871
MessageID(OUT parameter) Message
STOR003 Missing parameter
STOR004 Invalid parameter value
STOR006 General failure
Table 85 DCIM_RAIDService.ConvertToRAID() Method: Parameters 872
Qualifiers Name Type Description/Values
IN, REQ PDArray[] String This is an array of FQDDs of target devices (PhysicalDisk.)
OUT
RebootRequired
Uint8
This parameter shall indicate if reboot is required to set the
value and shall have following values:
0 No
1 Yes
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
MessageArgument
s[]
String Substitution variables for dynamic error messages
8.21 DCIM_RAIDService.ConvertToNonRAID() 873
The ConvertToNonRAID() method is used to convert a physical disks in RAID state of “Ready” to a Non-874
RAID state. After the method is successfully executed, the PendingValue property of RAIDPDState 875
should reflect the pending changes. After the CreateTargetedConfigJob method is successfully executed, 876
the DCIM_PhysicalDiskView.RAIDStatus property of that physical disk should reflect the new state. 877
Table 86DCIM_RAIDService.ConvertToNonRAID() Method: Return Code Values 878
Value Description
0 Request was successfully executed.
2 Error occurred
Table 87 – DCIM_RAIDService.ConvertToNonRAID() Method: Standard Messages 879
MessageID(OUT parameter) Message
STOR003 Missing parameter
STOR004 Invalid parameter value
STOR006 General failure
Table 88 – DCIM_RAIDService.ConvertToNonRAID() Method: Parameters 880
Qualifiers Name Type Description/Values
IN, REQ PDArray[] String
This is an array of FQDDs of target devices
(PhysicalDisk)