<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Interfaces change randomly on each boot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149693#M31733</link>
    <description>Use the HWADDR in the ifcfg-ethX configuration file. For more information see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html&lt;/A&gt;</description>
    <pubDate>Mon, 25 Feb 2008 13:13:42 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-02-25T13:13:42Z</dc:date>
    <item>
      <title>Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149689#M31729</link>
      <description>Hello. I'm running into an interesting issue. I have an HP DL380 G4. OS is Centos 5. I just recently updated the system including the kernel to the latest release. Now when I boot the system, the interfaces change location. I have two internal nics and a pci dual nic card. The interfaces are defined eth0 - eth3. The modprobe.conf shows the e1000 driver for eth0 and eth1 and the tg3 driver for eth2 and eth3. When I boot mii-tool will show link activity on eth0 and eth1. If I reboot mii-tool will show link activity on eth2 and eth3. Another reboot changes the activity to eth1 and eth2. Finally another reboot brings the activity back to eth0 and eth1. Not only is link activity changing, the MACs jump around as well. I tried booting the old kernel and it still did the same. The pci path isn't changing. Could it be the drivers are hosed and need to be reinstalled. For giggles I updated another DL 380 G4 and it did the same thing. The DL380 G5 appears to work ok after update. Just wandering if anyone has seen this behavior.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Ray</description>
      <pubDate>Sun, 24 Feb 2008 21:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149689#M31729</guid>
      <dc:creator>l. ray herbig</dc:creator>
      <dc:date>2008-02-24T21:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149690#M31730</link>
      <description>Shalom Ray,&lt;BR /&gt;&lt;BR /&gt;There is a hardware problem there. Boot to diagnostics and you will find trouble with the NIC cards or system board.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Feb 2008 08:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149690#M31730</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-25T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149691#M31731</link>
      <description>Shalom Ray,&lt;BR /&gt;&lt;BR /&gt;There is a hardware problem there. Boot to diagnostics and you will find trouble with the NIC cards or system board.&lt;BR /&gt;&lt;BR /&gt;Alternatively you need to update the firmware on the G4 systems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Feb 2008 08:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149691#M31731</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-25T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149692#M31732</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;it doesn't have to be a hardware problem. It depends on how you configured the network adapters. Please check /etc/udev/rules.d/30-net_persistent_names.rules. It should contain entries like: 'SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:01:02:03:04:05", IMPORT="/sbin/rename_netiface %k eth0"'. The SYSFS should contain the MAC address. The order of network adapters can be different on reboots, depending on when a module is loaded. This can be different, because of processes taken longer to load on one reboot and shorter on others. So, just add entries with the right MAC address for eth0-eth3 in this file and you should be ok.&lt;BR /&gt;&lt;BR /&gt;By the way, the location of this file might be different under Centos, I use SuSE Linux, just search for the udev directory.</description>
      <pubDate>Mon, 25 Feb 2008 10:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149692#M31732</guid>
      <dc:creator>Mike (Sinew)</dc:creator>
      <dc:date>2008-02-25T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149693#M31733</link>
      <description>Use the HWADDR in the ifcfg-ethX configuration file. For more information see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html&lt;/A&gt;</description>
      <pubDate>Mon, 25 Feb 2008 13:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149693#M31733</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-02-25T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interfaces change randomly on each boot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149694#M31734</link>
      <description>Forcing the MAC in with HWADDR did the trick. I imagine the udev rules would've done the same thing. Its strange because I've never had to hardcode the MAC before. &lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 25 Feb 2008 16:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/interfaces-change-randomly-on-each-boot/m-p/4149694#M31734</guid>
      <dc:creator>l. ray herbig</dc:creator>
      <dc:date>2008-02-25T16:07:01Z</dc:date>
    </item>
  </channel>
</rss>

