White Papers

Version 1.3.0 47
The successful execution of this method results in setting this virtual disk for initialization. The
732
PendingOperations property in the Virtual Disk view has the value “Fast Init”.
733
Table 40 DCIM_RAIDService.InitializeVirtualDisk() Method: Return Code Values
734
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 41 DCIM_RAIDService.InitializeVirtualDisk() Method: Standard Messages
735
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR028
Virtual Disk not found
STOR061
Init mode not supported on RAID controller
Table 42 DCIM_RAIDService.InitializeVirtualDisk () Method: Parameters
736
Qualifiers
Name
Type
Description/Values
IN, REQ
VirtualDisk
String
FQDD of the virtual disk to initialize
IN, REQ
InitType
uint16
The parameter shall have value 0 (Fast Init).
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
737
738
8.7 DCIM_RAIDService.GetDHSDisks ()
739
The GetDHSDisks() method is used to determine possible choices of physical drives that can used to set
740
a dedicated hotspare for the identified virtual disk. GetDHSDisks() returns success if it has evaluated the
741
physical disks for potential hot spares, the PDArray return list can be empty if no physical disks are
742
suitable for hot spares.
743