Users Guide
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=REPOSITORY --source-location=/mnt/DRM_REPO/
Microsoft Windows Operating System:
dsu --source-type=REPOSITORY --source-location=C:\DRM_REPO
Command to update the type of the repository
dsu --source-type=REPOSITORY --source-location="ftp.dell.com/catalog"
dsu --source-type=OSNATIVE
Command to create bootable DSU ISO
Linux Operating System:
dsu --destination-type=ISO -destination-location="/home/demo.iso" -n -source-type=REPOSITORY -
source-location="192.168.10.11/16.08.00" -config="/usr/libexec/dell_dup/dsuconfig.xml"
Windows Operating System:
dsu --destination-type=ISO -destination-location="C:\demo.iso" -n -source-type=REPOSITORY -
source-location="192.168.10.11/16.08.00" -config="C:\dsuconfig.xml"
Sample options usage
17