- 最后登录
- 2015-5-11
- 在线时间
- 6 小时
- 威望
- 0
- 金钱
- 42
- 注册时间
- 2013-8-16
- 阅读权限
- 10
- 帖子
- 9
- 精华
- 0
- 积分
- 0
- UID
- 1188
|
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 |
|