原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40735481 环境:cent0s 6.4 64bit、grid 64bit 自检出现“tcp connectivity of subnet”
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40735481
环境:cent0s 6.4 64bit、grid 64bit
自检出现“tcp connectivity of subnet”问题。
【问题】
手工进行grid自检,报出如下错误:
[grid@xzxt1 grid]$ ./runcluvfy.sh stage -pre crsinst -n xzxt1,xzxt2 -fixup -verbose
............check: node connectivity of subnet 192.168.56.0 source destination connected? ------------------------------ ------------------------------ ---------------- xzxt2[192.168.56.31] xzxt1[192.168.56.30] yes result: node connectivity passed for subnet 192.168.56.0 with node(s) xzxt2,xzxt1check: tcp connectivity of subnet 192.168.56.0 source destination connected? ------------------------------ ------------------------------ ---------------- xzxt1:192.168.56.30 xzxt2:192.168.56.31 failed error: prvf-7617 : node connectivity between xzxt1 : 192.168.56.30 and xzxt2 : 192.168.56.31 failedresult: tcp connectivity check failed for subnet 192.168.56.0check: node connectivity of subnet 10.10.10.0 source destination connected? ------------------------------ ------------------------------ ---------------- xzxt2[10.10.10.91] xzxt1[10.10.10.90] yes result: node connectivity passed for subnet 10.10.10.0 with node(s) xzxt2,xzxt1check: tcp connectivity of subnet 10.10.10.0 source destination connected? ------------------------------ ------------------------------ ---------------- xzxt1:10.10.10.90 xzxt2:10.10.10.91 failed error: prvf-7617 : node connectivity between xzxt1 : 10.10.10.90 and xzxt2 : 10.10.10.91 failedresult: tcp connectivity check failed for subnet 10.10.10.0interfaces found on subnet 192.168.56.0 that are likely candidates for vip are:xzxt2 eth0:192.168.56.31xzxt1 eth0:192.168.56.30warning: could not find a suitable set of interfaces for the private interconnectchecking subnet mask consistency...subnet mask consistency check passed for subnet 192.168.56.0.subnet mask consistency check passed for subnet 10.10.10.0.subnet mask consistency check passed.result: node connectivity check failedchecking multicast communication...checking subnet 192.168.56.0 for multicast communication with multicast group 230.0.1.0...prvg-11134 : interface 192.168.56.31 on node xzxt2 is not able to communicate with interface 192.168.56.31 on node xzxt2prvg-11134 : interface 192.168.56.31 on node xzxt2 is not able to communicate with interface 192.168.56.30 on node xzxt1prvg-11134 : interface 192.168.56.30 on node xzxt1 is not able to communicate with interface 192.168.56.31 on node xzxt2prvg-11134 : interface 192.168.56.30 on node xzxt1 is not able to communicate with interface 192.168.56.30 on node xzxt1checking subnet 192.168.56.0 for multicast communication with multicast group 224.0.0.251...prvg-11134 : interface 192.168.56.31 on node xzxt2 is not able to communicate with interface 192.168.56.31 on node xzxt2prvg-11134 : interface 192.168.56.31 on node xzxt2 is not able to communicate with interface 192.168.56.30 on node xzxt1prvg-11134 : interface 192.168.56.30 on node xzxt1 is not able to communicate with interface 192.168.56.31 on node xzxt2prvg-11134 : interface 192.168.56.30 on node xzxt1 is not able to communicate with interface 192.168.56.30 on node xzxt1checking subnet 10.10.10.0 for multicast communication with multicast group 230.0.1.0...prvg-11134 : interface 10.10.10.91 on node xzxt2 is not able to communicate with interface 10.10.10.91 on node xzxt2prvg-11134 : interface 10.10.10.91 on node xzxt2 is not able to communicate with interface 10.10.10.90 on node xzxt1prvg-11134 : interface 10.10.10.90 on node xzxt1 is not able to communicate with interface 10.10.10.91 on node xzxt2prvg-11134 : interface 10.10.10.90 on node xzxt1 is not able to communicate with interface 10.10.10.90 on node xzxt1checking subnet 10.10.10.0 for multicast communication with multicast group 224.0.0.251...prvg-11134 : interface 10.10.10.91 on node xzxt2 is not able to communicate with interface 10.10.10.91 on node xzxt2prvg-11134 : interface 10.10.10.91 on node xzxt2 is not able to communicate with interface 10.10.10.90 on node xzxt1prvg-11134 : interface 10.10.10.90 on node xzxt1 is not able to communicate with interface 10.10.10.91 on node xzxt2prvg-11134 : interface 10.10.10.90 on node xzxt1 is not able to communicate with interface 10.10.10.90 on node xzxt1............
【解决】
[root@xzxt1 network-scripts]# vi ifcfg-eth0
--去掉gateway=192.168.56.1
device=eth0
onboot=yes
bootproto=static
ipaddr=192.168.56.30
netmask=255.255.255.0
[root@xzxt1 network-scripts]# vi ifcfg-eth1
--去掉gateway=10.10.10.1
device=eth1
onboot=yes
bootproto=static
ipaddr=10.10.10.90
netmask=255.255.255.0
重启服务器后,再次自检此问题不再出现。
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。
深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40735481