White Papers

42 Version 1.3.0
Qualifiers
Name
Type
Description/Values
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
679
8.2 DCIM_RAIDService.ResetConfig()
680
The ResetConfig() method is used to delete all the virtual disks and unassign all hot spare physical disks.
681
CAUTION: All data on the existing virtual disks will be lost.
682
683
Table 26 DCIM_RAIDService.ResetConfig() Method: Return Code Values
684
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 27 DCIM_RAIDService.ResetConfig() Method: Standard Messages
685
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
Table 28 DCIM_RAIDService.ResetConfig() Method: Parameters
686
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
687