White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
210 
1 = PowerCycle 
2 = Graceful Reboot without forced shutdown 
3 = Graceful reboot with forced shutdown 
Note: When a user does not want to set a reboot type when creating a target job, 
users should comment out the RebootJobType in the input xml. User should not enter 
“0” or give no parameter at all in the input xml. 
EXAMPLE: 
wsman invoke -a CreateTargetedConfigJob http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService 
?SystemCreationClassName=DCIM_ComputerSystem, 
CreationClassName=DCIM_BIOSService,SystemName=DCIM:ComputerSystem, 
Name=DCIM:BIOSService -h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-J CreateTargetedConfigJob_BIOS.xml -j utf-8 -y basic 
The input file CreateTargetedConfigJob_BIOS.xml is shown below: 
<p:CreateTargetedConfigJob_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService"> 
 <p:Target>BIOS.Setup.1-1</p:Target> 
 <p:RebootJobType>2</p:RebootJobType> 
 <p:ScheduledStartTime>TIME_NOW</p:ScheduledStartTime> 
 <p:UntilTime>20111111111111</p:UntilTime> 
</p:CreateTargetedConfigJob_INPUT> 
OUTPUT: 
When this method is executed, a jobid or an error message is returned. The status of this jobid can be 
checked within the job control provider in Section 10. 
<n1:CreateTargetedConfigJob_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_LifecycleJob</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">JID_001300720080</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:CreateTargetedConfigJob_OUTPUT> 










