812652817 发表于 2015-5-10 17:09:31

ORACLE 11.2.0.4 grid安装

环境ORACLE 11.2.0.4 grid
RedHat 6.5 64位
使用HAIP两个私有网卡。在运行runcluvfy.sh 检查时报错,报错如下:
Checking subnet "192.168.23.0" for multicast communication with multicast group "230.0.1.0"...
PRVG-11134 : Interface "192.168.23.13" on node "rac2" is not able to communicate with interface "192.168.23.10" on node "rac1"
PRVG-11134 : Interface "192.168.23.13" on node "rac2" is not able to communicate with interface "192.168.23.11" on node "rac1"
PRVG-11134 : Interface "192.168.23.11" on node "rac1" is not able to communicate with interface "192.168.23.12" on node "rac2"
PRVG-11134 : Interface "192.168.23.11" on node "rac1" is not able to communicate with interface "192.168.23.13" on node "rac2"
Checking subnet "192.168.23.0" for multicast communication with multicast group "224.0.0.251"...
PRVG-11134 : Interface "192.168.23.13" on node "rac2" is not able to communicate with interface "192.168.23.10" on node "rac1"
PRVG-11134 : Interface "192.168.23.13" on node "rac2" is not able to communicate with interface "192.168.23.11" on node "rac1"
PRVG-11134 : Interface "192.168.23.11" on node "rac1" is not able to communicate with interface "192.168.23.12" on node "rac2"
PRVG-11134 : Interface "192.168.23.11" on node "rac1" is not able to communicate with interface "192.168.23.13" on node "rac2"

网卡配置信息如下,其他私有网卡配置类似:
# more ifcfg-eth1
DEVICE=eth1
HWADDR=5C:F3:FC:DC:09:3A
TYPE=Ethernet
UUID=c9b2cc80-7831-4e56-ad1e-4c320f1be78b
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.23.10
NETMASK=255.255.255.0

812652817 发表于 2015-5-10 17:23:11

采用的是直连的方式,在操作系统上ip地址互ping的通的

lixiaxin200319 发表于 2015-5-10 18:08:26

建议检查下防火墙和SELINUX是否关闭,看日志应该是组播被拦截了。

812652817 发表于 2015-5-10 18:52:30

lixiaxin200319 发表于 2015-5-10 18:08 static/image/common/back.gif
建议检查下防火墙和SELINUX是否关闭,看日志应该是组播被拦截了。

防火墙和SELINUX已关闭,HAIP的两张私有网卡eth1和eth3

$ perl mcasttest.pl -n rac1,rac2 -i eth1
###########  Setup for node rac1  ##########
Checking node access 'rac1'
Checking node login 'rac1'
Checking/Creating Directory /tmp/mcasttest for binary on node 'rac1'
Distributing mcast2 binary to node 'rac1'
###########  Setup for node rac2  ##########
Checking node access 'rac2'
Checking node login 'rac2'
Checking/Creating Directory /tmp/mcasttest for binary on node 'rac2'
Distributing mcast2 binary to node 'rac2'
###########  testing Multicast on all nodes  ##########

Test for Multicast address 230.0.1.0

May 10 18:47:01 | Multicast Succeeded for eth1 using address 230.0.1.0:42000

Test for Multicast address 224.0.0.251

May 10 18:47:02 | Multicast Succeeded for eth1 using address 224.0.0.251:42001
$ perl mcasttest.pl -n rac1,rac2 -i eth3
###########  Setup for node rac1  ##########
Checking node access 'rac1'
Checking node login 'rac1'
Checking/Creating Directory /tmp/mcasttest for binary on node 'rac1'
Distributing mcast2 binary to node 'rac1'
###########  Setup for node rac2  ##########
Checking node access 'rac2'
Checking node login 'rac2'
Checking/Creating Directory /tmp/mcasttest for binary on node 'rac2'
Distributing mcast2 binary to node 'rac2'
###########  testing Multicast on all nodes  ##########

Test for Multicast address 230.0.1.0

May 10 18:47:45 | Multicast Failed for eth3 using address 230.0.1.0:42000

Test for Multicast address 224.0.0.251

May 10 18:48:15 | Multicast Failed for eth3 using address 224.0.0.251:42001

baoxiping 发表于 2015-5-10 18:55:49

2节点互ping 通吗

812652817 发表于 2015-5-10 18:57:33

baoxiping 发表于 2015-5-10 18:55 static/image/common/back.gif
2节点互ping 通吗

互ping是通的

812652817 发表于 2015-5-10 19:01:01

$ netstat -gn
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth0            1      224.0.0.1
eth1            1      224.0.0.1
eth2            1      224.0.0.1
eth3            1      224.0.0.1
eth4            1      224.0.0.1
eth5            1      224.0.0.1
bond0           1      224.0.0.1
lo              1      ff02::1
eth0            1      ff02::1
eth1            1      ff02::1:ffdc:93a
eth1            1      ff02::202
eth1            1      ff02::1
eth2            1      ff02::1
eth3            1      ff02::1:ffd8:b276
eth3            1      ff02::202
eth3            1      ff02::1
eth4            1      ff02::1
eth5            1      ff02::1
usb0            1      ff02::1
bond0           1      ff02::1:ffdc:938
bond0           1      ff02::202
bond0           1      ff02::1

北柏 发表于 2015-5-10 20:42:23

ifconfig 两个节点的结果贴下
页: [1]
查看完整版本: ORACLE 11.2.0.4 grid安装