Copyright notice: When reproduced, please indicate the original source and author information and this statement in the form of hyperlinks.
http://blog.csdn.net/wenshuangzhu/article/details/46226179
Prompt for "Node connectivity check failed" as shown in the Oracle11gr2 graphical interface for installation checks:
There are two main reasons why the problem occurs online:
1./etc/hosts not well equipped
Firewall not closed in 2.Linux
But my firewall is turned off, and the hosts file is also determined to be configured.
Check with the Runcluvfy tool:
[Email protected]:/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" was up and was 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 ------Note: Two nodes have a set of network cards configured with the same network segment of the IP, but there is no connectivity, resulting in node connectivity check failed.
RESULT:TCP connectivity check failed for subnet "20.20.20.0"
Interfaces found on subnet "172.16.52.0" that is likely candidates for VIP is:
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 is likely candidates for a private interconnect is:
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 is unsuccessful on all the nodes.
The original is because two nodes have a pair of network cards configured the network segment IP address, but actually two network cards are not connected, resulting in node connectivity check failed.
CHECK:TCP connectivity of subnet "20.20.20.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
node74:20.20.20.1 node76:20.20.20.2 failed
The solution is either to connect the two network cards, or to change to a different network segment, or simply disable the two network cards directly.
After I deactivate these two NICs, re-perform the installation check.
oracle11g r2:node Connectivity Check failed solution