说的太经典了,不敢翻译。直接上原文。

来源于:

Network Protocols and Real Application Clusters (文档 ID 278132.1)

PURPOSE

-------

Purpose of this document is to give DBAs and Systems Administrators interested

in Real Application Clusters an overview and a comparison of network protocols

available.

SCOPE & APPLICATION

-------------------

DBAs and IT professionals may use this note for their physical cluster layout

and the options they have available on their platform.

NETWORK PROTOCOLS AND REAL APPLICATION CLUSTERS

-----------------------------------------------

 

With Real Application Clusters, there are many different interconnect protocols

available to use with the high speed interconnect.

On Unix platforms, Oracle typically recommends Infiniband (RDS) where it is certified.  See

Note: 751343.1 for more information on the RDS protocol.  Here are the hardware and RAC protocol

alternatives for each platform (not including RDS):

Operating System	Clusterware		Network Hardware	RAC Protocol
---------------- ----------- ---------------- --------
HP OpenVMS HP OpenVMS Gigabit Ethernet TCP (UDP for 10gR1 and above)
HP Tru64 HP TruCluster Memory Channel RDG
HP Tru64 HP TruCluster Memory Channel UDP
HP Tru64 HP TruCluster Gigabit Ethernet RDG
HP Tru64 HP TruCluster Gigabit Ethernet UDP
HP-UX Oracle Clusterware Hyperfabric UDP
HP-UX Oracle Clusterware Gigabit Ethernet UDP
HP-UX HP ServiceGuard Hyperfabric UDP
HP-UX HP ServiceGuard Gigabit Ethernet UDP
HP-UX Veritas Cluster Gigabit Ethernet LLT
HP-UX Veritas Cluster Gigabit Ethernet UDP
IBM AIX Oracle Clusterware Gigabit Ethernet (FDDI) UDP
IBM AIX HACMP Gigabit Ethernet (FDDI) UDP
Linux Oracle Clusterware Gigabit Ethernet UDP
Microsoft Windows Oracle Clusterware Gigabit Ethernet TCP
Sun Solaris Oracle Clusterware Gigabit Ethernet UDP
Sun Solaris Fujitsu Primecluster Gigabit Ethernet ICF
Sun Solaris Sun Cluster SCI Interconnect RSM
Sun Solaris Sun Cluster Firelink interconnect RSM
Sun Solaris Sun Cluster Gigabit Ethernet UDP
Sun Solaris Veritas Cluster Gigabit Ethernet LLT
Sun Solaris Veritas Cluster Gigabit Ethernet UDP

Oracle Corporation primarily tests and supports the RDS and UDP network libraries (and

TCP for Windows).  For other proprietary protocols (RDG, ICF, and LLT), the

cluster vendor writes and supports the network libraries.

Oracle Corporation has done extensive testing on the Oracle provided RDS and UDP

libraries (and TCP for Windows).  Based on this testing and extensive experience

with production customer deployments, at this time Oracle Support strongly recommends

the use of RDS or UDP (or TCP on Windows) for RAC environments.

RE-LINKING TO CHANGE PROTCOLS

-----------------------------

To switch to the udp protocol, shut down the instances and re-link on each node

with:

cd $ORACLE_HOME/rdbms/lib

        make -f ins_rdbms.mk ipc_g ioracle

9i command:

cd $ORACLE_HOME/rdbms/lib

 make -f ins_rdbms.mk ipc_udp ioracle

To confirm that the UDP protcol is being used, run the 'oradebug ipc' command

as described in Note 181489.1 .  Note 181489.1 also contains some tuning

recommendations for various protocols.

BEST PRACTICES FOR UDP

----------------------

- Have at least a gigabit ethernet for optimal performance

- Do not use crossover cables (use a switch)

- Increase the udp buffer sizes to the OS maximum

- Turn on udp checksumming

RELATED DOCUMENTS

-----------------

Note 181489.1 - Tuning Inter-Instance Performance in RAC and OPS

Note 751343.1 - RAC Support for RDS Over Infiniband

Oracle Real Application Clusters Installation and Configuration Guide

