White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
51 
3 = Graceful reboot with forced shutdown 
EXAMPLE: 
wsman invoke -a CreateRebootJob http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_SoftwareInstallationService 
?CreationClassName=DCIM_SoftwareInstallationService, 
SystemCreationClassName=DCIM_ComputerSystem,SystemName=IDRAC:ID, 
Name=SoftwareUpdate 
-h $IPADDRESS -V -v -c dummy.cert -P 443  
-u $USERNAME -p $PASSWORD 
-J reboot.xml -j utf-8 -y basic 
-SkipCNCheck -auth:basic -encoding:utf-8 
The syntax for reboot.xml is: 
<p:CreateRebootJob_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_SoftwareInstallationService"> 
 <p:RebootJobType>2</p:RebootJobType> 
</p:CreateRebootJob_INPUT> 
OUTPUT: 
This method will return a reboot jobid that can be set to reboot the system immediately or at a later 
time. 
<n1:CreateRebootJob_OUTPUT> 
 <n1:RebootJobID> 
<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">RID_001299756950</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:RebootJobID> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:CreateRebootJob_OUTPUT> 
The jobid in the above output is the instanceID: 
Jobid = InstanceID = RID_001299756950 










