In 11gR2 Grid root.sh fails with CRS-2674: Start of 'ora.cssd' failed
Hi,
My root.sh failed on node 2 exactly as described in this link
http://arjudba.blogspot.com/2010/03/in-11gr2-grid-rootsh-fails-with-crs.html
First my firewall has been disabled on both nodes.
$ service iptables status
iptables stopped
$ service ip6tables status
ip6tables stopped
Second
login as oracle on node2 and execute
$ ssh node1 date
it returns the date OK
login as root on node2 and execute
# ssh node1 date
root@node1's passwords
It asked for root password.
The SSH User Equivalence is set up for user oracle and has passed prerequisite check.
The installation of cluster ware is run as oracle.
http://arjudba.blogspot.com/2010/03/in-11gr2-grid-rootsh-fails-with-crs.html
First my firewall has been disabled on both nodes.
$ service iptables status
iptables stopped
$ service ip6tables status
ip6tables stopped
Second
login as oracle on node2 and execute
$ ssh node1 date
it returns the date OK
login as root on node2 and execute
# ssh node1 date
root@node1's passwords
It asked for root password.
The SSH User Equivalence is set up for user oracle and has passed prerequisite check.
The installation of cluster ware is run as oracle.
0