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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 記HBase叢集安裝
- laravel踩坑記錄Laravel
- sealos踩坑記錄
- DietPi踩坑記錄
- strtotime 踩坑記錄
- ABP框架踩坑記錄框架
- Electron工程踩坑記錄
- gorm踩坑記錄(一)GoORM
- MySQL_踩坑記錄MySql
- oracle雙機叢集安裝小結Oracle
- 【redis叢集安裝】Redis
- zookeeper 叢集安裝
- kafka叢集安裝Kafka
- hbase叢集安裝
- StarRocks 叢集安裝
- cdh 叢集安裝
- Laravel7 踩坑記錄Laravel
- vuePC專案踩坑記錄Vue
- React專案踩坑記錄React
- node link 踩坑記錄
- ES6踩坑記錄
- Go json 踩坑記錄GoJSON
- Taro 小程式 踩坑記錄
- Mac下Charles踩坑記錄Mac
- 微信小程式踩坑記錄微信小程式
- React同構踩坑記錄React
- iOS11踩坑記錄iOS
- list複製踩坑記錄
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- 前端坑多:使用js模擬按鍵輸入的踩坑記錄前端JS
- ZooKeeper-3.4.6叢集選舉Bug踩坑與恢復記錄
- ubuntu 18.04 lts 安裝cuckoo沙箱踩坑記錄Ubuntu
- ElasticSearch 6.6.0叢集安裝Elasticsearch
- TiDB叢集安裝TiDB
- Elasticsearch 叢集安裝部署Elasticsearch
- 【Zookeeper】zookeeper叢集安裝
- Hadoop叢集安裝Hadoop
- flutter前端入門踩坑記錄Flutter前端