<?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: Oracle RAC, RHEL4 and NIC bonding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181100#M83502</link>
    <description>Hi, Steven...&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network:&lt;BR /&gt;NETWORKING=yes&lt;BR /&gt;HOSTNAME=rac1&lt;BR /&gt;GATEWAY=123.456.789.010&lt;BR /&gt;&lt;BR /&gt;So, I should delete the "GATEWAY" entry on each server?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;:-)</description>
    <pubDate>Wed, 16 Apr 2008 17:01:02 GMT</pubDate>
    <dc:creator>John Donovan</dc:creator>
    <dc:date>2008-04-16T17:01:02Z</dc:date>
    <item>
      <title>Oracle RAC, RHEL4 and NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181098#M83500</link>
      <description>Description of problem: I have 2 RHEL4 systems running oracle RAC with 4 NICs each.  The NICs are configured into 2 bonds on each system. bond0 is made up of (eth0 &amp;amp; eth2). &lt;BR /&gt;bond1 is made up of (eth1 &amp;amp; eth3).  bond0 is a public ip address.  bond1 is a &lt;BR /&gt;private ip address that serves as an interconnect for an Oracle RAC cluster.  &lt;BR /&gt;If I ping -I eth1 "interconnect address", I get "Destination Host Unreachable" &lt;BR /&gt;messages.  If I then ping -I eth3 "interconnect address", I get "Destination &lt;BR /&gt;Host Unreachable" messages, followed by the public network connections &lt;BR /&gt;dropping.  I was able to ssh from the 2nd system back into the "down" system &lt;BR /&gt;across the private interconnect.  However response is extremely slow or non-&lt;BR /&gt;responsive to many commands.  I had to perform a power down to restart the &lt;BR /&gt;system.&lt;BR /&gt;&lt;BR /&gt;Additional info:&lt;BR /&gt;# cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias eth3 e1000&lt;BR /&gt;alias eth2 e1000&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=5 max_bonds=2&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=5&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=xxx.xxx.xxx.10&lt;BR /&gt;NETMASK=255.255.255.224&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-bond1&lt;BR /&gt;DEVICE=bond1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=192.168.234.10&lt;BR /&gt;NETMASK=255.255.255.224&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;HWADDR=00:02:A5:4E:04:7E&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;HWADDR=00:02:A5:4E:04:7F&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-eth2&lt;BR /&gt;# Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;HWADDR=00:0E:7F:F1:3E:0D&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;[root@rac1]# cat /etc/sysconfig/network-scripts/ifcfg-eth3&lt;BR /&gt;# Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)&lt;BR /&gt;DEVICE=eth3&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;HWADDR=00:0E:7F:F1:3E:0C&lt;BR /&gt;MASTER=bond1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;We changed the modprobe.conf on each server from "mode=5" to "mode=6".&lt;BR /&gt;&lt;BR /&gt;Repeated the above test.  The interconnect is still unreachable, but the connectivity issue seems resolved.&lt;BR /&gt;&lt;BR /&gt;Now for the long awaited question...  What is the difference in mode 5 and mode 6 that would account for this?  I've read several posts and the RH docs on bonding, but I don't understand why that would resolve the "crash problem".&lt;BR /&gt;&lt;BR /&gt;The Interconnect is still not reachable, but it seems to us that it should be.  Which is the second question.&lt;BR /&gt;&lt;BR /&gt;Appreciate any help...&lt;BR /&gt;Thanks,&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 14:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181098#M83500</guid>
      <dc:creator>John Donovan</dc:creator>
      <dc:date>2008-04-16T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC, RHEL4 and NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181099#M83501</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Probably the gateway is incorrect on the malfunctioning interface.&lt;BR /&gt;&lt;BR /&gt;Thats controlled on the ifcfg-bond# file and you need to make sure there is no gateway programming in /etc/sysconfig/network for example.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 16 Apr 2008 16:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181099#M83501</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-04-16T16:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC, RHEL4 and NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181100#M83502</link>
      <description>Hi, Steven...&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network:&lt;BR /&gt;NETWORKING=yes&lt;BR /&gt;HOSTNAME=rac1&lt;BR /&gt;GATEWAY=123.456.789.010&lt;BR /&gt;&lt;BR /&gt;So, I should delete the "GATEWAY" entry on each server?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;:-)</description>
      <pubDate>Wed, 16 Apr 2008 17:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181100#M83502</guid>
      <dc:creator>John Donovan</dc:creator>
      <dc:date>2008-04-16T17:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle RAC, RHEL4 and NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181101#M83503</link>
      <description>what output provides route -n&lt;BR /&gt;and what output provides a ping 192.168.234.10&lt;BR /&gt;?</description>
      <pubDate>Wed, 16 Apr 2008 20:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-rac-rhel4-and-nic-bonding/m-p/4181101#M83503</guid>
      <dc:creator>Johannes Krackowizer</dc:creator>
      <dc:date>2008-04-16T20:16:52Z</dc:date>
    </item>
  </channel>
</rss>

