White Papers

Version 1.4.0 19
Table 12DCIM_OSDeploymentService.UnpackAndAttach() Method: Parameters 409
Qualifiers Name Type Description/Values
IN, REQ OSName String
Name of the OS to unpack drivers for, this
value shall match one of the strings in OSList
returned for GetDriverPackInfo
IN, REQ ExposeDuration DateTime
Identifies the amount of time up to 18 hours for
the drivers to be exposed as an USB device to
the host.
OUT, REQ Job CIM_ConcreteJob REF
Returned to keep track of OSD USB attach
job.
OUT MessageID String
If the method fails to execute, the error
message ID is returned.
OUT Message String
If the method fails to execute, the error
message in English is returned.
OUT
MessageArguments[] string
Substitution variables for dynamic error
messages
Table 13DCIM_OSDeploymentService.UnpackAndAttach() Method: Standard Messages 410
MessageID (OUT parameter) Message MessageArguments[]
OSD1 The command was successful
OSD2 General failure
OSD3
Lifecycle Controller is being used by
another process
OSD4
Cannot access Driver Pack partition
in Lifecycle Controller
OSD5
Driver Pack not found in Lifecycle
Controller
OSD10
Installation not supported for the
selected operating system
OSD11
Driver Pack does not have drivers for
the selected operating system
OSD12
Cannot create USB device to copy
drivers for the selected operating
system
OSD13
Cannot mount USB device to copy
drivers for the selected operating
system
OSD19
The fork() command for a child
process to do the task failed
OSD20
Unable to get size or label from
Driver Pack for selected operating
system
OSD27
Copying drivers for selected
operating system failed
OSD30
Invalid value for ExposeDuration
must be 60-65535 seconds
OSD35 Lifecycle Controller is not enabled
411