Node connectivity check failed. (RAC)
585864May 25 2009 — edited May 26 2009I am Installing Oracle 11g R1 RAC on Server 2003
When i run runcluvfy.bat stage -post hwos -n rac1,rac2 - verbose it fails and show error
ERROR: Network interface information could not be obtained from any of the nodes.
host file is as :
127.0.0.1 localhost.localdomain localhost
192.168.1.231 rac1 #subnet mask 255.255.254.0
192.168.1.232 rac2 #subnet mask 255.255.254.0
#Private Network/interconnect
10.10.10.231 rac1-priv #subnet mask 255.255.255.0
10.10.10.232 rac2-priv #subnet mask 255.255.255.0
# VIP/Used to reroute the client request sent to the node if the node is down.
192.168.1.235 rac1-vip #subnet mask 255.255.254.0
192.168.1.236 rac2-vip #subnet mask 255.255.254.0
Please guide me what is wrong