CRS-0215 錯誤處理
Normal 0 false false false EN-US ZH-CN X-NONE
--*******************
-- CRS-0215 錯誤處理
--*******************
在安裝 Clusterware 的時候,
收到下列錯誤提示:
The given interface(s), "eth0" is not public. Public interfaces should be used to configure virtual IPs.
此時我們需要在第二節點上執行 vipca , 當安裝到 75% 左右,又收到了如下的錯誤資訊
CRS-0215 : Could not start resource 'ora.node2.ons'.
Check the log file "/u01/app/oracle/product/10.2.0/crs_1/log/node2/racg/ora.node2.ons.log" for more details.
[oracle@node2 racg]$ pwd
/u01/app/oracle/product/10.2.0/crs_1/log/node2/racg
[oracle@node2 ~]$ cd /u01/app/oracle/product/10.2.0/crs_1/log/node2/
[oracle@node2 node2]$ ls
admin alertnode2.log client crsd cssd evmd racg
[oracle@node2 node2]$ cd racg
[oracle@node2 racg]$ ls
racgeut racgevtf racgmain
[oracle@node2 racg]$ ls -hlt
total 12K
drwxrwxrwt 2 oracle oinstall 4.0K Apr 1 14:15 racgeut
drwxrwxrwt 2 oracle oinstall 4.0K Apr 1 14:15 racgevtf
drwxrwxrwt 2 oracle oinstall 4.0K Apr 1 14:15 racgmain
檢視一下,根本沒有日誌存在, Google了一下,需要檢視 /etc/hosts中 localhost的設定
[oracle@node2 racg]$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
#127.0.0.1 localhost.localdomain localhost
#::1 localhost6.localdomain6 localhost6
127.0.0.1 node2.oradb.com node2
# Public
192.168.0.11 node1.oradb.com node1
192.168.0.12 node2.oradb.com node2
#Private
10.101.0.11 node1-priv.oradb.com node1-priv
10.101.0.12 node2-priv.oradb.com node2-priv
#Virtual
192.168.0.21 node1-vip.oradb.com node1-vip
192.168.0.22 node2-vip.oradb.com node2-vip
原來的 127.0.0.1 localhost.localdomain localhost的這一行被註釋掉了,記得當時是考慮到
已經增加了 127.0.0.1 node2.oradb.com node2
所以就將原本預設行 127.0.0.1註釋了,因此取消註釋行 (使用 root帳戶 )。
在節點 node1上也是同樣的,需要取消註釋行 (使用 root帳戶 )
再次執行 vipca沒有出現 CRS-0215錯誤。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22578826/viewspace-703524/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 錯誤處理
- PHP 錯誤處理PHP
- php錯誤處理PHP
- Go 錯誤處理Go
- Swift錯誤處理Swift
- Zabbix錯誤處理
- mysqldump錯誤處理MySql
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- PHP錯誤處理和異常處理PHP
- go的錯誤處理Go
- Python錯誤處理Python
- 異常錯誤資訊處理
- PHP 核心特性 - 錯誤處理PHP
- 常用模組 PHP 錯誤處理PHP
- laravel9 錯誤處理Laravel
- 淺談前端錯誤處理前端
- Oracle異常錯誤處理Oracle
- ORACLE 異常錯誤處理Oracle
- 15-錯誤處理(Error)Error
- 學習Rust 錯誤處理Rust
- axios 的錯誤處理iOS
- Go語言之錯誤處理Go
- GOLANG錯誤處理最佳方案Golang
- Objective-C:錯誤處理Object
- javascript之處理Ajax錯誤JavaScript
- 搭建dataguard時,錯誤處理
- Oracle錯誤處理思路(一)Oracle
- COM的錯誤處理 (轉)
- 使用PHP錯誤處理 (轉)PHP
- openGauss 處理錯誤表
- Python錯誤處理和異常處理(二)Python
- 【故障處理】CRS-1153錯誤處理
- 【故障處理】ORA-19809錯誤處理
- rust學習十、異常處理(錯誤處理)Rust
- oracle ora-00054錯誤處理Oracle
- 程式錯誤型別及其處理型別
- 請教 Element 的錯誤處理
- Restful API 中的錯誤處理RESTAPI