Users Guide

Table Of Contents
Destination type
If the applicable updates are packaged for a specific destination, below command is used. To know more about creating of
bootable ISO, click on ISO below.
1. ISO is used for creating bootable ISO.
2. CBD is used for creating a repository with deployment script.
If the destination type is invalid, then INVALID_DESTINATION_TYPE is returned.
Command for Linux:
dsu --destination-type=<TYPE> [ISO|CBD]
Command for Windows:
dsu --destination-type=<TYPE>[ISO|CBD]
Path of the inventory collector binary file
Allows users to specify the location from which IC is selected.
This overrides the IC from the catalog when specified.
When it is used with --remote option, the IC binary file is used for the remote system for inventory. If invalid location is
provided then INVALID_IC_LOCATIONis returned.
Command for Linux:
dsu --ic-location=<inventory collector binary location>
Command for Windows:
dsu --ic-location=<inventory collector binary location>
NOTE:
.sign file is provided by the user is located in the same IC location. Else, use --ignore-signature to disable
signature check.
NOTE: While performing inventory for remote systems, the IC-log is seen only on the remote host systems.
Source Location
Allows user to specify the local or network directory location of the source or repository.
Command for Linux:
dsu --source-location=<Directory PATH>
Command for Windows:
dsu --source-location=<Directory PATH>
Destination location
To provide the path of the package created using the --destination-type and to be saved.
NOTE:
When using --destination-type=ISO, the ISO filename provided in --destination-location should adhere to
ISO9660 file system standards. For more details, see main page of genisoimage.
54 Dell System Update Options