- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle 9i RAC cluster interconnect
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:53 AM
06-06-2006 07:53 AM
Oracle 9i RAC cluster interconnect
On a two-node RAC cluster, why does Oracle say that a simple crossover cable is not supported for the cluster interconnect? Oracle insists that the interconnect must go through a switch because the switch provldes some sort of heartbeat mojo that the Oracle driver needs. (SQE Test?)
I just want to understand why I'm gonna have to burn two switch ports instead of using a crossover cable.
Thanks!
(Cross-posted to hpux-admin@dutchworks.nl.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:19 AM
06-06-2006 08:19 AM
Re: Oracle 9i RAC cluster interconnect
I can see no reason at all. Heartbeat is usually a ping like functionality.
I'd say test it and see if it runs. There may be something about it that Oracle RAC, which runs on top of SG does not like.
Personally I'd like having a switch so a machine outside the cluster can monitor that networking is working well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:23 AM
06-06-2006 08:23 AM
Re: Oracle 9i RAC cluster interconnect
Actually, the cluster interconnect (separate from MCSG heartbeat) carries a ton of traffic between the nodes. Oracle calls it "cache fusion" (something the rest of the world calls "cache coherency"). Basically it allows the SGA on one node to know what's in the SGA on the other node. What Oracle is telling us is, "Crossover Cable is not supported as an Interconnect with 9iRAC/10gRAC on any platform" as noted here:
http://www.oracle.com/technology/products/database/clustering/certify/tech_generic_unix.html
There's apparently an article in Metalink that says, "A bridge or a hub is mandatory when using ethernet for the interconnect. HP does not support a straight through ethernet connection for a private ethernet interconnect.
Oracle claims that slowness in our cluster is being caused by our use of a crossover cable instead of a switch on the cluster interconnect.
But nobody can tell me exactly why. Nobody can show me the math. It's as if the guy at Oracle who designed the interconnect driver has left the company and nobody left has a clue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:33 AM
06-06-2006 08:33 AM
Re: Oracle 9i RAC cluster interconnect
Okay Jim, here is my best guess.
Using an xover cable should work perfectly almost all the time; however when link activity is lost there is no way to determine which NIC has failed so the local node will probably assume the remote node has failed and evict it -- and this could happen on either end. Now when a switch (I assume you setup a small VLAN for this) or a hub is in place, the local NIC can tell that it still sees link activity and conclude (rightly) that the remote end has failed.
Besides, there is a lot to be said for the winky-blinky lights on the switch or hub because now us dumb humans can also tell which end of the connection has failed as well. I do admit that there is the non-zero probability of a switch failure and that is indistinguishable from the failure in the crossover case.
Finally (and the most important reason) is when you call Oracle for support and they ask about you interconnect, when you tell them about your xover cable, you are going to hear something like "your configuration is not supported."
The problem with crossover cables is that there may not be link activity
all the time and the NIC cards will sense this loss of activity and
assume the remote node has gone down and force an eviction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:53 AM
06-06-2006 08:53 AM
Re: Oracle 9i RAC cluster interconnect
I think the xover/switch requirement has everything to do with Link Activity detection (from a heartbeat perspective or thr RAC equivalent) and nothing to do with performance but the above FTP test should reveal any performance differences. In any event, as long as Oracle has this excuse to fall back on (bogus or not from a performance perspective) you are really in a finger-pointing mode and not getting the real problem fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:25 PM
06-06-2006 08:25 PM
Re: Oracle 9i RAC cluster interconnect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:34 PM
06-06-2006 08:34 PM
Re: Oracle 9i RAC cluster interconnect
We are running a two-node RAC with a crossover cable between the cluster interconnect cards.
This works fine, we never had any problem.