White Papers

Version 1.0.0 Dell Confidential 11
7.2.1 Name
The value of Name shall be formulated using the following pattern:
Name = “DCIM_OSDeploymentService.ExtrinsicMethodName”, ex: Name=”UnpackAndAttach”
CIM_ConcreteJob reference returned as an output of DCIM_OSDeploymentService.UnpackAndAttach,
shall have the following Name;
CIM_ConcreteJob.Name = “UnpackAndAttach”
CIM_ConcreteJob reference returned as an output of DCIM_OSDeploymentService.UnpackAndShare,
shall have the following Name;
CIM_ConcreteJob.Name = “UnpackAndShare”.
CIM_ConcreteJob reference returned as an output of DCIM_OSDeploymentService.BootToNetworkISO,
shall have the following Name;
CIM_ConcreteJob.Name = “BootToNetworkISO”.
7.2.2 JobStatus
The value of JobStatus (free form string) property value shall be one of the entries in Table 2
Table 2 – JobStatus
Job Name JobStatus JobStatus Description
“UnpackAndAttach” Processing Driver Pack
Extracting drivers, creating a dynamic
partition, copying drivers, and attaching
the partition as a USB device to the host.
“UnpackAndAttach” Success Successfully executed the method.
“UnpackAndAttach” Failed
Failed to execute the method, please
refer to MessageID and Message
properties of the
DCIM_OSDConcreteJob instance for
detailed information.
“UnpackAndShare” Processing Driver Pack
Extracting drivers and copying drivers to
the network share.
“UnpackAndShare” Success Successfully executed the method.
“UnpackAndShare” Failed
Failed to execute the method, please
refer to MessageID and Message
properties of the
DCIM_OSDConcreteJob instance for
detailed information.
BootToNetworkISO Rebooting to ISO
Attaching the network ISO image as a
local CDROM to the host and booting to
it.
BootToNetworkISO Success Successfully executed the method.
BootToNetworkISO Failed
Failed to execute the method, please
refer to MessageID and Message
properties of the
DCIM_OSDConcreteJob instance for
detailed information.