White Papers

64 Version 1.3.0
Qualifiers
Name
Type
Description/Values
OUT
MessageArguments[]
String
Substitution variables for dynamic error messages
8.21 DCIM_RAIDService.ConvertToRAID()
878
The ConvertToRAID() method is used to convert a physical disks in Non-RAID state to a state usable for
879
RAID. After the method is successfully executed the PendingValue property of RAIDPDState should
880
reflect the pending changes. After the CreateTargetedConfigJob method is successfully executed the
881
DCIM_PhysicalDiskView.RAIDStatus property of that physical disk should reflect the new state.
882
Table 83 DCIM_RAIDService.ConvertToRAID() Method: Return Code Values
883
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 84 DCIM_RAIDService.ConvertToRAID() Method: Standard Messages
884
MessageID(OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
Table 85 DCIM_RAIDService.ConvertToRAID() Method: Parameters
885
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.22 DCIM_RAIDService.ConvertToNonRAID()
886
The ConvertToNonRAID() method is used to convert a physical disks in RAID state of “Ready” to a Non-
887
RAID state. After the method is successfully executed, the PendingValue property of RAIDPDState
888
should reflect the pending changes. After the CreateTargetedConfigJob method is successfully executed,
889
the DCIM_PhysicalDiskView.RAIDStatus property of that physical disk should reflect the new state.
890