What is Dell System Update (DSU)


Dell System Update (DSU) ensures that the Dell systems are up-to-date with the latest BIOS, firmware, and software. DSU contains

Dell System Update User Guide can be found here

What is new in this release (Version : 16.09.00)

This release of Dell System Update (DSU) supports the following new features and operating systems: Known Issues: Note: The OMSA upgrade using DSU utility is temporarily disabled. To upgrade OMSA directly using yum, use the instructions in this page (Here)

The DSU distributes:.

Command Difference between Dell Linux Repository and Dell System Update

Dell Linux Repository Commands Dell System Update Commands
Setting Up Repository
1) wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash
2) yum install dell_ft_install
3) yum install $(bootstrap_firmware)

1) wget -q -O - http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash
2) yum install dell-system-update
Inventorying Firmware
inventory_firmware

dsu --inventory
Updating Firmware
update_firmware

dsu

Advantage of DSU over Dell Linux Repository

Dell Linux Repository Dell System Update
1) Selected installation of updates is not possible from CLI 1) Selected installation of updates are possible from CLI
2) Cluttered console view 2) Better customer experience with specific readable information on the console
3) No option to revert to the earlier version 3) Reverting to earlier version of the update is possible, if repository have earlier version
4) Packages are based on Open Build System 4) Packages are based on Dell Update Packages (DUPs)

Supported Operating Systems

Note: "rebuilt" versions of the above such as CentOS or ScientificLinux and community distros like Fedora and OpenSUSE are not tested with this repository.

Setup The repository

#wget -q -O - bootstrap.cgi | bash

Installing DSU

Red Hat Enterprise Linux Servers

#yum install dell-system-update

SUSE Linux Enterprise Servers

#zypper install dell-system-update

Updating Firmware

The below command will provide a command line interface to update firmware

#dsu

DSU utility version

dsu --version or dsu -v

Displaying the DSU utility version.

Getting System Inventory

#dsu --inventory

    To see the System Inventory

Category based installation

DSU allows category based device updates

Listing supported categories

#dsu --get-categories

    Gets the supported category values

Getting specific category updates

#dsu --category=<CATEGORY1,CATEGORY2,...>

    List only those updates belonging to categories

Non-interactive device updates

#dsu --non-interactive

    DSU supports devices updates in a non-interactive way where all the updatable components will be selected automatically and apply those updates without user intervention.

Getting the Upgradable updates only

dsu --apply-upgrades-only or dsu -u

    To get the list of only upgradable components

Getting the Downgradable updates only

dsu --apply-downgrades-only or dsu -d

    To get the list of only downgradable components

Getting the Equivalent updates

dsu --apply-equivalent-updates or dsu -e

    To get the list including equivalent components

Applying the updates specified in the file list

dsu --update-list=<FILENAME1,FILENAME2,...> or dsu -l

    To apply the updates specified in the file list, if available in configured repository.

Configuration file for DSU

dsu --config=<FILE>

    To provide the path of the configuration file for DSU.

Configure the type of repository

dsu --source-type=<TYPE>

    To configure the source type of repository. The supported type is PDK.

Configure the path of repository

dsu --source=<PATH>

    To configure the path of repository. When the source type is PDK, location of the repository is mandatory.

Package the updates into a bootable ISO or a directory

dsu --destination-type=<TYPE>

TYPE can be : <ISO | CBD>
When the type is --destination-type=ISO :
DSU runs in the interactive mode and the selected updates are delivered as a bootable ISO. Upon boot the components are updated.

When ISO if used along with --non-interactive :
A bootable ISO is created. Upon boot it runs DSU in noninteractive mode. The repository location should be configured using --config=<FILE>

When the type is --destination-type=CBD :
CBD is Custom Bootable DSU. DSU runs in the interactive mode and provides the selected updates along with deployment script.

Location to save the created package

dsu --destination-location=<PATH>

    To provide the path of the package created using the --destination-type to be saved.

Logging bootable ISO output

dsu --bootable-log-location=<FILE>

    To provide the path of the log file in the target machine when the bootable ISO option is used.

Configuring Inventory Collector binary file

dsu --ic-location=<FILE>

    To provide the path, of the inventory collector binary file to use.

Providing Inventory file

dsu --input-inventory-file=<FILE>

    To provide the path of the inventory file.

Get the Inventory xml file

dsu --output-inventory-xml=<FILE>

    To provide the path to save the inventory file in an xml format.

Get a preview of the applicable updates

dsu --preview

    Displays a preview of the updated system inventory post commit. To be used with --non-interactive.

Install OMSA

To install OMSA using this repository, use the following commands:

Red Hat Enterprise Linux Servers

#yum install srvadmin-all

SUSE Linux Enterprise Servers

#zypper install srvadmin-all

OMSA services should be manually started after installing/upgrading OMSA using DSU repository

Upgrade OMSA

To upgrade OMSA using this repository, where an OMSA version is already installed in the system, use the following commands.

Red Hat Enterprise Linux Servers

#yum --disablerepo=* --enablerepo=dell-system-update_dependent upgrade

SUSE Linux Enterprise Servers

#zypper mr -da; zypper mr -e "dell-system-update_dependent" ; zypper update; zypper mr -ea;

Note:-To update from local repository (custom), use the OMSA repository name instead of dell-system-update_dependent in the commands.
          In case of zypper upgrade, if there are repositories disabled by you, this command sequence will enable the repositories. You have to disable the repositories again manually.

Other supporting documents and links

In addition to this guide, you can access the following guides available at dell.com/support/manuals.

To get the complete list of options of DSU, use #dsu --help

Support

A good place for support for this repository is the linux-poweredge mailing list.


File list

Use the following links to browse the contents of the repository

OS independent
OS dependent