码迷,mamicode.com
首页 > 数据库 > 详细

Oracle11g R2: Node Connectivity check failed解决办法

时间:2015-05-29 12:07:30      阅读:414      评论:0      收藏:0      [点我收藏+]

标签:node connectivity   linux   oracle   rac   

版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://blog.csdn.net/wenshuangzhu/article/details/46226179


在oracle11GR2图形界面进行安装检查的时候提示“Node connectivity check failed”,如下图所示:

技术分享


网上说出现这个问题的原因主要有两个:

1./etc/hosts没有配好
2.Linux中未关闭Firewall

但是我的防火墙是关闭的,hosts文件也确定配置好了。

通过runcluvfy工具来检查:

grid@node74:/home/software/linux_11gR2/grid> ./runcluvfy.sh stage -post hwos -n node74,node76 -verbose

Performing post-checks for hardware and operating system setup 


Checking node reachability...
Check: Node reachability from node "node74"
  Destination Node                      Reachable?              
  ------------------------------------  ------------------------
  node74                                yes                     
  node76                                yes                     
Result: Node reachability check passed from node "node74"

Checking user equivalence...
Check: User equivalence for user "grid"
  Node Name                             Comment                 
  ------------------------------------  ------------------------
  node76                                passed                  
  node74                                passed                  
Result: User equivalence check passed for user "grid"

Checking node connectivity...
Checking hosts config file...
  Node Name     Status                    Comment                 
  ------------  ------------------------  ------------------------
  node76        passed                                            
  node74        passed                                            

Verification of the hosts config file successful

Interface information for node "node76"
 Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU   
 ------ --------------- --------------- --------------- --------------- ----------------- ------
 eth0   172.16.54.76    172.16.52.0     0.0.0.0         172.16.52.254   B4:99:BA:BC:31:4A 1500  
 eth0   172.16.54.176   172.16.52.0     0.0.0.0         172.16.52.254   B4:99:BA:BC:31:4A 1500  
 eth1   10.10.10.2      10.10.10.0      0.0.0.0         172.16.52.254   B4:99:BA:BC:31:4C 1500  
 eth2   20.20.20.2      20.20.20.0      0.0.0.0         172.16.52.254   B4:99:BA:BC:31:4E 1500  

Interface information for node "node74"
 Name   IP Address      Subnet          Gateway         Def. Gateway    HW Address        MTU   
 ------ --------------- --------------- --------------- --------------- ----------------- ------
 eth0   172.16.54.74    172.16.52.0     0.0.0.0         172.16.52.254   98:4B:E1:04:C7:B4 1500  
 eth0   172.16.54.174   172.16.52.0     0.0.0.0         172.16.52.254   98:4B:E1:04:C7:B4 1500  
 eth0   172.16.54.175   172.16.52.0     0.0.0.0         172.16.52.254   98:4B:E1:04:C7:B4 1500  
 eth1   10.10.10.1      10.10.10.0      0.0.0.0         172.16.52.254   98:4B:E1:04:C7:B6 1500  
 eth2   20.20.20.1      20.20.20.0      0.0.0.0         172.16.52.254   98:4B:E1:04:C7:B8 1500  

Check: Node connectivity of subnet "172.16.52.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node76:eth0                     node76:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node76:eth0                     node74:eth0                     yes             
  node74:eth0                     node74:eth0                     yes             
  node74:eth0                     node74:eth0                     yes             
  node74:eth0                     node74:eth0                     yes             
Result: Node connectivity passed for subnet "172.16.52.0" with node(s) node76,node74

Check: TCP connectivity of subnet "172.16.52.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node74:172.16.54.74             node76:172.16.54.76             passed          
  node74:172.16.54.74             node76:172.16.54.176            passed          
  node74:172.16.54.74             node74:172.16.54.174            passed          
  node74:172.16.54.74             node74:172.16.54.175            passed          
Result: TCP connectivity check passed for subnet "172.16.52.0"

Check: Node connectivity of subnet "10.10.10.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node76:eth1                     node74:eth1                     yes             
Result: Node connectivity passed for subnet "10.10.10.0" with node(s) node76,node74

Check: TCP connectivity of subnet "10.10.10.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node74:10.10.10.1               node76:10.10.10.2               passed          
Result: TCP connectivity check passed for subnet "10.10.10.0"

Check: Node connectivity of subnet "20.20.20.0"

WARNING: 
Make sure IP address "20.20.20.1" is up and is a valid IP address on node "node74"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node76:eth2                     node74:eth2                     no              
Result: Node connectivity failed for subnet "20.20.20.0"

Check: TCP connectivity of subnet "20.20.20.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node74:20.20.20.1               node76:20.20.20.2               failed         ------注意:两个节点有一组网卡配置了同一网段的IP,但是却没有联通,造成node connectivity检查失败。
Result: TCP connectivity check failed for subnet "20.20.20.0"

Interfaces found on subnet "172.16.52.0" that are likely candidates for VIP are:
node76 eth0:172.16.54.76 eth0:172.16.54.176
node74 eth0:172.16.54.74 eth0:172.16.54.174 eth0:172.16.54.175

Interfaces found on subnet "10.10.10.0" that are likely candidates for a private interconnect are:
node76 eth1:10.10.10.2
node74 eth1:10.10.10.1

Result: Node connectivity check failed

Checking for multiple users with UID value 0
Result: Check for multiple users with UID value 0 passed 

Post-check for hardware and operating system setup was unsuccessful on all the nodes. 

原来是因为两个节点有一对网卡配置了通网段的IP地址,但是实际上两个网卡并没有连通,造成了node connectivity检查失败。

Check: TCP connectivity of subnet "20.20.20.0"
  Source                          Destination                     Connected?      
  ------------------------------  ------------------------------  ----------------
  node74:20.20.20.1               node76:20.20.20.2               failed   


这样解决办法就有了,要么就是把两个网卡连通,要么就是修改为不同的网段,或者干脆直接停用这两块网卡。

我这边停用这两块网卡后,重新执行安装检查通过。



Oracle11g R2: Node Connectivity check failed解决办法

标签:node connectivity   linux   oracle   rac   

原文地址:http://blog.csdn.net/wenshuangzhu/article/details/46226179

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!