White Papers

46 Version 1.3.0
MessageID (OUT parameter)
Message
STOR011
Stripe size not supported on controller
STOR009
Physical disk FQDD did not identify a valid physical disk for the operation
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
STOR043
Physical Disk is part of Virtual Disk that is not Secondary Raid Level 0
STOR044
All Physical Disks specfied are not part of the same disk group
STOR045
Physical Disks have holes, StartingLBA and Size parameters are required to
create a Virtual Disk
STOR046
Invalid StartingLBA and/or Size
STOR051
StartingLBA and Size combination goes beyond Physical Disk size
STOR052
Unsupported number of Virtual Disks on a controller or disk group
STOR054
Controller is not cachecade capable.
728
Table 39 DCIM_RAIDService.CreateVirtualDisk () Method: Parameters
729
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (controller)
IN, REQ
PDArray[]
String
Array of FQDDs where each FQDD identifies a
physical disk..
IN, REQ
VDPropNameArray[]
String
Indexed array of Virtual Disk property names
with relative values contained in
VDPropValueArray parameter.
IN, REQ
VDPropValueArray[]
String
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
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
8.6 DCIM_RAIDService.InitializeVirtualDisk()
730
The InitializeVirtualDisk() method is used to initialize a single virtual disk from the targeted controller.
731