White Papers

Table 14 DCIM_RAIDService.CreateVirtualDisk () Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is not supported in the implementation.
2
Error occurred
3
Warning Optional parameter not applied
Table 15 DCIM_RAIDService.CreateVirtualDisk () Method: Standard Messages
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR010
RAID level not supported on controller
STOR011
Stripe size not supported on controller
STOR012
Provided Physical disk configuration not
valid
STOR013
One or more Storage device(s) not in a state
where the operation can be completed
STOR009
Physical disk provided is not valid for the
operation
STOR015
Maximum virtual disks allowed for this
controller has been reached
STOR016
Disks provided are too small to create Virtual
Disk of this size
Table 16 DCIM_RAIDService.CreateVirtualDisk () Method: Parameters
Qualifier
s
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (controller)
IN, REQ
PDArray
String Array
Array of FQDDs where each FQDD
identifies a physical disk..
IN, REQ
VDPropNameArray
String Array
Indexed array of Virtual Disk property
names with relative values contained in
VDPropValueArray parameter.
IN, REQ
VDPropValueArray
String Array
Indexed array of Virtual Disk property values
relative to VDPropValueName parameter.
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
NewVirtualDisk
DCIM_VirtualDiskView
REF
Reference to new virtual disk
OUT
(optional)
MessageID
String
Error MessageID is returned If the method
fails to execute.