VIPCA CRS-1006 , CRS-0215的處理
#VIPCA,安裝進行到大約21%時系統提示:
CRS-1006:No more members to consider
CRS-0215:Could not start resource 'ora.rac1.vip‘.
具體參考metalink文件:
CRS-0215: Could not start resource 'ora..vip' [ID 356535.1]
Cause
By default, the server's default gateway is used as a ping target during the Oracle RAC 10g VIP status check action.
Upon a ping failure, Oracle will decide that the current interface where the VIP is running has failed, and will initiate
an interface / internode VIP failover.
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 consider
CRS-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 file [root@rac2 bin]# cd /oracle/app/crs/bin/ [root@rac2 bin]# vi racgvip [root@rac1 ~]# cd /oracle/app/crs/bin/ [root@rac1 bin]# ./crs_stat -t Name Type Target State Host ------------------------------------------------------------ ora.rac1.gsd application ONLINE ONLINE rac1 ora.rac1.ons application ONLINE ONLINE rac1 ora.rac1.vip application ONLINE ONLINE rac2 ora.rac2.gsd application ONLINE ONLINE rac2 ora.rac2.ons application ONLINE ONLINE rac2 ora.rac2.vip application ONLINE ONLINE rac2
$ORA_CRS_HOME/bin/racvip to address this problem.
The following steps will fix the VIP starting problem for above mentioned scenario.
1- stop nodeapps
2- As root,
vi the script. $ORA_CRS_HOME/bin/racgvip and change the value of
variable FAIL_WHEN_DEFAULTGW_NOT_FOUND=0 .
3- start nodeapps and you should see the resources ONLINE
修改$ORA_CRS_HOME/bin/racgvip:
修改:FAIL_WHEN_DEFAULTGW_NOT_FOUND=0
執行:
問題解決
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15592508/viewspace-732834/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- vipca 遭遇 crs-1006 , crs-0215PCA
- VIPCA failes with CRS-0215 ONSPCAAI
- vipca遇到CRS-0215,Could not start onsPCA
- CRS-0215 錯誤處理
- VIPCA無法執行PCA
- vipca報錯 Error 0PCAError
- 多對一處理 和一對多處理的處理
- 處理百萬級以上的資料處理
- 影像處理或其他多媒體處理中的值溢位處理
- ARC 的處理
- Apache Beam,批處理和流式處理的融合!Apache
- 祂無處不在 -- 疾病的處理.
- RAC: SRVCTL and VIPCA 命令報錯解決方法PCA
- error的處理方式Error
- CSS 的空格處理CSS
- 前%的處理--PostgreSQLSQL
- Swift Image 的處理Swift
- 如何處理例外的?
- KafkaSpout的處理流程Kafka
- EM 失效的處理
- 異常的處理
- Python 影像處理 OpenCV (6):影像的閾值處理PythonOpenCV
- 【故障處理】ORA-12162 錯誤的處理
- JSP 異常處理如何處理?JS
- windows批處理之一:字串處理Windows字串
- CPU(中央處理器)和GPU(影像處理器)的區別GPU
- go的錯誤處理Go
- Swift的時區處理Swift
- MySQL的表碎片處理MySql
- 微服務的故障處理微服務
- CMake出錯的處理
- 簡單的字串處理字串
- Oracle TX鎖的處理Oracle
- NSURLProtocol對WKWebView的處理ProtocolWebView
- redis的事務處理Redis
- 簡單的文字處理
- 串的簡單處理
- java中的事件處理Java事件