Home » Server Options » RAC & Failsafe » Interface eth0 checked failed (host=rac1) (Oracle 10g , Centos)
Interface eth0 checked failed (host=rac1) [message #558353] Thu, 21 June 2012 03:42 Go to next message
pradies
Messages: 250
Registered: May 2008
Senior Member
Hi,

I have installad oracle 10g RAC on centos properly and it was running properly few days before.

But today when I am trying to start oracle RAC services. it is showing error. and VIP service is not starting.

[root@rac1 racg]# crs_stat -t
Name           Type           Target    State     Host
------------------------------------------------------------
ora....C1.inst application    ONLINE    OFFLINE
ora....C2.inst application    ONLINE    OFFLINE
ora.RAC.db     application    ONLINE    UNKNOWN   rac1
ora....SM1.asm application    ONLINE    UNKNOWN   rac1
ora....C1.lsnr application    ONLINE    UNKNOWN   rac1
ora.rac1.gsd   application    ONLINE    UNKNOWN   rac1
ora.rac1.ons   application    ONLINE    UNKNOWN   rac1
ora.rac1.vip   application    ONLINE    OFFLINE
ora....SM2.asm application    ONLINE    UNKNOWN   rac2
ora....C2.lsnr application    ONLINE    UNKNOWN   rac2
ora.rac2.gsd   application    ONLINE    UNKNOWN   rac2
ora.rac2.ons   application    ONLINE    UNKNOWN   rac2
ora.rac2.vip   application    ONLINE    OFFLINE
[root@rac1 racg]#


After google this I found an error in vip log file which is as follows

2012-06-21 13:16:36.720: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: env ORACLE_CONFIG_HOME=/u01/app/crs/product/10.2.0/crs

2012-06-21 13:16:36.720: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: cmd = /u01/app/crs/product/10.2.0/crs/bin/racgeut -e _USR_ORA_DEBUG=0 54 /u01/app/crs/product/10.2.0/crs/bin/racgvip start rac2

2012-06-21 13:16:36.720: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: rc = 1, time = 5.910s

2012-06-21 13:16:44.027: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: Interface eth0 checked failed (host=rac1)
Invalid parameters, or failed to bring up VIP (host=rac1)

2012-06-21 13:16:44.027: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: env ORACLE_CONFIG_HOME=/u01/app/crs/product/10.2.0/crs

2012-06-21 13:16:44.027: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: cmd = /u01/app/crs/product/10.2.0/crs/bin/racgeut -e _USR_ORA_DEBUG=0 54 /u01/app/crs/product/10.2.0/crs/bin/racgvip check rac2

2012-06-21 13:16:44.027: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: clsrcexecut: rc = 1, time = 5.910s

2012-06-21 13:16:44.028: [    RACG][3067987648] [5015][3067987648][ora.rac2.vip]: end for resource = ora.rac2.vip, action = start, status = 1, time = 12.170s

2012-06-21 13:20:02.118: [    RACG][3068110528] [10117][3068110528][ora.rac2.vip]: Interface eth0 checked failed (host=rac1)
Invalid parameters, or failed to bring up VIP (host=rac1)

2012-06-21 13:20:02.118: [    RACG][3068110528] [10117][3068110528][ora.rac2.vip]: clsrcexecut: env ORACLE_CONFIG_HOME=/u01/app/crs/product/10.2.0/crs

2012-06-21 13:20:02.118: [    RACG][3068110528] [10117][3068110528][ora.rac2.vip]: clsrcexecut: cmd = /u01/app/crs/product/10.2.0/crs/bin/racgeut -e _USR_ORA_DEBUG=0 54 /u01/app/crs/product/10.2.0/crs/bin/racgvip check rac2

2012-06-21 13:20:02.118: [    RACG][3068110528] [10117][3068110528][ora.rac2.vip]: clsrcexecut: rc = 1, time = 3.300s

2012-06-21 13:20:02.118: [    RACG][3068110528] [10117][3068110528][ora.rac2.vip]: end for resource = ora.rac2.vip, action = check, status = 1, time = 3.320s






Kindly tell me where is the problem and how to resolve this.

Thanks in Advance

Pradeep

Re: Interface eth0 checked failed (host=rac1) [message #558377 is a reply to message #558353] Thu, 21 June 2012 09:00 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I have installad oracle 10g RAC on centos properly and it was running properly few days before.
What changed?
Re: Interface eth0 checked failed (host=rac1) [message #558426 is a reply to message #558377] Thu, 21 June 2012 23:25 Go to previous messageGo to next message
pradies
Messages: 250
Registered: May 2008
Senior Member
Hi Swan,

I installed this RAC setup for testing purpose on vmware and few days back it was running properly.

After that due to some reason I was not able to use this.

Now I again restarted this setup and tried to start the services. but it was not starting. Last evening after googling I found that if I am stopping the IPTABLES service and after that I am trying to start the services then it is starting properly. and running fine for sometimes again.

But After that the same problems aries.

[10117][3068110528][ora.rac2.vip]: Interface eth0 checked failed (host=rac1)
Invalid parameters, or failed to bring up VIP (host=rac1) 


And this problem is coming on both node.

Kindly tell me what is the problem and how to resolve this.

Thanks

Pradeep

Re: Interface eth0 checked failed (host=rac1) [message #560983 is a reply to message #558426] Wed, 18 July 2012 02:16 Go to previous messageGo to next message
pradies
Messages: 250
Registered: May 2008
Senior Member
Hi All,

I think no one has faced this type of problem.



Thanks and Regards

Pradeep
Re: Interface eth0 checked failed (host=rac1) [message #563770 is a reply to message #560983] Thu, 16 August 2012 23:23 Go to previous message
trantuananh24hg
Messages: 744
Registered: January 2007
Location: Ha Noi, Viet Nam
Senior Member
pradies wrote on Wed, 18 July 2012 14:16
Hi All,

I think no one has faced this type of problem.

Thanks and Regards

Pradeep


The problem you wrote is not clean.
How do you test for OS?
Such as:
+ You can login to node-1 from the real machine? You can ssh from node-1 to node-2 using Public IP/ Virtual IP/ Private IP without asking-for-anything?
+ When you created Cluster in CentOS, the end of the task, you got some problem, don't you?
+ ...

Brief: Try to test to confirm no-error in Network, multipathing and network parameters, disable SeLinux, ...

Previous Topic: oracle rac raw device as shared storage
Next Topic: services management
Goto Forum:
  


Current Time: Thu Mar 28 07:54:31 CDT 2024