White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
89 
-r:https://[IPADDRESS]:443/wsman 
-u:[USER] -p:[PASSWORD]  
-auth:basic -encoding:utf-8  
-SkipCNCheck -SkipCACheck   
The input file SetAttributes_LC.xml is shown below: 
<p:SetAttributes_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService"> 
 <p:AttributeName>Part Firmware Update</p:AttributeName> 
 <p:AttributeValue>Allow version upgrade only</p:AttributeValue> 
 <p:AttributeName>Collect System Inventory on Restart </p:AttributeName> 
 <p:AttributeValue>Enabled</p:AttributeValue> 
</p:SetAttributes_INPUT> 
OUTPUT: 
SetAttribute_OUTPUT 
 RebootRequired = No 
 ReturnValue = 0 
 SetResult = Set PendingValue 
12.2  Part Replacement Configuration and Management 
If the SetAttribute[s]() method has been invoked, the pending values must be applied by creating a 
configuration job. The CreateConfigJob() method in the DCIM_LCService class creates a configuration 
job and executes it at the specified time.  
12.2.1  Create Config Job 
Invoke CreateConfigJob() with the following parameters and syntax: 
EXAMPLE: 
winrm i CreateConfigJob http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService 
?SystemCreationClassName=DCIM_ComputerSystem 
+CreationClassName=DCIM_LCService 
+SystemName=DCIM:ComputerSystem+Name=DCIM:LCService 
-file:[DIRECTORYPATH]\CreateConfigJob.xml 
-r:https://[IPADDRESS]:443/wsman 
-u:[USER] -p:[PASSWORD] -auth:basic -encoding:utf-8  
-SkipCNCheck -SkipCACheck  
The input file CreateConfigJob.xml is shown below: 
<p:CreateConfigJob_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService"> 
<p:ScheduledStartTime>00000000002200.000000:000</p:ScheduledStartTime> 
 <p:RebootIfRequired>false</p:RebootIfRequired> 
</p:CreateConfigJob_INPUT> 










