Users Guide

This is one of the Bootable ISO generation methods. It can be created through either of the two following methods:
Interactive- DUPs are downloaded and packaged in the iso.
dsu –destination-type=ISO –destination-location=”/root/bootabledsu.iso”
Non-interactive- Requires a repository location to fetch DUPs.
dsu –n –destination-type=ISO –destination-location=”/root/bootabledsu.iso” –config=”/root/
dsuconfig.xml”
The cong.xml template is as following:
<DSUConfig><Repository Type="YUM"><RepoLocation IP="192.168.10.11" Directory="16.08.00"
UseLatestDSU="False"/></Repository></DSUConfig>
You can also perform the same operation on Microsoft Windows operating systems using the following commands:
Interactive- dsu --destination-type=ISO --destination-location= C:\output.iso
Non-interactive- dsu --non-interactive --destination-type=ISO --destination-location= C:
\output.iso –—config=C:\config.xml
DSU Return Codes
The return codes help you determine and analyze the results after the execution of DSU, see the codes described in the following table:
Table 2. DSU Return Codes
DSU Return Codes
Number Return Codes Description of Return Codes
0 Success Any successful operation performed by DSU.
1 Failure Any failure in operation performed by DSU.
2 Insucient Privileges DSU not executed using ROOT privilege..
3 Invalid Log File Failure in opening a log le or invalid log location.
4 Invalid Log Level Invalid log level set by user.
6 Invalid Command Line Option Invalid combination of DSU options used. For example,
destination type and –non-interactive cannot be used
simultaneously.
7 Unknown Option Incorrect option provided.
8 Reboot Required Reboot is required for the update to be completed successfully.
13 Invalid Source Cong (Conguration) Values provided for source location or source type is invalid.
14 Invalid Inventory Errors related to Inventory such as lename not present in the location
or failed parsing inventory.
15 Invalid Category Category value (for example: BI) may not exist, DSU returns Invalid
Category
17 Invalid Cong (Conguration) File Conguration le location is invalid or failure in parsing it.
19 Invalid IC Location Invalid Location of inventory collector.
21 Invalid Destination Destination directory location is invalid.
20 Updating the system using DSU