White Papers

Version 1.2.0 43
Table 31DCIM_RAIDService.ClearForeignConfig() Method: Parameters 688
Qualifiers Name Type Description/Values
IN, REQ Target String FQDD of target device (Controller)
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
689
8.4 DCIM_RAIDService.DeleteVirtualDisk() 690
The DeleteVirtualDisk() method is used to delete a single virtual disk from the targeted controller. 691
The successful execution of this method results in setting this virtual disk for deletion. The ObjectStatus 692
property in the Virtual Disk view has the value “PendingDelete”. The Virtual disk is not deleted until a 693
configuration job is scheduled and the system is rebooted. 694
Table 32DCIM_RAIDService.DeleteVirtualDisk() Method: Return Code Values 695
Value Description
0 Request was successfully executed.
2 Error occurred
Table 33DCIM_RAIDService.DeleteVirtualDisk() Method: Standard Messages 696
MessageID (OUT parameter) Message
STOR003 Missing parameter
STOR004 Invalid parameter value
STOR006 General failure
STOR007 Resource Allocation Failure
STOR017 Virtual Disk provided is not valid for the operation
Table 34DCIM_RAIDService.DeleteVirtualDisk () Method: Parameters 697
Qualifiers Name Type Description/Values
IN, REQ Target String FQDD of target device (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.