Home » Server Options » RAC & Failsafe » RAC installation error on vmware (Clusterware, 10g (10.2.0.1), RHEL4)
RAC installation error on vmware [message #532008] Sat, 19 November 2011 09:09 Go to next message
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 #532009 is a reply to message #532008] Sat, 19 November 2011 09:23 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
typically IP#s assigned to hostname do not have "0" in rightmost byte.

both nodes must pass cluvfy

Oracle RDBMS is not certified on Centos
Re: RAC installation error on vmware [message #532010 is a reply to message #532009] Sat, 19 November 2011 09:32 Go to previous messageGo to next message
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 #532011 is a reply to message #532010] Sat, 19 November 2011 09:42 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
both nodes must pass cluvfy
Re: RAC installation error on vmware [message #532012 is a reply to message #532011] Sat, 19 November 2011 09:53 Go to previous messageGo to next message
suresh.wst
Messages: 53
Registered: June 2008
Location: Hyderabad
Member
I have created vip's from public ip. Still Cluvfy was giving error while validating vip's on both the nodes. Dont know exactly where I did wrong.

Thanks,
Suresh
Re: RAC installation error on vmware [message #532014 is a reply to message #532012] Sat, 19 November 2011 10:03 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I have created vip's from public ip. Still Cluvfy was giving error while validating vip's on both the nodes.
>Dont know exactly where I did wrong.
Neither do we know.
It could be error of omission.
It could be error of commission.



Re: RAC installation error on vmware [message #532027 is a reply to message #532012] Sat, 19 November 2011 11:33 Go to previous messageGo to next message
John Watson
Messages: 8922
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 Go to previous messageGo to next message
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
Re: RAC installation error on vmware [message #532035 is a reply to message #532033] Sat, 19 November 2011 12:56 Go to previous message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
Did you run
cluvfy stage -post hwos
cluvfy stage -pre crsinst
to see if you meet the prereqs?

Previous Topic: RAC issue
Next Topic: Enable audit_trail on 2 node RAC ENV on Oracle10g
Goto Forum:
  


Current Time: Thu Mar 28 16:15:18 CDT 2024