vip offline的解决 CRS_1006 CRS_0215
补充上一得错误信息
2010-01-20 19:24:35.950: [ RACG][3086920448] [30372][3086920448][ora.inthrac01.vip]: checkIf: Default gateway is not defined (host=inthrac01)
Interface eth0 checked failed (host=inthrac01)
Invalid parameters, or failed to bring up VIP (host=inthrac01)
2010-01-20 19:24:35.952: [ RACG][3086920448] [30372][3086920448][ora.inthrac01.vip]: clsrcexecut: env ORACLE_CONFIG_HOME=/u01/app/oracle/product/10.2.0/crs_1
2010-01-20 19:24:35.952: [ RACG][3086920448] [30372][3086920448][ora.inthrac01.vip]: clsrcexecut: cmd = /u01/app/oracle/product/10.2.0/crs_1/bin/racgeut -e _USR_ORA_DEBUG=0 54 /u01/app/oracle/product/10.2.0/crs_1/bin/racgvip check inthrac01
2010-01-20 19:24:35.952: [ RACG][3086920448] [30372][3086920448][ora.inthrac01.vip]: clsrcexecut: rc = 1, time = 3.380s
2010-01-20 19:24:35.953: [ RACG][3086920448] [30372][3086920448][ora.inthrac01.vip]: end for resource = ora.inthrac01.vip, action = start, status = 1, time = 6.850s
解决方法
添加default gateway
[oracle@inthrac01 ~]$ route add default gw 172.16.10.1
[oracle@inthrac01 ~]$ crs_start ora.inthrac01.vip
Attempting to start `ora.inthrac01.vip` on member `inthrac01`
Start of `ora.inthrac01.vip` on member `inthrac01` succeeded.
[oracle@inthrac01 ~]$ crs_stat -t
Name Type Target State Host
------------------------------------------------------------
ora.inthrac.db application ONLINE OFFLINE
ora....c1.inst application OFFLINE OFFLINE
ora....c2.inst application OFFLINE OFFLINE
ora....01.lsnr application OFFLINE OFFLINE
ora....c01.gsd application ONLINE ONLINE inthrac01
ora....c01.ons application ONLINE ONLINE inthrac01
ora....c01.vip application ONLINE ONLINE inthrac01
ora....02.lsnr application OFFLINE OFFLINE
ora....c02.gsd application OFFLINE OFFLINE
ora....c02.ons application OFFLINE OFFLINE
ora....c02.vip application ONLINE ONLINE inthrac01
以上只是启动了inthrac01的gsd,ons,vip 三个nodeapps以后的结果
依次启动其他的就可以叻。
这个错误来自,启动机器以后,RAC的实例不能正确启动的原因。vip导致。