Users Guide
5
Sample Commands
The following are some of the sample options with DSU:
Sample Cong le
To point to a repository hosted at http://<ip_address>/<repository>(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"/>
</Repository>
</DSUConfig>
Command to create bootable non-interactive DSU ISO
Linux Operating System:
dsu --non-interactive --destination-type=ISO --destination-location=/root/home/output.iso --
config=/root/home/config.xml
Microsoft Windows Operating System:
dsu --non-interactive --destination-type=ISO --destination-location= C:\output.iso –—
config=C:\config.xml
Command to create bootable interactive DSU ISO
Linux Operating System:
dsu --destination-type=ISO --destination-location=/root/home/output.iso
Microsoft Windows Operating System:
dsu --destination-type=ISO --destination-location= C:\output.iso
Command to package the selected updates to a folder using existing
bootable ISO
Linux Operating System:
dsu --destination-type=CBD --destination-location=/root/home/outdirectory --bootable-log-
location=/var/log/bootmsg.log
Microsoft Windows Operating System:
dsu --destination-type=CBD --destination-location= C:\outdirectory --bootable-log-
location=/var/log/bootmsg.log
DSU to use with custom oine repository created with Dell Repository
Manager
Linux Operating System:
dsu --source-type=PDK --source=/mnt/DRM_REPO/
Microsoft Windows Operating System:
14