Login  Register

Re: start cluster error

Posted by ErmanArslansOracleBlog on Jun 28, 2017; 9:08pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/start-cluster-error-tp2839p2869.html

Well.. the nodes can be pinged through private interfaces.
Your firewall may be running and blocking the private interfaces.

Please check it and disable it on both nodes;

service iptables stop
service ip6tables stop

then permenantly disable it.

chkconfig iptables off
chkconfig ip6tables off

update me with the outcome.

Reference: 11gR2 Grid: root.sh Fails to Start the Clusterware on the Second Node Due to Firewall on Private Network (Doc ID 981357.1)