White Papers

Table 8 DCIM_RAIDService.ClearForeignConfig ( ) Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is not supported in the implementation.
2
Error occurred
Table 9 DCIM_RAIDService.ClearForeignConfig () Method: Standard Messages
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR018
No foreign drives detected
Table 10 DCIM_RAIDService.ClearForeignConfig ( ) Method: Parameters
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
(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.4 Method: DCIM_RAIDService.DeleteVirtualDisk ()
The DeleteVirtualDisk () method is used to delete a single virtual disk from the targeted controller. The
successful execution of this method results in the marking of this virtual disk for deletion. The
ObjectStatus property in the Virtual Disk view will have the value “PendingDelete”. The Virtual disk will
not be deleted until a configuration job is scheduled and the system is rebooted.
Value
Description
0
Request was successfully executed.
1
Method is not supported in the implementation.
2
Error occurred
Table 11 DCIM_RAIDService.DeleteVirtualDisk() Method: Standard Messages
MessageID (OUT parameter)
Message
STOR003
Missing parameter