CLUSTER_INTERCONNECTS
| Property | Description |
|---|---|
| Parameter type | String |
| Syntax | CLUSTER_INTERCONNECTS = ifn [: ifn ] ... |
| Default value | There is no default value. |
| Modifiable | No |
| Range of values | One or more IP addresses, separated by colons |
| Basic | No |
CLUSTER_INTERCONNECTS provides Oracle with information about additional cluster interconnects available for use in Real Application Clusters environments.
The CLUSTER_INTERCONNECTS parameter can be used to override the default interconnect with a preferred cluster traffic network. This parameter is useful in Data Warehouse systems that have reduced availability requirements and high interconnect bandwidth demands. You can also use CLUSTER_INTERCONNECTS to override the default interconnect chosen by Oracle.
For example, if you are running two instances of Oracle for two databases on the same machine, then you can load balance the interconnect traffic to different physical interconnects. This does not reduce Oracle availability.
CLUSTER_INTERCONNECTS can be used in Oracle Real Application Clusters environments to indicate cluster interconnects available for use for the database traffic. Use this parameter if you need to override the default interconnect configured for the database traffic, which is stored in the cluster registry. This procedure also may be useful with Data Warehouse systems that have reduced availability requirements and high interconnect bandwidth demands.
CLUSTER_INTERCONNECTS specifically overrides the following:
-
Network classifications stored by
oifcfgin the OCR. -
The default interconnect chosen by Oracle.
If you want to load-balance the interconnect, then Oracle recommends that you use link-bonding at the operating system level, even if you have two databases on the same server, so that multiple interconnects use the same address. Note that multiple private addresses provide load balancing, but do not provide failover unless bonded. If you specify multiple addresses in init.ora using CLUSTER_INTERCONNECTS, instead of bonding multiple addresses at the operating system level, then typically availability is reduced, because each network interface card failure will take down that instance.
Refer to your vendor documentation for information about bonding interfaces. Some vendor bonding architectures may require the use of this parameter.
If you have multiple database instances on Oracle Real Application Clusters nodes and want to use a specific interface for each instance, then you can set the CLUSTER_INTERCONNECTS initialization parameter to the IP address for each database instance. For example:
hr1.init.ora.cluster_interconnects="192.0.2.111" oltp3.init.ora.cluster_interconnects="192.0.2.112"
If the Oracle RAC interconnect is configured to run on a different interface than the Oracle Clusterware interconnect, then this configuration can cause reduced availability, as failovers or instance evictions can be delayed if the Oracle RAC interconnect fails while the Oracle Clusterware NIC remains up.
See Also:
CLUSTER_INTERCONNECTS
from:http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams025.htm#sthref81
---------------------------------------------------------------------------------------------
2.两个节点上的设备IP参数列表必须顺序相同。
3.这个参数指定的值无效的情况下将会使用系统默认设备。

本文详细介绍了Oracle Real Application Clusters (RAC) 中的CLUSTER_INTERCONNECTS参数配置方法及注意事项,包括如何通过该参数实现负载均衡和故障转移,特别强调了在数据仓库系统中的应用。
1227

被折叠的 条评论
为什么被折叠?



