White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
88 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:BootToNetworkISO_OUTPUT> 
The following error message is a caused by a typo in the wsman input.  Careful attention must be paid 
to the input capitalization of the attributes. 
<s:Fault> 
 <s:Code> 
 <s:Value>s:Sender</s:Value> 
 <s:Subcode> 
 <s:Value>wsman:InvalidParameter</s:Value> 
 </s:Subcode> 
 </s:Code> 
 <s:Reason> 
 <s:Text xml:lang="en">An operation parameter is not valid.</s:Text> 
 </s:Reason> 
 <s:Detail> 
<wsman:FaultDetail>http://schemas.dmtf.org/wbem/wsman/1/wsman/faultDetail/MissingValues</wsm
an:FaultDetail> 
 </s:Detail> 
</s:Fault> 
11.3.7  Detach Network ISO USB Device 
This method is used to detach the emulated USB device that had been attached by previously calling 
the BootToNetworkISO() 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, 
SystemCreationClassName=DCIM_ComputerSystem, 
SystemName=DCIM:ComputerSystem 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 










