RAC installation error on vmware [message #532008] |
Sat, 19 November 2011 09:09 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi all,
RAC installation on vmware is failing with following errors.
I followed below link for installation.
http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
Please help me to resolve the issue. Found the following errors:
[root@rac2 ~]# cd /crs/oracle/bin/
[root@rac2 bin]# ./vipca
PRKR-1062 : Failed to find configuration for node rac1
PRKR-1062 : Failed to find configuration for node rac1
root.sh execution on second node:
---------------------------------------
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Timed out waiting for the CRS stack to start.
[root@rac2 ~]#
The "/crs/oracle/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
The "/crs/oracle/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
[root@rac2 bin]# /crs/oracle/bin/racgons add_config rac1.localdomain:6200 rac2.localdomain:6200
[root@rac2 bin]# /crs/oracle/bin/oifcfg setif -global eth0/192.168.2.0:public eth1/192.168.0.0:cluster_interconnect
PRIF-10: failed to initialize the cluster registry
[root@rac2 bin]# /crs/oracle/bin/oifcfg setif -global eth0/192.168.2.0:public eth1/192.168.0.0:cluster_interconnect
PRIF-10: failed to initialize the cluster registry
Thanks,
Suresh
|
|
|
|
Re: RAC installation error on vmware [message #532010 is a reply to message #532009] |
Sat, 19 November 2011 09:32 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi,
Thanks for the reply.. you mean to say IP number should have 0 at the end (eg. 192.168.3.100, 192.168.3.200..)?
Here I used RHEL AS4 for node OS and tried to installed oracle clusterware of version 10.2.0.1.
Thanks,
Suresh
|
|
|
|
|
|
Re: RAC installation error on vmware [message #532027 is a reply to message #532012] |
Sat, 19 November 2011 11:33 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Clusterware 10g (and the 10g release of cluvfy) will always give an error if your public IP addresses are 192.168.x.x addresses, because those addresses are not routable. If you read the RFC describing VIPs, you will see that they are supposed to be routable. This is an error that does not in fact matter, and 11g no longer reports it.
However, unless you tell us what the "error" was, we won't know if it is a real error, or merely the issue I have described.
|
|
|
Re: RAC installation error on vmware [message #532033 is a reply to message #532027] |
Sat, 19 November 2011 12:19 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi John,
I deinstalled the cluster software completely and installed again by changing ip addresses as follows:
public --> 100.100.100.10 (node1)/100.100.100.20 (node2)
private -->200.200.200.50 (node1)/200.200.200.60 (node2)
vip --> 100.100.100.30 (node1)/100.100.100.40 (node2)
Got the following error:
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Waiting for the Oracle CRSD and EVMD to start
Timed out waiting for the CRS stack to start.
[root@rac2 ~]# cd /crs/oracle/bin/
[root@rac2 bin]# ls -l vipca
-rwxr-xr-x 1 oracle oinstall 4964 Nov 19 23:25 vipca
[root@rac2 bin]#
[root@rac2 bin]# ./vipca
PRKR-1062 : Failed to find configuration for node rac1
PRKR-1062 : Failed to find configuration for node rac1
[root@rac2 bin]#
Thanks,
Suresh
|
|
|
|