Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

NICs for Private Interconnect redundancy

Steve_74May 31 2012 — edited May 31 2012
DB/Grid version : 11.2.0.2
Platform : AIX 6.1

We are going to install a 2-node RAC on AIX (that thing which is almost good as Solaris )

Our primary private interconnect is
### Primary Private Interconnect
169.21.204.1      scnuprd186-privt1.mvtrs.net  scnuprd186-privt1 
169.21.204.4      scnuprd187-privt1.mvtrs.net  scnuprd187-privt1
For Cluster inteconnect's redundancy , Unix team has attached an extra NIC for each node with an extra Gigabit-ethernet switch for these NICs.



###Redundant Private Interconnect attached to the server
 
169.21.204.2      scnuprd186-privt2.mvtrs.net  scnuprd186-privt2  # Node1's newly attached redundant NIC
169.21.204.5      scnuprd187-privt2.mvtrs.net  scnuprd187-privt2  # Node2's newly attached redundant NIC
Example borrowed from citizen2's post


Apparently I have 2 ways to implement cluster inteconnect's redundancy

Option1. NIC bonding at OS level
Option2. Let grid software do it

Question1. Which is better : Option 1 or 2 ?

Question2.
Regarding Option2.
From googling and OTN , i gather that , during grid installation you just provide 169.21.204.0 for cluster inteconnect and grid will identify the redundant NIC and switch. And if something goes wrong with the Primary Interconnect setup (shown above) , grid will automatically re-route interconnect traffic using the redundant NIC setup. Is this correct ?


Question 3.
My colleague tells me , for the redundant Switch (Gigabit) Unless I configure some Multicasting (AIX specific), I could get errors during installation. He doesn't clearly what it was ? Anyone faced Multicasting related issue on this ?
This post has been answered by Levi Pereira on May 31 2012
Jump to Answer

Comments

Levi Pereira
Answer
Hi,

My recommendation is to you use the AIX EtherChannel.
The EtherCannel of AIX is much more powerfull and stable compared with HAIP.

See how setup AIX EtherChannel on 10 Gigabit Ethernet interfaces
http://levipereira.wordpress.com/2011/01/26/setting-up-ibm-power-systems-10-gigabit-ethernet-ports-and-aix-6-1-etherchannel-for-oracle-rac-private-interconnectivity/

If you choose use HAIP I recommend you read this note, and find all notes about bugs of HAIP on AIX.

11gR2 Grid Infrastructure Redundant Interconnect and ora.cluster_interconnect.haip [ID 1210883.1]

ASM Crashes as HAIP Does not Failover When Two or More Private Network Fails [ID 1323995.1]


About Multicasting read it:
Grid Infrastructure 11.2.0.2 Installation or Upgrade may fail due to Multicasting Requirement [ID 1212703.1]

Regards,
Levi Pereira
Marked as Answer by Steve_74 · Sep 27 2020
Steve_74
Thank you very much Levi.

Is HAIP the name given for Option 2. mentioned above ?
Levi Pereira
Hi,
Is HAIP the name given for Option 2. mentioned above ?
Yes.
HAIP = High Available IP Address used to Redundant Interconnect.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 28 2012
Added on May 31 2012
3 comments
955 views