White Papers

Version 1.3.0 41
ProfileRequireLicenseStatus[]
Mandatory
String
This property array shall contain
the status for the corresponding
license in the same element index
of the ProfileRequireLicense array
property. Each array element shall
contain:
“LICENSED”
“NOT_LICENSED”
If no license is required for the
profile, the property shall have
value NULL.
8 Methods
669
This section details the requirements for supporting intrinsic operations and extrinsic methods for the CIM
670
elements defined by this profile
671
8.1 DCIM_RAIDService.AssignSpare()
672
The AssignSpare() method is used to assign a physical disk as a dedicated hot spare for a virtual disk, or
673
as a global hot spare.
674
Table 23 DCIM_RAIDService.AssignSpare() Method: Return Code Values
675
Value
Description
0
Request was successfully executed.
2
Error occurred
676
Table 24 DCIM_RAIDService.AssignSpare() Method: Standard Messages
677
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 25 DCIM_RAIDService.AssignSpare() Method: Parameters
678
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