<?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 RHAS 2.1 and bonding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088210#M87524</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have been requested to do NIC failover on a 3 node Oracle RAC Cluster using RedHat AS 2.1 (w/update 2). The machines are all proliants dl 380 g3 with on board nics of NC7781 (broadcom driver 6.2.11a). We also have dual nics intel nics with the 4.4.12-k1 driver. Now the request is to have the broadcom nics as the primary with the intel as the backups. I have checked the bonding info and it seems to be possible. I have set up a pair of nics using the bonding and tested a failover scenario and it did not failover. The bonding driver is bonding-1.0.3-12HP. My config in /etc/sysconfig/network-scripts is the following:&lt;BR /&gt;ifcfg-bond0:&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;GATEWAY=172.16.176.1&lt;BR /&gt;NETMASK=255.255.252.0&lt;BR /&gt;NETWORK=1.1.1.0&lt;BR /&gt;BROADCAST=1.255.255.255&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth1:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USERCTL=no&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth3:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USERCTL=no&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;in /etc/modules.conf:&lt;BR /&gt;&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;# do not put bonding at the end of the modules of you gt into an endless loop&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias scsi_hostadapter1 qla2300&lt;BR /&gt;alias scsi_hostadapter2 qla2300&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth2 e1000_4412k1&lt;BR /&gt;alias eth3 e1000_4412k1&lt;BR /&gt;options bond0 mode=1 miimon=100 downdelay=100 updelay=100 multicast=1 arp_ip_target=1.1.1.3 primary=eth1&lt;BR /&gt;&lt;BR /&gt;does anything strike anyone as being incorrect? Have I missed anything in the setup? &lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Oct 2003 09:42:43 GMT</pubDate>
    <dc:creator>Rui Amaral</dc:creator>
    <dc:date>2003-10-08T09:42:43Z</dc:date>
    <item>
      <title>RHAS 2.1 and bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088210#M87524</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have been requested to do NIC failover on a 3 node Oracle RAC Cluster using RedHat AS 2.1 (w/update 2). The machines are all proliants dl 380 g3 with on board nics of NC7781 (broadcom driver 6.2.11a). We also have dual nics intel nics with the 4.4.12-k1 driver. Now the request is to have the broadcom nics as the primary with the intel as the backups. I have checked the bonding info and it seems to be possible. I have set up a pair of nics using the bonding and tested a failover scenario and it did not failover. The bonding driver is bonding-1.0.3-12HP. My config in /etc/sysconfig/network-scripts is the following:&lt;BR /&gt;ifcfg-bond0:&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;GATEWAY=172.16.176.1&lt;BR /&gt;NETMASK=255.255.252.0&lt;BR /&gt;NETWORK=1.1.1.0&lt;BR /&gt;BROADCAST=1.255.255.255&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth1:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USERCTL=no&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth3:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;USERCTL=no&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;IPADDR=1.1.1.3&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;in /etc/modules.conf:&lt;BR /&gt;&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;# do not put bonding at the end of the modules of you gt into an endless loop&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias scsi_hostadapter1 qla2300&lt;BR /&gt;alias scsi_hostadapter2 qla2300&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth2 e1000_4412k1&lt;BR /&gt;alias eth3 e1000_4412k1&lt;BR /&gt;options bond0 mode=1 miimon=100 downdelay=100 updelay=100 multicast=1 arp_ip_target=1.1.1.3 primary=eth1&lt;BR /&gt;&lt;BR /&gt;does anything strike anyone as being incorrect? Have I missed anything in the setup? &lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 09:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088210#M87524</guid>
      <dc:creator>Rui Amaral</dc:creator>
      <dc:date>2003-10-08T09:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: RHAS 2.1 and bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088211#M87525</link>
      <description>forgot to mention that I am testing the interconnects on the cluster (ie. IP=1.1.1.3 - this is what is desired for Oracle Rac) not public links at the moment.</description>
      <pubDate>Wed, 08 Oct 2003 09:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088211#M87525</guid>
      <dc:creator>Rui Amaral</dc:creator>
      <dc:date>2003-10-08T09:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: RHAS 2.1 and bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088212#M87526</link>
      <description>The gateway seems to be on the wrong subnet.&lt;BR /&gt;Not sure that this is the source of the problem though...</description>
      <pubDate>Wed, 08 Oct 2003 09:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhas-2-1-and-bonding/m-p/3088212#M87526</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-08T09:53:28Z</dc:date>
    </item>
  </channel>
</rss>

