[BlueOnyx:15041] Re: Intel Pro/1000 pci network cards

Michael Stauber mstauber at blueonyx.it
Sat Mar 29 08:45:30 -05 2014


Hi Tom,

> I want to upgrade by servers to gigabit network cards. I have several Intel 
> Pro 1000 PCI cards. What needs to be done to get them to work on an already 
> existing running Scientific Linux BlueOnyx 5108R setup?
> Thanks in advance.

Typically the drivers for most common network cards are already in the
kernel. So as far as that goes it's just plug and play. Remove the old
card(s), plug the new one(s) in and they should get detected.

You can check this on the console with "/sbin/ifconfig -a".

However, CentOS6 and SL6 have a newer UDev, which keeps a config file
about which NIC has which MAC address. If you remove a NIC and add a
different one, it might get a new ethX identifier assigned. Which makes
things a bit more complicated.

The work around for this is to delete that UDev config file and to reboot:

/bin/rm -f /etc/udev/rules.d/70-persistent-net.rules

Once that's done the new NIC(s) should simply pick up the IP addresses
and network configuration that you had assigned to the old ones.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list