White Papers

Version 1.1.0 13
Table 4 – DCIM_OSDeploymentService.GetDriverPackInfo() Method: Parameters
Qualifiers Name Type Description/Values
OUT
(required)
Version String NULL or version of the driver pack.
OUT
(required)
OSList String[]
NULL or contains the list of operating
systems supported for this server.
OUT
(optional)
Job CIM_ConcreteJob NULL or reference to a CIM_ConreteJob
OUT
(optional)
MessageID String
If the method fails to execute, the error
message ID is returned.
OUT
(optional)
Message String
If the method fails to execute, the error
message in English is returned.
8.2 Method: DCIM_OSDeploymentService.UnpackAndAttach()
The UnpackAndAttach() method will extract the drivers for the selected OS to a USB device that will be
attached locally to the server for the specified time interval. Return values for UnpackAndAttach() shall be
as specified in Table 5, where the method-execution behavior matches the return-code description.
UnpackAndAttach(
) method’s parameters are specified in Table 6 –
DCIM_OSDeploymentService.UnpackAndAttach() Method: Parameters.
No standard messages are defined for this method.
Table 5 – DCIM_OSDeploymentService.UnpackAndAttach() Method: Return Code Values
Value Description
0 Request was successfully executed.
1 Method is not supported in the implementation.
2 Error occurred.
4096
Job started: REF returned to started
CIM_ConcreteJob
Table 6 – DCIM_OSDeploymentService.UnpackAndAttach() Method: Parameters
Qualifiers Name Type Description/Values
IN OSName String
Name of the OS to unpack drivers for, this
value shall match one of the strings in
OSList returned for GetDriverPackInfo
IN 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 Job CIM_ConcreteJob REF
Returned to keep track of OSD – USB
attach job.
OUT
(optional)
MessageID String
If the method fails to execute, the error
message ID is returned.
OUT
(optional)
Message String
If the method fails to execute, the error
message in English is returned.