Users Guide
Sample options usage
The following are some of the sample options with DSU:
Sample Cong le
To point to a repository hosted at http://<ip_address>/<directory>(for example, http://192.168.10.11/16.08.00), the cong XML le is:
<DSUConfig>
<Repository Type="YUM">
<RepoLocation IP="192.168.10.11" Directory="16.08.00" UseLatestDSU="False"/>
</Repository>
<ApplySequence>
<Sequence Type="ApplyFirst">
<Category Value="NI" OrderID = "1"/>
<Category Value="BI" OrderID = "2"/>
</Sequence>
<Sequence Type="ApplyLast">
<Category Value="SV" OrderID = "0"/>
</Sequence>
</ApplySequence>
</DSUConfig>
Table 3.
Cong le options usage
Element Options Usage Description
Repository
Type="YUM|REPOSITORY"
When type is YUM, the command specic to the OS
will be used to install updates. Updates are fetched
from IP + '/' + Directory using YUM.
When type is REPOSITORY, the updates will be
downloaded from location provided in the IP + '/'
+ Directory.
Repository -> RepoLocation
IP="<ipaddress>"
Directory="<directoryaddres
s>"
The attributes provides the location of repository for
the update of IP and Directory as: [IP + '/' +
Directory]. If the Type is YUM, location provided in the
[IP + '/' + Directory] is expected to carry updates in
rpm format. If the Type is REPOSITORY, location
provided by the [IP + '/' + Directory] should contain
catalog le in .gz format and same will be used to
fetch updates.
UseLatestDSU="True|False"
This options is ignored in case type is REPOSITORY.
When type is YUM, DSU'S version is compared from
the location provided in the
IP + '/' +
Directory to the version carried by DSU bootable
plug-in.
ApplySequence -> Sequence
Type= "ApplyFirst |
ApplyLast"
This option allows user to provide the sequencing.
ApplyFirst allows the user to apply the list of
5
16 Sample options usage