Oracle 19c叢集安裝踩坑記錄-多私網
安裝好19c叢集與資料庫軟體之後,建立資料庫時,嘗試兩次都報錯,嘗試手動啟動也報錯
[FATAL] PRCR-1079 : Failed to start resource ora.hisdb.db
CRS-5017: The resource action "ora. testdb.db start" encountered the following error:
ORA-03113: end-of-file on communication channel
Process ID: 0
Session ID: 0 Serial number: 0
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/testdb/crs/trace/crsd_oraagent_oracle.trc".
在資料庫例項告警日誌中,有如下文字:
2022-11-22T14:17:03.051481+08:00
No connectivity to other instances in the cluster during startup. Hence, LMON is terminating the instance. Please check the LMON trace file for details. Also, please check the network logs of this instance along with clusterwide network health for problems and then re-start this instance.
LMON (ospid: ): terminating the instance due to ORA error
最終找到了如下網頁:
oracle 12c RAC安裝,例項不能多節點同時啟動_ITPUB部落格
因為我採用了多私網,/etc/sysctl.conf中應當加入:
net.ipv4.conf.eno7.rp_filter = 2
net.ipv4.conf.eno8.rp_filter = 2
官閘道器於此問題的說明:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2924566/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE 19C RAC叢集安裝與PRCR-1079&CRS-5017&ORA-03113Oracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- sealos踩坑記錄
- strtotime 踩坑記錄
- DietPi踩坑記錄
- laravel踩坑記錄Laravel
- node link 踩坑記錄
- ABP框架踩坑記錄框架
- Electron工程踩坑記錄
- gorm踩坑記錄(一)GoORM
- MySQL_踩坑記錄MySql
- Android Studio踩坑記錄Android
- Go json 踩坑記錄GoJSON
- TiDB叢集安裝TiDB
- StarRocks 叢集安裝
- Kubernetes 叢集安裝
- 【redis叢集安裝】Redis
- cdh 叢集安裝
- kubernetes叢集安裝
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- ubuntu 18.04 lts 安裝cuckoo沙箱踩坑記錄Ubuntu
- ES6踩坑記錄
- React專案踩坑記錄React
- ijkplayer編譯踩坑記錄編譯
- Laravel7 踩坑記錄Laravel
- vuePC專案踩坑記錄Vue
- Next.js踩坑記錄JS
- uniapp開發踩坑記錄APP
- list複製踩坑記錄
- React同構踩坑記錄React
- 工作踩坑問題記錄
- Mac下Charles踩坑記錄Mac
- Taro 小程式 踩坑記錄
- ElasticSearch 6.6.0叢集安裝Elasticsearch
- Hadoop叢集安裝配置Hadoop
- Elasticsearch 叢集安裝部署Elasticsearch
- 前端坑多:使用js模擬按鍵輸入的踩坑記錄前端JS
- ZooKeeper-3.4.6叢集選舉Bug踩坑與恢復記錄