Linux drivers for Dell PowerEdge Server?

I am looking at purchasing a Dell PowerEdge R720 with no OS on it. Then, I will likely put on Fedora Core or CentOS. My question is this, will the drivers on Dell's support site under the OS heading of "Linux" work on any distro? Or, can I use the RedHat Enterprise drivers with either of the above flavors.

I'm coming up to speed on Linux but haven't had to do much hardware/driver work, so this is a gray area for me.

I'm seeing some other threads here that indicate they may, or may not. Thought I'd see what the current consensus was.

Thanks!


In order to install the Linux value-add drivers onto a Dell system, you need to take advantage of the Dell OMSA repository.

See: http://linux.dell.com/repo/hardware/latest/

Dell have made it quite easy for CentOS/RHEL-style systems. I would not plan on Fedora working... but that's not a good server platform choice for other reasons...

wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash

Folllowed by:

yum install srvadmin-all

NOTE FROM DELL: 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.

Reference: http://linux.dell.com/repo/hardware/latest/

Dell System Update (DSU) provides updates for BIOS, OMSA, Drivers (like netxtreme pci driver) and Dell Unified server configurator. I prefer to provide the official link in case the process to update your Dell server changes in the future.

Here is the link to Dell System Update (DSU): http://linux.dell.com/repo/hardware/dsu/

How does it work?

  1. You install the repository
  2. You install the package
  3. You run the command DSU which is a command line program to update you Dell Poweredge server
  4. You choose what you want to update and you run the update.
  5. Reboot