Reference Guide
51 Lifecycle Controller Web Services Interface Guide for Linux
<n1:Time>16:00</n1:Time>
</n1:GetUpdateSchedule_OUTPUT>
</s:Body>
</s:Envelope>
7.9.5 Clear the Update Schedule
Clears the schedule for the automatic updates, that has been set by the SetUpdateSchedule() method.
EXAMPLE:
wsman invoke -a ClearUpdateSchedule
http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_SoftwareInstal
lationService?SystemCreationClassName=DCIM_SoftwareInstallationService,
SystemName=IDRAC:ID,CreationClassName=DCIM_SoftwareInstallationService,
Name=SoftwareUpdate
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
7.10 Device Update from Repository
This feature allows multiple firmware updates by specifying a network repository which contains a catalog
of available updates. All applicable updates contained in the repository are applied to the System.
Following two methods introduced as a part of DCIM_SoftwareUpdate profile:
1. InstallFromRepository: Initiate a job for device updates and creates a comparison report.
2. GetRepoBasedUpdateList: Get the comparison report generated with InstallFromRepository
7.10.1 Install From Repository
The InstallFromRepository method applies the updates.
Options available for user to update devices from repositories using WS-Man
ApplyUpdate
ReboootNeeded
Actions
0
X
Only comparison report is generated.
1
TRUE
All updates are applied immediately.
Note: If the update requires a restart, the System is automatically
restarted immediately.
1
FALSE
Currently, only updates that do not require a System restart will be
applied. For example, Driver Pack DUPs. For those that require a
restart, a separate reboot job will have to be created by the user
with CreateRebootJob. These updates will go to a scheduled state
and are run after a restart.
EXAMPLE:
wsman invoke -a InstallFromRepository
http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_SoftwareInsta
llationService?
SystemCreationClassName=DCIM_SoftwareInstallationService,
SystemName=IDRAC:ID,CreationClassName=DCIM_SoftwareInstallationService,
Name=SoftwareUpdate
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J InstallFromRepository.xml -j utf-8 -y basic