White Papers

9.9 Determine available RAID configurations for a given set of disks
A) To invoke the GetRAIDLevels() method, construct input parameters per Table 22 and use the
desired RAID FQDDs from Section Error! Reference source not found.
B) INVOKE GetRAIDLevels() method
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService?SystemCreationClassName=DCIM_ComputerS
ystem+CreationClassName=DCIM_RAIDService+SystemName=DCIM:ComputerSystem
+Name=DCIM:RAIDService
C) The output will contain the available RAID level configurations for the given physical disk
selection
9.10 Determine available physical disks for a given RAID configuration
A) To invoke the GetAvailableDisks( ) method, construct input parameters per Table 25 and use
the desired RAID FQDDs from Section Error! Reference source not found.
B) INVOKE GetAvailableDisks() method
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService?SystemCreationClassName=DCIM_ComputerS
ystem+CreationClassName=DCIM_RAIDService+SystemName=DCIM:ComputerSystem
+Name=DCIM:RAIDService
C) The output will contain the available physical disks for the given RAID level
9.11 Check available virtual disk parameters for a given RAID level and set of
physical disks
A) To invoke the CheckVDValues() method, construct input parameters per Table 30 and using
physical disk FQDDs from Section Error! Reference source not found. and a RAID level
rom Section Error! Reference source not found.
B) INVOKE CheckVDValues() method
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDService?SystemCreationClassName=DCIM_ComputerS
ystem+CreationClassName=DCIM_RAIDService+SystemName=DCIM:ComputerSystem
+Name=DCIM:RAIDService
C) The output will contain the available sizes and default values for the given RAID level and set
of physical disks
9.12 Create a virtual disk on the system
A) Determine applicable RAID configuration from Section Error! Reference source not found.