【翻译自mos文章】私有网络所用的协议 与 Oracle RAC的更多相关文章

  1. 【翻译自mos文章】在RHEL7/OL7上安装Oracle 12.1.0.2的server端或者client时,报须要"compat-libstdc++"包

    在RHEL7/OL7上安装Oracle 12.1.0.2的server端或者client时,报须要"compat-libstdc++"包 来源于: Installation of ...

  2. 【翻译自mos文章】11.2.0.4及更高版本号的asm实例中MEMORY_TARGET 和 MEMORY_MAX_TARGET的默认值和最小值

    [翻译自mos文章]11.2.0.4及更高版本号的asm实例中MEMORY_TARGET 和 MEMORY_MAX_TARGET的默认值和最小值 来源于: Default and Minimum ME ...

  3. 【翻译自mos文章】job 不能自己主动执行--这是另外一个mos文章,本文章有13个解决方法

    job 不能自己主动执行--这是另外一个mos文章 參考原文: Jobs Not Executing Automatically (Doc ID 313102.1) 适用于: Oracle Datab ...

  4. 【翻译自mos文章】oracle db 中的用户账户被锁--查看oracle用户的尝试次数

    參考原文: Users Accounts Getting Locked. (Doc ID 791037.1) 事实上这个文章是为oracle 别的软件产品写的,只是涉及到user 锁定问题.那还是跟d ...

  5. 【翻译自mos文章】改变数据库用户sysman(该用户是DB Control Repository 的schema)password的方法

    改变数据库用户sysman(该用户是DB Control Repository 的schema)password的方法 參考原文: How To Change the Password of the ...

  6. 【翻译自mos文章】使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法

    使用asmcmd命令在本地和远程 asm 实例之间 拷贝asm file的方法 參考原文: How to Copy asm files between remote ASM instances usi ...

  7. 【翻译自mos文章】Oracle GoldenGate 怎么在源头的传输进程和目的端的server/collector进程之间分配 port?

    Oracle GoldenGate 怎么在源头的传输进程和目的端的server/collector进程之间分配 port? 来源于: How Does GoldenGate Allocates Por ...

  8. 【翻译自mos文章】oracle支持在RDBMS HOME 下的 符号链接( Symbolic Links)吗?

    oracle支持在RDBMS HOME 下的 符号链接( Symbolic Links)吗? 參考原文: Does Oracle support Symbolic Links in the RDBMS ...

  9. 【翻译自mos文章】11gR2中的asm后台进程

    11gR2中的asm后台进程 參考原文: ASM Background Processes in 11.2 (Doc ID 1641678.1) 适用于: Oracle Database - Ente ...

随机推荐

  1. sass的用法小结(一)

    1. 使用变量; sass让人们受益的一个重要特性就是它为css引入了变量.你可以把反复使用的css属性值 定义成变量,然后通过变量名来引用它们,而无需重复书写这一属性值.或者,对于仅使用过一 次的属 ...

  2. hadoop从wordCount开始

    最近一段时间大数据很火,我有稍微有点java基础,自然选择了由java编写的hadoop框架,wordCount是hadoop中类似于java中helloWorld的存在,自然不能错过. packag ...

  3. NOIp2018模拟赛四十二

    今天看标题终于回到了“NOIP模拟赛”,十分高兴啊! 然后一打开题目: ********** 所以今天又是一场NOIPlus模拟赛(微笑) 成绩:0+70+0=70 A题想了个贪心被myh两分钟cha ...

  4. BZOJ 5394 [Ynoi2016]炸脖龙 (线段树+拓展欧拉定理)

    题目大意:给你一个序列,需要支持区间修改,以及查询一段区间$a_{i}^{a_{i+1}^{a_{i+2}...}}mod\;p$的值,每次询问的$p$的值不同 对于区间修改,由线段树完成,没什么好说 ...

  5. 紫书 习题8-11 UVa 1615 (区间选点问题)

    这个点就是贪心策略中的区间选点问题. 把右端点从大到小排序, 左端点从小到大排序. 每次取区间右端点就可以了, 到不能覆盖的时候就ans++, 重新取点 ps:这道题不考虑精度也可以过 要着重复习一下 ...

  6. matlab 中语句 a(b)的意思

    a=[1 2; 3, 4; 5, 6]; b=[1 3 2 1; 1 2 4 2]; c=a(b) c =                 1     5     3     1 1     3   ...

  7. CodeVS 1789 最大获利

    1789 最大获利 2006年NOI全国竞赛  时间限制: 2 s  空间限制: 128000 KB  题目等级 : 大师 Master       题目描述 Description 新的技术正冲击着 ...

  8. 锐捷SNMp注意:

    http://www.ruijie.com.cn/fw/wt/18855 1)设备名称.运行时间.sysOID.设备描述.联系人.设备位置:分别来自RFC-1213-MIB的system组中的sysN ...

  9. CMD应用 qtp/winshell/cmd的交互

    =================================================================== '採用windows.shell的 sendkeys 方式: s ...

  10. gcc 源代码下载地址

    ftp://mirrors-usa.go-parts.com/gcc/releases/