- 论坛徽章:
- 0
|
Oracle RAC 网卡配置
问题解决了
这是metalink给的解答:
This cable is used for Oracle interconnect traffic and for the cache fusion mechanism.
The traffic on it is based on TCP and UDP protocol. So, it needs to be configured the same
way as a standard tcpip network. It needs to be a high speed interconnect since the speed
of it greatly determines the speed of the RAC database.
It should be defined in HACMP as a private TCPIP network with specific IP addresses and
viewable via the /bin/odmget HACMPnetwork and
/usr/sbin/cluster/utilities/cllsif -S commands.
配置如下:
/etc/hosts:
192.168.1.11 ora1_srv ora1
192.168.1.13 ora2_srv ora2
192.168.1.12 ora1_boot ora1
192.168.1.14 ora2_boot ora2
10.1.5.12 ora1_stb ora1
10.1.5.14 ora2_stb ora2
10.1.6.12 ora1_inter ora1 #用于ORACLE RAC
10.1.6.14 ora2_inter ora2 #用于ORACLE RAC
HACMP:
新增一个network: net_ether_02
在net_ther_02 新增两个interface : ora1_inter ora2_inter
再将net_ther_02 的Network Attribute 设置成private |
|