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

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

来源于:

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

时间: 2024-11-04 02:24:49

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

【翻译自mos文章】How to Set or Switch Oracle Homes on Windows (Doc ID 969581.1)

参考原文: How to Set or Switch Oracle Homes on Windows (Doc ID 969581.1) 适用于: Oracle Database - Enterprise Edition - Version 9.2.0.1 to 11.2.0.1.0 [Release 9.2 to 11.2] Microsoft Windows (32-bit) Microsoft Windows Itanium (64-bit) Microsoft Windows x64 (

【翻译自mos文章】当NFS server 宕机后,Oracle 数据库 冻结并且alert 文件里没有任何错误

当NFS server 宕机后,Oracle 数据库 冻结并且alert 文件里没有任何错误 翻译自mos文章:When NFS Server Is Down, Oracle Server Freezes With No Errors In Alert Log File (文档 ID 1316251.1) 适用于: Oracle Server - Enterprise Edition - Version: 10.2.0.4 and later   [Release: 10.2 and later

【翻译自mos文章】使用buffer memory 参数来调整rman的性能。

使用buffer memory 参数来调整rman的性能. 本文翻译自mos文章:RMAN Performance Tuning Using Buffer Memory Parameters (Doc ID 1072545.1) rman 性能调整的目的是分辨一个特定的backup or  restore job的瓶颈. 并使用使用rman命令.初始化参数 或者对physical media的调整来提高整体的性能. 由于数据库容量持续变大,在客户的环境中,几十到几百TB的数据库很常见, serv

【翻译自mos文章】找到'cursor: pin S wait on X' 等待事件的阻塞者session(即:持有者session)

找到'cursor: pin S wait on X' 等待事件的阻塞者session(即:持有者session) 来源于: How to Determine the Blocking Session for Event: 'cursor: pin S wait on X' (Doc ID 786507.1) 适用于: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.3 [Release 10.2 to 11.2

【翻译自mos文章】SGA_TARGET与SHMMAX的关系

SGA_TARGET与SHMMAX的关系 参考原文: Relationship Between SGA_TARGET and SHMMAX (文档 ID 1527109.1) 适用于: Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.3 [Release 10.1 to 11.2] Information in this document applies to any platform. 目的: 解释了参数文件中

【翻译自mos文章】在11gR2 rac环境中,文件系统使用率紧张,并且lsof显示有很多oraagent_oracle.l10 (deleted)

在11gR2 rac环境中,文件系统使用率紧张,并且lsof显示有很多oraagent_oracle.l10 (deleted) 参考原文: High Space Usage and "lsof" Output Shows Many 'oraagent_oracle.l10 (deleted)' in GI environment (Doc ID 1598252.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.

【翻译自mos文章】使用Windows操作系统的Dell Pcserver,Oracle db报错:ORA-8103

翻译自mos文章:使用Windows操作系统的Dell Pcserver,Oracle db报错:ORA-8103 ORA-8103 using Windows platform and DELL servers (Doc ID 1921533.1) Applies to: Oracle Database - Personal Edition - Version 11.1.0.6 to 12.1.0.2 [Release 11.1 to 12.1] Oracle Database - Stand

【翻译自mos文章】11gR2 OUI 在 PREREQUISITE CHECKS 时 hang住

翻译自mos文章:11gR2 OUI 在 PREREQUISITE CHECKS 时 hang住 适用于: Oracle Server - Enterprise Edition - Version 8.0.6.0 to 11.2.0.2.0 [Release 8.0.6 to 11.2] Information in this document applies to any platform. This can occur on any Unix/Linux platform 症状: 11gR2

【翻译自mos文章】升级到11.2.0.4之后在alert日志中出现 NUMA 警告信息

注:与本文有关的文章为:http://blog.csdn.net/msdnchina/article/details/43763927 升级到11.2.0.4之后在alert日志中出现 NUMA 警告信息 翻译自mos文章:NUMA warning message appear after upgrade to 11.2.0.4 (文档 ID 1600824.1)1 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.4 and