CRS-0215: Could not start resource 'ora..vip' during vipca in RAC 10g

VIPCA is fail during RAC 10g. 


crs_stat -t output shows VIP is offline and starting it explicitly gives error : CRS-0215: Could not start resource 'ora.dbtest2.vip'.
Example: crs_stat -t
Name Type Target State Host
------------------------------------------------------------
ora....st2.gsd application ONLINE ONLINE dbtest2
ora....st2.ons application ONLINE ONLINE dbtest2
ora....st2.vip application ONLINE OFFLINE

# ./srvctl start nodeapps -n dbtest2
dbtest2:ora.dbtest2.vip:Interface eri0 checked failed (host=dbtest2)
dbtest2:ora.dbtest2.vip:Failed to start VIP 10.11.11.198 (host=dbtest2)
dbtest2:ora.dbtest2.vip:Interface eri0 checked failed (host=dbtest2)
dbtest2:ora.dbtest2.vip:Failed to start VIP 10.11.11.198 (host=dbtest2)
CRS-1006: No more members to consider
CRS-0215: Could not start resource 'ora.dbtest2.vip'.
CRS-0210: Could not find resource ora.dbtest2.LISTENER_DBTEST2.lsnr.




Cause

By default, the server's default gateway is used as a ping target during the Oracle RAC 10g VIP status check action.
In above case we used just one node for CRS installation, so the VIP coudn't failover to other nodes and thus reported additional error like :

CRS-1006: No more members to considerCRS-0215: Could not start resource 'ora.dbtest2.vip'.



Solution

10.1.0.4 and above introduced a parameter FAIL_WHEN_DEFAULTGW_NOT_FOUND in the $ORA_CRS_HOME/bin/racvip to address this problem.
The following steps will fix the VIP starting problem for above mentioned scenario.
- stop nodeapps
- As root, vi the script $ORA_CRS_HOME/bin/racgvip and change the value of variable FAIL_WHEN_DEFAULTGW_NOT_FOUND=0 .
- start nodeapps and you should see the resources ONLINE
You may proceed with netca and dbca to create a RAC database after this.



Please see Oracle Note:356535.1

Comments

  1. hello
    After installed the crs_home if i fire the ./crs-stat -t means its showing linux1-vip and linux2-vip offline how to make online........... i badly need any one of advice here

    ReplyDelete
  2. sir,this reallyy awesomee
    thank u very much

    ReplyDelete
  3. Thanks to all. I couldn't responded yours queries, Sorry for that one..

    ReplyDelete

Post a Comment

Popular posts from this blog

How to perform out-of place manual upgrade from 11.2.0.1 to 11.2.0.2

CRS daemon not up after reboot node1 on two nodes RAC