The DSU distributes:.
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 |
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) |
Note: "rebuilt" versions of the above such as CentOS or ScientificLinux and community distros like Fedora and OpenSUSE are not tested with this repository.
#wget -q -O - bootstrap.cgi | bash
#dsu
Note:- If OMSA is already installed, it can be updated using dsu tool
dsu --version or dsu -v
Displaying the DSU utility version.
#dsu --inventory
    To see the System Inventory
#dsu --get-categories
    Gets the supported category values
#dsu --category=<CATEGORY1,CATEGORY2,...>
    List only those updates belonging to
#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.
dsu --apply-upgrades-only or dsu -u
    To get the list of only upgradable components
dsu --apply-downgrades-only or dsu -d
    To get the list of only downgradable components
dsu --apply-equivalent-updates or dsu -e
    To get the list of only equivalent components
dsu --update-list=<FILENAME1,FILENAME2,...> or dsu -l
    To apply the updates specified in the file list, if available in configured repository.
#yum install srvadmin-all
#zypper install srvadmin-all
OMSA services should be manually started after installing/upgrading OMSA using DSU repository#yum --disablerepo=* --enablerepo=dell-system-update_dependent upgrade
#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.To get the complete list of options of DSU, use #dsu --help
A good place for support for this repository is the linux-poweredge mailing list.
Use the following links to browse the contents of the repository
OS independent