White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
82 
</n1:OSList> 
 <n1:OSList>ESX 4.0 
</n1:OSList> 
 <n1:ReturnValue>0</n1:ReturnValue> 
 <n1:Version>6.1.0.7</n1:Version> 
</n1:GetDriverPackInfo_OUTPUT> 
11.3.2  Unpack Selected Drivers and Attach to Host OS as USB Device 
This method is used to unpack the drivers for the selected OS to a virtual storage partition, and to then 
attach this partition to the host OS as an emulated USB storage device.  
1.  Invoke extrinsic method using the following parameters section:  
a.  object path = object path returned from Section 11.1 (profile conformance) 
b.  Method name = “UnpackAndAttach” 
c.  OSName = “” (Has to be a valid value from the list returned by GetDriverPackInfo) 
d.  ExposureStartTime = “” (for this release the value is NULL) 
e.  ExposureDuration = “” (a string formatted as an interval in CIM_DateTime format) 
This parameter denotes the interval of time after which the partition is to be 
detached from the Host OS 
2.  Invoke method shall return the following output parameters: 
a.  Job = object path to CIM_ConcreteJob (reports the status of unpack and attach) 
b.  Enumerating this instance of CIM_ConcreteJob will show the status of the current 
operation.  
Invoke UnpackAndAttach() with the following syntax: 
EXAMPLE: 
wsman invoke -a UnpackAndAttach http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OSDeploymentService ?CreationClassName=DCIM_OSDeploymentService, 
Name=DCIM:OSDeploymentService, 
SystemCreationClassName=DCIM_ComputerSystem, 
SystemName=DCIM:ComputerSystem 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-k OSName="OSName" -k ExposeDuration="00000000002200.000000:000" 
-j utf-8 -y basic 
Above example uses Windows Server(R) 2008, x64 for OSName. 










