RAC刪除節點失敗重啟大法解決
近期需要測試一下RAC增加、刪除節點操作。
在LINUX5.7+ORACLE10.2.0.5 RAC上,先是為兩節點RAC增加一個節點,然後再刪除節點2.
在刪除節點2時遇到無法刪除的錯誤,如下資訊,
CRS-0210: Could not find resource 'ora.rac2.ons'.
CRS-0210: Could not find resource 'ora.rac2.vip'.
CRS-0210: Could not find resource 'ora.rac2.gsd'.
CRS-0210: Could not find resource ora.rac2.vip.
CRS nodeapps are deleted successfully
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
CSS indicates failure 17 acknowledging the deletion.
Attempting to roll back the deletion.
Rollback of node deletion successful.
Node deletion failed but configuration is intact.
Failed in deleting nodes 'rac2,2'
此時節點2的CSS資訊:
[root@rac2 crs]# ps -ef|grep css
root 3348 1 0 18:54 ? 00:00:24 /bin/sh /etc/init.d/init.cssd fatal
root 4356 3348 0 18:54 ? 00:00:00 /bin/sh /etc/init.d/init.cssd oprocd
root 4371 3348 0 18:54 ? 00:00:00 /bin/sh /etc/init.d/init.cssd oclsomon
root 4401 3348 0 18:54 ? 00:00:00 /bin/sh /etc/init.d/init.cssd daemon
root 4902 4371 0 18:54 ? 00:00:00 /sbin/runuser -l oracle -c /bin/sh -c 'cd /u01/app/oracle/product/crs/log/rac2/cssd/oclsomon; ulimit -c unlimited; /u01/app/oracle/product/crs/bin/oclsomon || exit $?'
oracle 4903 4902 0 18:54 ? 00:00:00 /bin/sh -c cd /u01/app/oracle/product/crs/log/rac2/cssd/oclsomon; ulimit -c unlimited; /u01/app/oracle/product/crs/bin/oclsomon || exit $?
oracle 4975 4401 0 18:54 ? 00:00:36 /u01/app/oracle/product/crs/bin/ocssd.bin
root 29835 5821 0 22:39 pts/3 00:00:00 grep css
解決辦法:
重啟節點2,此時將要刪除的節點關閉或者重啟,然後重新刪除即可:
[root@rac1 install]# ./rootdeletenode.sh rac2,2
CRS-0210: Could not find resource 'ora.rac2.ons'.
CRS-0210: Could not find resource 'ora.rac2.vip'.
CRS-0210: Could not find resource 'ora.rac2.gsd'.
CRS-0210: Could not find resource ora.rac2.vip.
CRS nodeapps are deleted successfully
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
Successfully deleted 14 values from OCR.
Key SYSTEM.css.interfaces.noderac2 marked for deletion is not there. Ignoring.
Successfully deleted 5 keys from OCR.
Node deletion operation successful.
'rac2,2' deleted successfully
相關文章
- redis lRem 刪除失敗?(已解決)RedisREM
- Oracle Rac 刪除節點Oracle
- RAC節點啟動失敗--ASM無法連線ASM
- 【RAC】刪除RAC資料庫節點(二)——刪除ASM資料庫ASM
- 【RAC】刪除RAC資料庫節點(五)——刪除ONS資料庫
- 【RAC】刪除RAC資料庫節點(三)——刪除監聽資料庫
- ORACLE RAC環境下刪除節點Oracle
- 官方文件學習:RAC刪除節點
- Hadoop 啟動namenode節點失敗Hadoop
- 【RAC】刪除RAC資料庫節點(一)——刪除資料庫例項資料庫
- 【RAC】刪除RAC資料庫節點(六)——刪除Oracle叢集服務資料庫Oracle
- 【RAC】刪除RAC資料庫節點(七)——刪除Oracle叢集軟體資料庫Oracle
- RAC 安裝失敗後的刪除(完整版)
- 19c RAC因profile.xml檔案丟失節點1啟動失敗XML
- 刪除oracle10g rac(rhel4)節點_節點Oracle
- oracle11g_RAC新增刪除節點Oracle
- Oracle 10g RAC刪除、增加節點Oracle 10g
- redis lRem 刪除失敗?RedisREM
- oracle 10g rac,刪除故障節點並新增新節點Oracle 10g
- oracle 10g rac 新增節點與刪除節點步驟Oracle 10g
- linux下rac環境下刪除節點Linux
- Oracle10g RAC 刪除及加入節點Oracle
- 【RAC】Oracle10g rac新增刪除節點命令參考Oracle
- 【RAC】Oracle11g RAC刪除節點相關事項Oracle
- networkx基礎用法:新增節點、新增邊、刪除節點、刪除邊、計算度、賦權重
- dbsnmp啟動失敗解決方法
- 監聽啟動失敗解決
- 【RAC】刪除RAC資料庫節點(四)——刪除資料庫軟體及ASM軟體資料庫ASM
- 11G R2 RAC新增刪除節點
- Oracle RAC 10g叢集節點刪除[zt]Oracle
- RAC 節點2刪除自己的歸檔指令碼指令碼
- Oracle10g RAC 刪除及加入節點 - updatedOracle
- hbase啟動失敗問題解決
- mongodb啟動失敗問題解決MongoDB
- win10 刪除文件失敗怎麼解決 win10檔案刪除不了怎麼辦Win10
- layer彈框刪除ztree節點非阻塞問題解決
- Oracle RAC啟動失敗(DNS故障)OracleDNS
- Oracle10g RAC 刪除節點步驟及原理Oracle