Dell Linux Repository 15.07.00
What is this?
This is the officially supported yum repository
for Open Manage.
This repository contains OMSA, drivers, BIOS, and firmware.
Please see the detailed description in the
Dell Linux Repository
wiki page
NOTE: Dell Linux Repository (DLR) is deprecated with this final repository release. Please use Dell System Update (DSU) which is the revamped DLR providing all the features in DLR including firmware inventory, update and OMSA update. For more detail information about DSU, please have a look at DSU. The DSU repository will be refreshed once in every month, whereas previously DLR used to be posted once in a quarter.
How to set up
Complete this step before any of the steps below.
wget -q -O - bootstrap.cgi | bash
OMSA and firmware update packages were previously only available as 32-bit binaries, but are now available 64-bit native for x86_64 systems.
Warning: If you have a 32-bit Dell package installed (srvadmin-* dell_ie*) on your system, it continues to use the 32-bit packages. To use the 64-bit packages, uninstall the existing 32-bit packages before installing them. New installations install the architecture of OMSA that matches
your operating system.
NOTE: OMSA will not install on unsupported systems. If you receive a
message at install that the system is not supported, it is likely that your
system is not supported, and the install will fail. This is most common on
SC-class systems, as OMSA is completely unsupported on these systems.
yum
zypper
zypper install srvadmin-all
Upgrading Existing OpenManage Server Administrator
If a prior version of OpenManage Server Administrator is already installed on
the box, then it can be upgraded to OM 8.1.0 using one of the following
steps.
yum
zypper
Installing firmware-tools to manage BIOS and firmware updates
yum
yum install dell_ft_install
yum install $(bootstrap_firmware)
zypper
zypper install dell_ft_install
zypper install $(bootstrap_firmware)
Installing DTK
yum
yum install syscfg
yum install raidcfg
zypper
zypper install syscfg
zypper install raidcfg
yum
zypper
Managing BIOS and firmware updates
Inventory firmware version levels
Compare versions installed to those available
Install any applicable updates
Start interactive GUI (Warning: This feature is deprecated. Usage is still allowed but command line tools are recommended)
all
rpm -e $(rpm -qa | grep srvadmin)
This will fail if any packages depend on OMSA. Uninstall those first.
yum
yum erase $(rpm -qa | grep srvadmin)
Yum will uninstall OMSA and any packages that depend on OMSA.
zypper
zypper rm $(rpm -qa | grep srvadmin)
zypper will uninstall OMSA and any packages that depend on OMSA.
Support
A good place for support for this repository is the
linux-poweredge mailing list.