Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

runcluvfy.sh stage pre fails with node reachability on 1 node only

728842Apr 20 2010 — edited Apr 20 2010
Having a frustrating problem. 2 node RAC system on RHEL 5.2 installing 11.2.0.1 grid/clusterware. Performing the following pre check command from node 1:
./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose
I'm getting the following error and it cannot write the trace information
[grid@node1 grid]$ sudo chmod -R 777 /tmp
[grid@node1 grid]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose

WARNING:
Could not access or create trace file path "/tmp/bootstrap/cv/log". Trace information could not be collected


Performing pre-checks for cluster services setup

Checking node reachability...
node1.mydomain.com: node1.mydomain.com

Check: Node reachability from node "null"
  Destination Node                      Reachable?
  ------------------------------------  ------------------------
  node2                       no
  node1                       no
Result: Node reachability check failed from node "null"


ERROR:
Unable to reach any of the nodes
Verification cannot proceed


Pre-check for cluster services setup was unsuccessful on all the nodes.
[grid@node1 grid]$
[grid@node1 grid]$ echo $CV_DESTLOC
/home/grid/software/grid/11gr2/grid
I've verified the following:

1) there is user equivalence between the nodes for user grid
2) /tmp is read/writable by user grid on both nodes
3) Setting the CV_DESTLOC appears to do nothing - it seems to go back to wanting to write to /tmp
4) ./runcluvfy comp nodecon -n node1,node2-verbose succeeds no problem

And the weirdest thing of all, when I run
 ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose 
from node 2, it succeeds without errors.

What am I missing? And TIA..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2010
Added on Apr 20 2010
5 comments
5,956 views