- 最后登录
- 2015-1-7
- 在线时间
- 8 小时
- 威望
- 0
- 金钱
- 61
- 注册时间
- 2012-12-2
- 阅读权限
- 10
- 帖子
- 21
- 精华
- 0
- 积分
- 0
- UID
- 710
|
2#
发表于 2013-1-6 11:16:22
谢谢群友的回答:
福州-斩月(11938XXXX) 11:10:25
--11gR2起Grid infrastructure引入资源ora.cluster_interconnect.haip,不需要第三方技术便可实现redundant interconnect,最多支持4个private network,提供load balance & failover功能;
--Gird会自动选取169.254.*.*作为HAIP address,该功能默认启动;
--HAIP数量由grid在第一个节点启动时active private network数目决定的,若想改变则需要所有节点重启;
--不支持windows平台,集群运行时不能停止HAIP
Redundant Interconnect without any 3rd-party IP failover technology (bond, IPMP or similar) is supported natively by Grid Infrastructure starting from 11.2.0.2. Multiple private network adapters can be defined either during the installation phase or afterward using the oifcfg. Oracle Database, CSS, OCR, CRS, CTSS, and EVM components in 11.2.0.2 employ it automatically.
Grid Infrastructure can activate a maximum of four private network adapters at a time even if more are defined. The ora.cluster_interconnect.haip resource will start one to four link local HAIP on private network adapters for interconnect communication for Oracle RAC, Oracle ASM, and Oracle ACFS etc.
Grid automatically picks free link local addresses from reserved 169.254.*.* subnet for HAIP. According to RFC-3927, link local subnet 169.254.*.* should not be used for any other purpose. With HAIP, by default, interconnect traffic will be load balanced across all active interconnect interfaces, and corresponding HAIP address will be failed over transparently to other adapters if one fails or becomes non-communicative. .
The number of HAIP addresses is decided by how many private network adapters are active when Grid comes up on the first node in the cluster . If there's only one active private network, Grid will create one; if two, Grid will create two; and if more than two, Grid will create four HAIPs. The number of HAIPs won't change even if more private network adapters are activated later, a restart of clusterware on all nodes is required for the number to change, however, the newly activated adapters can be used for fail over purpose.
|
|