White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
45 
<p:Target xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"> 
<a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address> 
 <a:ReferenceParameters> 
 <w:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_SoftwareIdentity</w:ResourceURI> 
 <w:SelectorSet> 
 <w:Selector Name="InstanceID">[InstanceID]</w:Selector> 
 </w:SelectorSet> 
 </a:ReferenceParameters> 
</p:Target> 
</p:InstallFromSoftwareIdentity_INPUT> 
OUTPUT: 
When this method is executed, a jobid or an error message is returned.  
<n1:InstallFromSoftwareIdentity_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_SoftUpdateConcreteJob</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">JID_001299753238</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:InstallFromSoftwareIdentity_OUTPUT> 
Entering an invalid instanceID may yield the following error message: 
<n1:InstallFromSoftwareIdentity_OUTPUT> 
 <n1:Message>Invalid InstanceID </n1:Message> 
 <n1:MessageID>SUP024</n1:MessageID> 
 <n1:ReturnValue>2</n1:ReturnValue> 
</n1:InstallFromSoftwareIdentity_OUTPUT> 
7.5  Update from Network Source 
A Firmware update can be achieved by invoking the InstallFromURI() method in the class 
DCIM_SoftwareInstallationService. Firmware update is performed in several stages as described in the 
next sections. The steps are demonstrated in examples in Section 7.6 and Section 7.7. 










