Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

0

积分

1

好友

3

主题
1#
发表于 2015-5-10 17:09:31 | 查看: 5537| 回复: 7
环境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"

网卡配置信息如下,其他私有网卡配置类似:
[root@rac1 network-scripts]# 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
2#
发表于 2015-5-10 17:23:11
采用的是直连的方式,在操作系统上ip地址互ping的通的

回复 只看该作者 道具 举报

3#
发表于 2015-5-10 18:08:26
建议检查下防火墙和SELINUX是否关闭,看日志应该是组播被拦截了。

回复 只看该作者 道具 举报

4#
发表于 2015-5-10 18:52:30
lixiaxin200319 发表于 2015-5-10 18:08
建议检查下防火墙和SELINUX是否关闭,看日志应该是组播被拦截了。

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

[grid@rac1 mcasttest]$ 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
[grid@rac1 mcasttest]$ 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

回复 只看该作者 道具 举报

5#
发表于 2015-5-10 18:55:49
2节点互ping 通吗

回复 只看该作者 道具 举报

6#
发表于 2015-5-10 18:57:33
baoxiping 发表于 2015-5-10 18:55
2节点互ping 通吗

互ping是通的

回复 只看该作者 道具 举报

7#
发表于 2015-5-10 19:01:01
[grid@rac1 mcasttest]$ 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

回复 只看该作者 道具 举报

8#
发表于 2015-5-10 20:42:23
ifconfig 两个节点的结果贴下

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-5-20 00:10 , Processed in 0.048145 second(s), 20 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569