关于ORACLE RAC集群私网网卡用直接还是交换机连接的问题

痞子三分冷 提交于 2020-01-06 14:05:13

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

关于ORACLE RAC集群私网网卡(心跳网络)用直接还是交换机连接的问题,现在就官方的建议如下:
Frequently Asked Questions (Doc ID 220970.1)

Is crossover cable supported as an interconnect with RAC on any platform ?
NO. CROSS OVER CABLES ARE NOT SUPPORTED. The requirement is to use a switch:
Detailed Reasons:

1) cross-cabling limits the expansion of RAC to two nodes


2) cross-cabling is unstable:


a) Some NIC cards do not work properly with it. They are not able to negotiate the DTE/DCE clocking, and will thus not function. These NICS were made cheaper by assuming that the switch was going to have the clock. Unfortunately there is no way to know which NICs do not have that clock.
b) Media sense behaviour on various OS's (most notably Windows) will bring a NIC down when a cable is disconnected. Either of these issues can lead to cluster instability and lead to ORA-29740 errors (node evictions).
Due to the benefits and stability provided by a switch, and their afforability ($200 for a simple 16 port GigE switch), and the expense and time related to dealing with issues when one does not exist, this is the only supported configuration.
From a purely technology point of view Oracle does not care if the customer uses cross over cable or router or switches to deliver a message. However, we know from experience that a lot of adapters misbehave when used in a crossover configuration and cause a lot of problems for RAC. Hence we have stated on certify that we do not support crossover cables to avoid false bugs and finger pointing amongst the various parties: Oracle, Hardware vendors, Os vendors etc...

############################

也就是说Oracle不支持使用交叉线作为ClusterWare的interconnects。
这里的Not Support不是说交叉线不能用,而是说Oracle不建议这样做,同时不承担这样做而产生的一系列问题。
实际上,交换机的引入是为了更高的扩展性和稳定性,这是合理的投入,在搭建RAC环境时值得投入。
 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!