White Papers

Version 1.2.0 41
Table 23DCIM_RAIDService.AssignSpare() Method: Return Code Values 670
Value Description
0 Request was successfully executed.
2 Error occurred
671
Table 24DCIM_RAIDService.AssignSpare() Method: Standard Messages 672
MessageID (OUT parameter) Message
STOR003 Missing CIM method parameter
STOR004 Invalid parameter value
STOR006 General failure
STOR007 Resource Allocation Failure
STOR009
Physical disk FQDD did not identify a valid physical
disk for the operation
STOR017 Virtual Disk provided is not valid for the operation
Table 25DCIM_RAIDService.AssignSpare() Method: Parameters 673
Qualifiers Name Type Description/Values
IN, REQ Target String FQDD of target device (Physical Disk)
IN VirtualDiskArray[] String
Array of ElementName(s) where each
ElementName identifies a different virtual
disk.
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
674
8.2 DCIM_RAIDService.ResetConfig() 675
The ResetConfig() method is used to delete all the virtual disks and unassign all hot spare physical disks. 676
CAUTION: All data on the existing virtual disks
will be lost. 677
678