White Papers

RegisteredVersion = 1.0.0
B) ENUMERATE the CIM_RegisteredProfile class. See section 3.5 for a definition of
ENUMERATE .
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/CIM_RegisteredProfile?__cimnamespace=root/interop
Then query the result for the following properties:
RegisteredName = Simple RAID, OtherRegisteredOrganization = DCIM, RegisteredVersion =
1.0.0
9.2 Inventory of RAID controllers in system
ENUMERATE the DCIM_ControllerView class to view all available instances of the class
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_ControllerView?__cimnamespace=root/dcim
The instance information of all available RAID controllers will be returned
9.3 Get the first RAID controller’s information
The URI for getting particular instance information is deterministic (i.e the InstanceID will be
unique for each instance)
For the first RAID in the system, the instance URI will be:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_ControllerView?__cimnamespace=root/dcim+InstanceID=RAID.Integrated.1-1
The instance of DCIM_ControllerView that contains the information on the first RAID controller
will be returned
9.4 Inventory of virtual disks in system
ENUMERATE the DCIM_VirtualDiskView class to view all available instances of the class
Class URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_VirtualDiskView?__cimnamespace=root/dcim
The instance information of all available virtual disks will be returned
9.5 Inventory of physical disks in system
ENUMERATE the DCIM_PhysicalDiskView class to view all available instances of the class
Class URI: