Users Guide
Choose: c to Commit and apply updates
Choose: <number> to Select/Deselect updates
Choose: a to Select All
Choose: n to Select None
Using DSU ISO
NOTE: The bootable ISO can be created with an alternative sample script which is a simple method and has multiple options for
customization such as creating ISO for some specic set of platforms. For more information, see Sample scripts using DSU.
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 cong.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 Insucient 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.
18 Updating the system using DSU