<?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: Eth0 and Eth1 Looses Information after Reboot in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654643#M41378</link>
    <description>ramizkhan:&lt;BR /&gt;I've been through the same problem, and the solution is to disable "udev hotplug" of the drivers so they are loaded at the moment the network interfaces are started and not previously by udev.&lt;BR /&gt;Go ahead and create a file called /etc/modprobe.d/networkfix containing&lt;BR /&gt;##### DO NOT AUTOLOAD THESE MODULES&lt;BR /&gt;blacklist bnx2x&lt;BR /&gt;blacklist e1000e&lt;BR /&gt;#####&lt;BR /&gt;&lt;BR /&gt;Reboot and you should get the interfaces working properly, btw, i couldn't help but notice that you are bonding both eth0 and eth1 together, which if redundancy is your objective is a very bad idea (TM), i would use one iface on the onboard bnx2x card and the other on the dual e1000e, so if the onboard card happens to fail it will not bring down the whole bonded iface.&lt;BR /&gt;&lt;BR /&gt;Regard and i hope this information was helpful, if so, please don't forget to assign points.</description>
    <pubDate>Thu, 01 Jul 2010 01:57:08 GMT</pubDate>
    <dc:creator>Gerardo Arceri</dc:creator>
    <dc:date>2010-07-01T01:57:08Z</dc:date>
    <item>
      <title>Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654637#M41372</link>
      <description>&lt;BR /&gt;Problem:&lt;BR /&gt;=========&lt;BR /&gt;Eth0 and Eth1 is bonded and works fine &lt;BR /&gt;but when i reboot the OS eth0 and eth1 cant be up when i run command "ifup bond0" , it gives me following message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netxen_nic device eth0 doesnt seem to be present, delaying intialization&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netxen_nic device eth1 doesnt seem to be present, delaying intialization&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Server: HP 580 Proliant&lt;BR /&gt;&lt;BR /&gt;OS information:&lt;BR /&gt;==============&lt;BR /&gt;&lt;BR /&gt;[root@at1ohypdb101 admin]# cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.3 (Tikanga)&lt;BR /&gt;&lt;BR /&gt;[root@at1ohypdb101 admin]# uname -r&lt;BR /&gt;2.6.18-128.el5&lt;BR /&gt;&lt;BR /&gt;Network Card :&lt;BR /&gt;=============&lt;BR /&gt;  &lt;BR /&gt;HP NC522SFP Dual Port 10GbE Gigabit Server Adapter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am using above card , it works perfectly fine and I have bonded but when I reboot , eth0 and eth1 looses this driver and also the RPMS I have installed , they are gone too. &lt;BR /&gt;&lt;BR /&gt;Any help would be highly appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2010 19:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654637#M41372</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-06-29T19:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654638#M41373</link>
      <description>Check out your ocnfiguration files...&lt;BR /&gt;You might be missing the modules, needed for using the cards. Perhaps some misconfiguration in the modprobe.conf or something like that.&lt;BR /&gt;Check out the lspci output (to make sure the card is still visible).&lt;BR /&gt;Also a ifconfig -a might help to find the cause.&lt;BR /&gt;I think for this card you need the netxen_nic module.</description>
      <pubDate>Wed, 30 Jun 2010 07:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654638#M41373</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-06-30T07:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654639#M41374</link>
      <description>This is my modprobe.conf file&lt;BR /&gt;&lt;BR /&gt;==============&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias eth0 bnx2&lt;BR /&gt;alias eth1 bnx2&lt;BR /&gt;alias eth2 bnx2&lt;BR /&gt;alias eth3 bnx2&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 qla2xxx&lt;BR /&gt;alias scsi_hostadapter2 usb-storage&lt;BR /&gt;###BEGINPP&lt;BR /&gt;include /etc/modprobe.conf.pp&lt;BR /&gt;###ENDPP&lt;BR /&gt;alias eth4 e1000e&lt;BR /&gt;==================&lt;BR /&gt;&lt;BR /&gt;Also, lscpsi out shows following&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;13:00.0 Ethernet controller: NetXen Incorporated NX3031 Multifunction 1/10 Gigabit Server Adapter (rev 42)&lt;BR /&gt;&lt;BR /&gt;13:00.1 Ethernet controller: NetXen Incorporated NX3031 Multifunction 1/10 Gigabit Server Adapter (rev 42)&lt;BR /&gt;[root@at1osoadb101 ~]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you say modules ? &lt;BR /&gt;What Exactly do you mean by modules ?&lt;BR /&gt;I did install the driver of this card , and when I can see that driver ., when i do &lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep hp&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 30 Jun 2010 12:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654639#M41374</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-06-30T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654640#M41375</link>
      <description>Sorry please disregard my above message &lt;BR /&gt;&lt;BR /&gt;My modprobe.conf is following&lt;BR /&gt;&lt;BR /&gt;======&lt;BR /&gt;[root@at1osoadb101 ~]# cat /etc/modprobe.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias eth0 netxen_nic&lt;BR /&gt;alias eth1 netxen_nic&lt;BR /&gt;alias eth2 bnx2&lt;BR /&gt;alias eth3 bnx2&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 ata_piix&lt;BR /&gt;alias scsi_hostadapter2 qla2xxx&lt;BR /&gt;alias scsi_hostadapter3 usb-storage&lt;BR /&gt;###BEGINPP&lt;BR /&gt;include /etc/modprobe.conf.pp&lt;BR /&gt;###ENDPP&lt;BR /&gt;==========</description>
      <pubDate>Wed, 30 Jun 2010 12:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654640#M41375</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-06-30T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654641#M41376</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;uname -a&lt;BR /&gt;# please post.&lt;BR /&gt;&lt;BR /&gt;I'm not sure bonding of 10BbE interfaces is even supported at this point.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Jun 2010 14:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654641#M41376</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-06-30T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654642#M41377</link>
      <description>Also, the output of &lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;could be useful.&lt;BR /&gt;&lt;BR /&gt;What exactly did you mean by "the RPMS I have installed , they are gone too."?</description>
      <pubDate>Wed, 30 Jun 2010 21:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654642#M41377</guid>
      <dc:creator>Modris Bremze</dc:creator>
      <dc:date>2010-06-30T21:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654643#M41378</link>
      <description>ramizkhan:&lt;BR /&gt;I've been through the same problem, and the solution is to disable "udev hotplug" of the drivers so they are loaded at the moment the network interfaces are started and not previously by udev.&lt;BR /&gt;Go ahead and create a file called /etc/modprobe.d/networkfix containing&lt;BR /&gt;##### DO NOT AUTOLOAD THESE MODULES&lt;BR /&gt;blacklist bnx2x&lt;BR /&gt;blacklist e1000e&lt;BR /&gt;#####&lt;BR /&gt;&lt;BR /&gt;Reboot and you should get the interfaces working properly, btw, i couldn't help but notice that you are bonding both eth0 and eth1 together, which if redundancy is your objective is a very bad idea (TM), i would use one iface on the onboard bnx2x card and the other on the dual e1000e, so if the onboard card happens to fail it will not bring down the whole bonded iface.&lt;BR /&gt;&lt;BR /&gt;Regard and i hope this information was helpful, if so, please don't forget to assign points.</description>
      <pubDate>Thu, 01 Jul 2010 01:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654643#M41378</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-07-01T01:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654644#M41379</link>
      <description>Thanks Gerardo Arceri,&lt;BR /&gt;&lt;BR /&gt;Before creating the  file  you requested above, I went to the following directory and find this ..&lt;BR /&gt;&lt;BR /&gt;[root@at1osoadb102 netxen]# cd /etc/modprobe.d/&lt;BR /&gt;[root@at1osoadb102 modprobe.d]# ls -l&lt;BR /&gt;total 44&lt;BR /&gt;-rw-r--r-- 1 root root  831 Jun 30 11:46 blacklist&lt;BR /&gt;-rw-r--r-- 1 root root  833 Jan 21  2009 blacklist-compat&lt;BR /&gt;-rw-r--r-- 1 root root   83 Jan 21  2009 blacklist-firewire&lt;BR /&gt;-rw-r--r-- 1 root root  810 Jun 30 11:46 blacklist.saved&lt;BR /&gt;-rw-r--r-- 1 root root 6111 Jan 21  2009 modprobe.conf.dist&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and when I  view the "blacklist" file and i found following entry in it . Now do you think because of this following entry I am loosing the driver ? Should I go ahead remove this entry ?&lt;BR /&gt;&lt;BR /&gt;========&lt;BR /&gt;blacklist netxen_nic&lt;BR /&gt;=======&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the /etc/modprobe.conf looks following&lt;BR /&gt;======&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias eth0 nx_xport&lt;BR /&gt;alias eth1 nx_xport&lt;BR /&gt;alias eth2 bnx2&lt;BR /&gt;alias eth3 bnx2&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 ata_piix&lt;BR /&gt;alias scsi_hostadapter2 qla2xxx&lt;BR /&gt;alias scsi_hostadapter3 usb-storage&lt;BR /&gt;###BEGINPP&lt;BR /&gt;include /etc/modprobe.conf.pp&lt;BR /&gt;###ENDPP&lt;BR /&gt;install netxen_nic /bin/true&lt;BR /&gt;install nx_xport /sbin/modprobe nx_nic || /sbin/modprobe nx_xport&lt;BR /&gt;~&lt;BR /&gt;================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the suggestion you gave about bonding 10gb port with Broadcom on board nic, My question is that Broadcom card is 1gb and Hp Card is 10gb , will that work ? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, one more thing to look here , I just rebooted the server and it come up fine and i can putty the server and bonding is there now.. Wiered rite ? But after 3 or 4 reboot it will loose everything , I am pasting the log that i got yesterday when I was not able to putty it. It throw following messages ...&lt;BR /&gt;&lt;BR /&gt;===/var/log/messages/ from Yesterday=====&lt;BR /&gt;&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 kernel: unm_init_module: Remove the nx_nic driver first&lt;BR /&gt;Jun 30 06:27:23 at1osoadb102 modprobe: FATAL: Error inserting nx_xport (/lib/modules/2.6.18-128.el5/extra/hp-nx_nic/nx_xport.ko): Operation not permitted&lt;BR /&gt;&lt;BR /&gt;Jun 30 07:22:06 at1osoadb102 gconfd (root-8067): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: -+ //etc/modprobe.conf        eth0 alias nx_nic&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: -+ //etc/modprobe.conf        eth1 alias nx_nic&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: -+ //etc/modprobe.conf        eth2 alias bnx2&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: -+ //etc/modprobe.conf        eth3 alias bnx2&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: -+ //etc/modprobe.conf        bond0 alias bonding&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth2&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-bond0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 nm-system-settings:    ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth3&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 nm-system-settings:    ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth3&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/networking/devices/ifcfg-eth0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/network-scripts//ifcfg-eth0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/networking/devices/ifcfg-eth1&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/network-scripts//ifcfg-eth1&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/networking/profiles/default/ifcfg-eth0&lt;BR /&gt;Jun 30 07:23:04 at1osoadb102 system-config-network[8208]: rm //etc/sysconfig/networking/profiles/default/ifcfg-eth1&lt;BR /&gt;Jun 30 07:23:05 at1osoadb102 nm-system-settings:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...&lt;BR /&gt;Jun 30 07:23:05 at1osoadb102 nm-system-settings:    ifcfg-rh:     error: Couldn't parse file '/etc/sysconfig/network-scripts/ifcfg-eth0'&lt;BR /&gt;Jun 30 07:23:05 at1osoadb102 nm-system-settings:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth1 ...&lt;BR /&gt;Jun 30 07:23:05 at1osoadb102 nm-system-settings:    ifcfg-rh:     error: Couldn't parse file '/etc/sysconfig/network-scripts/ifcfg-eth1'&lt;BR /&gt;Jun 30 07:28:44 at1osoadb102 system-config-network[8276]: -+ //etc/modprobe.conf        eth0 alias nx_nic&lt;BR /&gt;Jun 30 07:28:44 at1osoadb102 system-config-network[8276]: -+ //etc/modprobe.conf        eth1 alias nx_nic&lt;BR /&gt;Jun 30 07:28:44 at1osoadb102 system-config-network[8276]: -+ //etc/modprobe.conf        eth2 alias bnx2&lt;BR /&gt;Jun 30 07:28:44 at1osoadb102 system-config-network[8276]: -+ //etc/modprobe.conf        eth3 alias bnx2&lt;BR /&gt;Jun 30 07:28:44 at1osoadb102 system-config-network[8276]: -+ //etc/modprobe.conf        bond0 alias bonding&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2010 14:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654644#M41379</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-07-01T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654645#M41380</link>
      <description>Steven E. Protter&lt;BR /&gt;&lt;BR /&gt;Yes it is supported , &lt;BR /&gt;&lt;BR /&gt;[root@at1osoadb102 modprobe.d]# uname -r&lt;BR /&gt;2.6.18-128.el5&lt;BR /&gt;[root@at1osoadb102 modprobe.d]# cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.3 (Tikanga)&lt;BR /&gt;[root@at1osoadb102 modprobe.d]# uname -a&lt;BR /&gt;Linux at1osoadb102.onehreem.com 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can take a look this is the card&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;prodNameId=3913538&amp;amp;prodTypeId=329290&amp;amp;prodSeriesId=3913537&amp;amp;swLang=13&amp;amp;taskId=135&amp;amp;swEnvOID=4004" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;amp;cc=us&amp;amp;prodNameId=3913538&amp;amp;prodTypeId=329290&amp;amp;prodSeriesId=3913537&amp;amp;swLang=13&amp;amp;taskId=135&amp;amp;swEnvOID=4004&lt;/A&gt;</description>
      <pubDate>Thu, 01 Jul 2010 14:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654645#M41380</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-07-01T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654646#M41381</link>
      <description>I am posting the ifconfig -a &lt;BR /&gt;because Server is up now, but i am pretty sure If i reboot 2 or 3 times netowrk is gona go and it isgoing to loose the driver&lt;BR /&gt;&lt;BR /&gt;===&lt;BR /&gt;          inet addr:10.92.200.10  Bcast:10.92.200.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::f6ce:46ff:feaf:6e00/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:18511 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:11914 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:1431792 (1.3 MiB)  TX bytes:23096994 (22.0 MiB)&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr F4:CE:46:AF:6E:00&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:17983 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:11709 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:1378030 (1.3 MiB)  TX bytes:23071650 (22.0 MiB)&lt;BR /&gt;          Interrupt:75&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr F4:CE:46:AF:6E:00&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:528 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:207 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:53762 (52.5 KiB)  TX bytes:25668 (25.0 KiB)&lt;BR /&gt;          Interrupt:139&lt;BR /&gt;&lt;BR /&gt;eth2      Link encap:Ethernet  HWaddr 18:A9:05:59:2E:66&lt;BR /&gt;          inet6 addr: fe80::1aa9:5ff:fe59:2e66/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:29 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:5434 (5.3 KiB)&lt;BR /&gt;          Interrupt:169 Memory:dc000000-dc012100&lt;BR /&gt;&lt;BR /&gt;eth3      Link encap:Ethernet  HWaddr 18:A9:05:59:2E:68&lt;BR /&gt;          inet addr:192.168.1.8  Bcast:192.168.1.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::1aa9:5ff:fe59:2e68/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:56 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:9768 (9.5 KiB)&lt;BR /&gt;          Interrupt:177 Memory:de000000-de012100&lt;BR /&gt;&lt;BR /&gt;=====&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@at1osoadb102 netxen]#  /opt/netxen/nxudiag -i eth0&lt;BR /&gt;NETXEN Interface is eth0&lt;BR /&gt;Interface eth0 is UP.&lt;BR /&gt;************* Board Info *************&lt;BR /&gt; Board Ser#   : CB01BK0937&lt;BR /&gt; Chip Rev     : B2&lt;BR /&gt; Board Type   : 0x26 (HP NC522SFP Dual Port 10GbE Server Adapter)&lt;BR /&gt; Core clock   : 330 MHz&lt;BR /&gt; Mem  clock   : 300 MHz&lt;BR /&gt; Crystal freq : 20 MHz&lt;BR /&gt; SRE Mode     : LEGACY&lt;BR /&gt; Firmware in  : LEGACY mode&lt;BR /&gt; DDR size     : 256 MB, ECC Enabled&lt;BR /&gt; QDR size     : 64 MB, ECC Enabled&lt;BR /&gt; Peg ICACHE   : OK, Enabled&lt;BR /&gt; Peg DCACHE   : OK, Enabled&lt;BR /&gt; Firmware ver.: 4.0.526&lt;BR /&gt; Driver ver.  : 4.0.520&lt;BR /&gt; MAC Addr 0   : F4:CE:46:AF:6E:00&lt;BR /&gt; MAC Addr 1   : F4:CE:46:AF:6E:04&lt;BR /&gt;**************************************&lt;BR /&gt;Junction Temperature = 38 degrees C , Status = 'NORMAL'&lt;BR /&gt;[root@at1osoadb102 netxen]#</description>
      <pubDate>Thu, 01 Jul 2010 14:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654646#M41381</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-07-01T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654647#M41382</link>
      <description>You might want to use these commands to gather information now as the system is working OK:&lt;BR /&gt;&lt;BR /&gt;ethtool -i eth0&lt;BR /&gt;ethtool -i eth1&lt;BR /&gt;lsmod | grep -e netxen_ -e nx_&lt;BR /&gt;&lt;BR /&gt;Save the output of these commands to a file, e.g. "works.txt".&lt;BR /&gt;&lt;BR /&gt;If the problem reappears, run the commands again, and save the results to another file, e.g. "fails.txt".&lt;BR /&gt;&lt;BR /&gt;Comparing these two files might give a lot of clues about what is going wrong. The appropriate parts of the "dmesg" command output and /var/log/messages in the failing case wouldn't hurt either...&lt;BR /&gt;&lt;BR /&gt;Based on what I've seen so far, I might *guess* the following:&lt;BR /&gt;&lt;BR /&gt;- The driver for the 10GbE network adapter is apparently built up from several kernel modules, not just one. This is common for more complex hardware.&lt;BR /&gt;&lt;BR /&gt;- Your system seems to have two sets of drivers for your 10GbE network adapter: the netxen_*  set of modules, and the nx_* set. If the system tries to mix up these sets modules, it will probably fail: the system should be loading modules exclusively from either the netxen_* set or the nx_* set only.&lt;BR /&gt;&lt;BR /&gt;As far as I can determine, the netxen_* set is the standard version included in the RHEL 5 distribution, and the nx_* set is provided by the HP driver RPM. &lt;BR /&gt;&lt;BR /&gt;- The automatic configuration tools (like kudzu in RHEL) might have a built-in preference for the drivers included in the RHEL distribution, even though the HP-provided drivers might be better. &lt;BR /&gt;&lt;BR /&gt;The "preference" might also be an accidental effect, caused by the loading order of things: &lt;BR /&gt;- When you install an updated kernel RPM, the modules in the HP driver RPM will need to be recompiled to match the updated kernel. Fortunately, the driver RPM probably includes a script that will do this automatically as necessary while the system is booting. But...&lt;BR /&gt;&lt;BR /&gt;- If kudzu runs in the boot-up sequence *before* the module-recompilation script, it might "think" that your current NIC driver configuration is wrong (because the correct set of NIC drivers has not been recompiled yet), and start adjusting it... causing the configuration to break. &lt;BR /&gt;&lt;BR /&gt;- Once the modules have been successfully recompiled and the sysadmin has fixed the configuration, the system will again be able to reboot without issues... until the next kernel upgrade happens.&lt;BR /&gt;&lt;BR /&gt;Kudzu tries to add a bit of Artificial Intelligence to the hardware configuration of RHEL, but I've found it sometimes turns into Artificial Stupidity instead :)&lt;BR /&gt;&lt;BR /&gt;If you want to use the HP-provided drivers, you may have to disable kudzu to stop it from changing the configuration on its own:&lt;BR /&gt;&lt;BR /&gt;chkconfig kudzu off&lt;BR /&gt;&lt;BR /&gt;A more appropriate fix might be to tweak the start-up order of kudzu vs. the HP RPM recompilation script, but I would want to know more about the situation before doing that.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 01 Jul 2010 19:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654647#M41382</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-01T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654648#M41383</link>
      <description>&lt;BR /&gt;To retain the Same Ip Address after Reboot their are 2 possible Way in which we can achieve this.&lt;BR /&gt;&lt;BR /&gt;1&amp;gt; DHCP server should have an entry of Server MAC address binded with static IP&lt;BR /&gt;&lt;BR /&gt;2&amp;gt; You should make static entry of the IP Address in the below file &lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;Or&lt;BR /&gt;You can use command neat-tui for text mode interface.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ishwar&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2010 03:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654648#M41383</guid>
      <dc:creator>Ishwar_1</dc:creator>
      <dc:date>2010-07-02T03:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654649#M41384</link>
      <description>You are missing the bonding lines in your modprobe.conf...&lt;BR /&gt;At least, we needed them to make sure bonding was working, so I think your system has the same problem.&lt;BR /&gt;&lt;BR /&gt;The lines we inserted:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;alias bond2 bonding&lt;BR /&gt;alias bond3 bonding&lt;BR /&gt;options bonding miimon=100 max_bonds=4&lt;BR /&gt;options bond0 miimon=100 mode=4&lt;BR /&gt;&lt;BR /&gt;The last one was needed to have that bond working in an active/active setup, in combination with the Cisco setup on the switches. Your mode can be different.&lt;BR /&gt;&lt;BR /&gt;As for the blacklist: that has to do with the Proliant Support Pack containing HP's version of the drivers and RedHat linux delivering its own version. Try to find out which version is newest and use that one.&lt;BR /&gt;&lt;BR /&gt;And the bonding with this card works fine, as long as it is not in the wrong place in some HP servers. We had the card working until it got way to hot and shut itself down. We needed to upgrade the firmware of the card and change some BIOS setting. This happened on both the servers we had with this card at that time.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jul 2010 04:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654649#M41384</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-07-02T04:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654650#M41385</link>
      <description>Thanks Matti Kurkela and Gerardo Arceri  .&lt;BR /&gt;&lt;BR /&gt;I have sole the issue , here what i did.&lt;BR /&gt;&lt;BR /&gt;turn of the kudzu&lt;BR /&gt;remove the driver and installed the updated 5.26 version from HP site, because RHEL call it NETXEN_NIC and HP calls it NX_XPORT so they both were getting conflicted at OS reboot and that is what causing the issue.&lt;BR /&gt;&lt;BR /&gt;also ethtool -i also verifies that. &lt;BR /&gt;&lt;BR /&gt;I also created the network fix file with same contentc what GERARDO said above.&lt;BR /&gt;&lt;BR /&gt;Also in blacklist file , i have seen &lt;BR /&gt;blacklist netxen_nic too which we need so this is the proper entry.&lt;BR /&gt;&lt;BR /&gt;Me and other Linux Admin totally agees wit what MATTI said above. &lt;BR /&gt;&lt;BR /&gt;I really appreciate your help MATTI.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also one more thing I would like to share here is that in RHEL 5.4 release I dont even need HP updated driver and NETXEN_NIC works perfectly fine , but we are on 5.3 so I had to update the HP driver so Probabbly RHEL 5.4 has fix in it this is whay it works on 5.4.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 14 Jul 2010 18:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654650#M41385</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-07-14T18:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654651#M41386</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Turning off Kudzu may mask a problem.&lt;BR /&gt;&lt;BR /&gt;When Kudzu continually detects a change in networking, this is a sign of a potentially serious hardware problem.&lt;BR /&gt;&lt;BR /&gt;I would definitely boot the server into diagnostic mode and do a full hardware diagnostic.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 Jul 2010 20:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654651#M41386</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-07-14T20:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Eth0 and Eth1 Looses Information after Reboot</title>
      <link>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654652#M41387</link>
      <description>hi&lt;BR /&gt;i have the similar issue on OEL 5.5 , i am using HP hp-nx_nic-4.0.534-2 driver , diabled kudzu and added nx_nic entries in modeprobe.conf file, ethernet card model is HP NC522SFP for RAC interconnect.on boards cards are also disabled.&lt;BR /&gt;&lt;BR /&gt;ethtool -i eth8 &lt;BR /&gt;driver: nx_nic &lt;BR /&gt;version: 4.0.534 &lt;BR /&gt;firmware-version: 4.0.534 &lt;BR /&gt;bus-info: 0000:21:00.0 &lt;BR /&gt;&lt;BR /&gt;ethtool -i eth0 &lt;BR /&gt;driver: e1000e &lt;BR /&gt;version: 1.0.2-k3 &lt;BR /&gt;firmware-version: 5.12-2 &lt;BR /&gt;bus-info: 0000:15:00.0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat /proc/net/bonding/bond1&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.4.0 (October 7, 2008)&lt;BR /&gt; &lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: eth10&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt; &lt;BR /&gt;Slave Interface: eth10&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: d8:d3:85:a1:d0:a8&lt;BR /&gt; &lt;BR /&gt;Slave Interface: eth8&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: d8:d3:85:a0:ee:d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 16:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/eth0-and-eth1-looses-information-after-reboot/m-p/4654652#M41387</guid>
      <dc:creator>Sameerna Desai</dc:creator>
      <dc:date>2010-10-18T16:54:46Z</dc:date>
    </item>
  </channel>
</rss>

