White Papers

Version 1.3.0 51
771
Table 52 DCIM_RAIDService.CheckVDValues() Method:
772
VDPropNameArrayOut
values
Description
SizeInBytes
If Input Parameter “Size” is not specified or is specified as zero, then
“SizeInBytes” returns the maximum allowed size of the virtual disk. If the
input parameter “Size” is non-zero, SizeInBytes is same as Size.
RAIDLevel
See RAIDLevel Values and ValueMaps from DCIM_VirtualDiskView
MOF.
SpanDepth
Number of spans in virtual disk.
SpanLength
Number of disks per span.
StripeSize
See DCIM_VirtualDiskView class (see section 7.1.3).
ReadPolicy
See DCIM_VirtualDiskView class (see section 7.1.3).
WritePolicy
See DCIM_VirtualDiskView class (see section 7.1.3).
DiskCachePolicy
See DCIM_VirtualDiskView class (see section 7.1.3).
Name
Virtual disk name.
StartingLBA
Starting logical Block address in 512 byte blocks of the virtual disk.
773
Table 53 DCIM_RAIDService.CheckVDValues() Method: Return Code Values
774
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 54 DCIM_RAIDService.CheckVDValues() Method: Standard Messages
775
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
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
STOR017
Virtual Disk provided is not valid for the operation
StartingLBA
Starting logical block address of virtual disks in 512 byte
blocks. If input value is 0xFFFFFFFFFFFFFFFF or
18446744073709551615, startingLBA is calculated
programmatically.