Reference Guide
49 Lifecycle Controller Web Services Interface Guide for Linux
OUTPUT:
<n1:SetAttribute_OUTPUT>
<n1:RebootRequired>No</n1:RebootRequired>
<n1:ReturnValue>0</n1:ReturnValue>
< n1:SetResult>Set PendingValue</n1:SetResult>
</n1:SetAttribute_OUTPUT>
7.9.2 Create a Config Job
CreateConfigJob sets the pending value set by SetAttribute() method.
EXAMPLE:
wsman invoke -a 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
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<n1:CreateConfigJob_OUTPUT>
<n1:Job>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/an
onymous</wsa:Address>
<wsa:ReferenceParameters>
<wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-sch
ema/2/DCIM_LifecycleJob</wsman:ResourceURI>
<wsman:SelectorSet>
<wsman:Selector Name="InstanceID">JID_001300726718
</wsman:Selector>
<wsman:Selector Name="__cimnamespace">root/dcim</wsman:Se
lector>
</wsman:SelectorSet>
</wsa:ReferenceParameters>
</n1:Job>
<n1:ReturnValue>4096</n1:ReturnValue>
</n1:CreateConfigJob_OUTPUT>
Verify the value of “Automatic Update Feature” attribute from DCIM_iDRACCardEnumeration. It has to be
“Enabled” to set Automatic update schedule.
7.9.3 Set Update Schedule
SetUpdateSchedule() method sets the schedule for the automatic updates and the source repository from
where the updates are to be applied from.
EXAMPLE:
wsman invoke -a SetUpdateSchedule http://schemas.dmtf.org/wbem/wscim/1/
cim-schema/2/root/dcim/DCIM_SoftwareInstallationService?
SystemCreationClassName=DCIM_SoftwareInstallationService,
SystemName=IDRAC:ID,CreationClassName=DCIM_SoftwareInstallationService,
Name=SoftwareUpdate
-h $IPADDRESS -V -v -c dummy.cert -P 443