White Papers
MessageID (OUT parameter)
Message
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR017
Virtual Disk provided is not valid for the operation
Table 12 – DCIM_RAIDService.DeleteVirtualDisk () Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (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
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.5 Method: DCIM_RAIDService.CreateVirtualDisk ()
The CreateVirtualDisk () method is used to create a single virtual disk on the targeted controller. The
successful execution of this method results in a pending but not yet created virtual disk. The ObjectStatus
property in the Virtual Disk view will have the value “PendingCreate”. The virtual disk will not be created
until a configuration job has been scheduled and the system is rebooted. Upon creation of the virtual disk
the FQDD of the formerly pending virtual disk will change.
Table 13 – DCIM_RAIDService.CreateVirtualDisk () Method: VDProp
VDPropNameArray values
VDPropValueArray Value Description
Size
Size, in MB, of the virtual disk.(optional)
RAIDLevel
The new RAID level, such as 0, 1, 5, or 6..(required)
SpanDepth
Number of spans in virtual disk.(required for
multispan)
SpanLength
Number of disks per span.(required for multispan)
StripeSize
8k, 16k, 32k … (optional)
ReadPolicy
(optional)
WritePolicy
(optional)
DiskCachePolicy
(optional)
VirtualDiskName
Name (optional)
Initialize
0 –Fast (Only option)