Users Guide

Table Of Contents
5
Sample Commands
The following are some of the sample options with DSU:
Sample Config file
To point to a repository hosted at http://192.168.10.11/16.08.00/, the config XML file is:
<DSUConfig>
<Repository Type="YUM">
<RepoLocation IP="192.168.10.11" Directory="16.08.00"/>
</Repository>
</DSUConfig>
Command to create bootable non-interactive DSU ISO
dsu --non-interactive --destination-type=ISO --destination-location=/root/home/output.iso --
config=/root/home/config.xml
Command to create bootable interactive DSU ISO
dsu --destination-type=ISO --destination-location=/root/home/output.iso
Selected updates to with using existing bootable ISO
dsu --destination-type=CBD --destination-location=/root/home/outdirectory --bootable-log-
location=/var/log/bootmsg.log
DSU to use with custom offline repository created with Dell Repository
Manager
dsu --source-type=PDK --source=/mnt/DRM_REPO/
11