White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
83 
OUTPUT: 
<n1:UnpackAndAttach_OUTPUT> 
 <n1:Job> 
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> 
 <wsa:ReferenceParameters> 
 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_OSDConcreteJob</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">DCIM_OSDConcreteJob:1</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:UnpackAndAttach_OUTPUT> 
11.3.3  Detach Emulated USB Device Containing Drivers 
This method is used to detach the USB device attached to the system by a previous invocation of the 
UnpackAndAttach() method.  
Invoke DetachDrivers() with the following syntax: 
EXAMPLE: 
wsman invoke -a DetachDrivers http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_OSDeploymentService 
?CreationClassName=DCIM_OSDeploymentService,Name=DCIM:OSDeploymentService,SystemCreationC
lassName=DCIM_ComputerSystem, 
SystemName=DCIM:ComputerSystem 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
The return will be 0 for success or an integer for error or job in execution. An error message 
containing a MessageID and Message similar to the following can occur if the system is waiting to finish 
a previously invoked method: 
<n1:DetachDrivers_OUTPUT> 
 <n1:Message>Unable to retrieve Lifecycle Controller handle 
 </n1:Message> 
 <n1:MessageID>OSD7</n1:MessageID> 










