White Papers

Version 1.3.0 63
Qualifiers
Name
Type
Description/Values
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
869
8.20 DCIM_RAIDService.UnassignSpare()
870
The UnassignSpare() method is used to unassign a physical disk as a dedicated hot spare from a virtual
871
disk, or as a global hot spare. After the method executes successfully the physical disk shall be available
872
for use.
873
Table 83 DCIM_RAIDService.UnassignSpare() Method: Return Code Values
874
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 84 DCIM_RAIDService.UnassignSpare() Method: Standard Messages
875
MessageID(OUT parameter)
Message
STOR003
Missing 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
876
Table 85 DCIM_RAIDService.UnassignSpare() Method: Parameters
877
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (Physical 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.