White Papers

Version 1.1.0 23
b. SupportedOperatingSystems = String array of OS names
a. CIM_ConcreteJob
9.4 Unpack drivers and Attach to Host OS
Following sequence of CIM Operations shall be used to unpack drivers for the selected OS to a local
partition, and attach the partition to the host OS.
1. Follow the steps (1,2,3) from 9.2
2. Follow the steps (2, 3) from 9.3
3. Invoke extrinsic method using the following parameters:
a. Object path = object path returned from 9.3.3
b. Method name = “UnpackAndAttach”
c. Refer to dcim_osdeploy.mof for rest of the method input parameters and data types
4. Invoke method shall return the following output parameters:
a. Job = object path to CIM_ConcreteJob (reports the status of unpack and attach)
9.5 Unpack and share
Following sequence of CIM Operations shall be used to extract the drivers for the selected OS, and copy
them to the specified network share.
1. Follow the steps (1,2,3) from 9.2
2. Follow the steps (2, 3) from 9.3
3. Invoke extrinsic method using the following parameters:
a. Object path = object path returned from 9.3.3
b. Method name = “UnpackAndShare”
c. Refer to dcim_osdeploy.mof for rest of the method input parameters and data types
4. Refer to the dcim_osdeploy.mof for rest of the method output parameters.
9.6 Boot to Network ISO image
Following sequence of CIM Operations shall be used to boot to the downloaded pre-OS ISO image.
1. Follow the steps (1,2,3) from 9.2
2. Follow the steps (2, 3) from 9.3
3. Invoke extrinsic method using the following parameters:
a. Object path = object path returned from 9.3.3
b. Method name = “BootToNetworkISO”
4. Refer to dcim_osdeploy.mof for method input and out parameters and data types.