I am trying to Install 10g RAC Clustware on 2 node OS OEL Linux 6.5 But facing Issues.
As facing the following Issues while installing with Oracle User at the end of CLustware Insatll
NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Adding daemons to inittab
Expecting the CRS daemons to be up within 600 seconds.
Failure at final check of Oracle CRS stack. The clustware verification Utility error is follows. I am using just 2 IPs one for Public and one for Private.
and Excluded this 192.168.1.0 IP. also chose the Disable option for this IP during CLustware Installation.!
The Clusterware verification utility result is as follows
./runcluvfy.sh stage -pre crsinst -n rac10,rac11 -verbosePerforming pre-checks for cluster services setup
Checking node reachability...
Check: Node reachability from node "rac10"
Destination Node Reachable?
------------------------------------ ------------------------
rac10 yes
rac11 yes
Result: Node reachability check passed from node "rac10".
Checking user equivalence...
Check: User equivalence for user "oracle"
Node Name Comment
------------------------------------ ------------------------
rac11 passed
rac10 passed
Result: User equivalence check passed for user "oracle".
Checking administrative privileges...
Check: Existence of user "oracle"
Node Name User Exists Comment
------------ ------------------------ ------------------------
rac11 yes passed
rac10 yes passed
Result: User existence check passed for "oracle".
Check: Existence of group "oinstall"
Node Name Status Group ID
------------ ------------------------ ------------------------
rac11 exists 2001
rac10 exists 2001
Result: Group existence check passed for "oinstall".
Check: Membership of user "oracle" in group "oinstall" [as Primary]
Node Name User Exists Group Exists User in Group Primary Comment
---------------- ------------ ------------ ------------ ------------ ------------
rac11 yes yes yes yes passed
rac10 yes yes yes yes passed
Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed.
Administrative privileges check passed.
Checking node connectivity...
Interface information for node "rac11"
Interface Name IP Address Subnet
------------------------------ ------------------------------ ----------------
eth0 192.168.122.33 192.168.122.0
eth1 192.168.10.2 192.168.10.0
eth2 192.168.1.11 192.168.1.0
Interface information for node "rac10"
Interface Name IP Address Subnet
------------------------------ ------------------------------ ----------------
eth0 192.168.122.32 192.168.122.0
eth1 192.168.10.1 192.168.10.0
eth2 192.168.1.11 192.168.1.0
Check: Node connectivity of subnet "192.168.122.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
rac11:eth0 rac10:eth0 yes
Result: Node connectivity check passed for subnet "192.168.122.0" with node(s) rac11,rac10.
Check: Node connectivity of subnet "192.168.10.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
rac11:eth1 rac10:eth1 yes
Result: Node connectivity check passed for subnet "192.168.10.0" with node(s) rac11,rac10.
Check: Node connectivity of subnet "192.168.1.0"
Source Destination Connected?
------------------------------ ------------------------------ ----------------
rac11:eth2 rac10:eth2 yes
Result: Node connectivity check passed for subnet "192.168.1.0" with node(s) rac11,rac10.
Suitable interfaces for the private interconnect on subnet "192.168.122.0":
rac11 eth0:192.168.122.33
rac10 eth0:192.168.122.32
Suitable interfaces for the private interconnect on subnet "192.168.10.0":
rac11 eth1:192.168.10.2
rac10 eth1:192.168.10.1
Suitable interfaces for the private interconnect on subnet "192.168.1.0":
rac11 eth2:192.168.1.11
rac10 eth2:192.168.1.11
ERROR:
Could not find a suitable set of interfaces for VIPs.
Result: Node connectivity check failed.
Checking system requirements for 'crs'...
No checks registered for this product.
Pre-check for cluster services setup was unsuccessful on all the nodes.
[oracle@rac10 cluvfy]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
[oracle@rac10 cluvfy