oracle 11gR2 RAC for linux x86_64 grid執行root.sh 失敗問題處理
昨天一個朋友問到我,在oracle 11gR2 RAC for linux x86_64安裝過程中,grid使用者執行root.sh在第一節點可以成功,但在第二節點不成功,報錯如下:
CRS-2674: Start of 'ora.cssd' on 'racnode2' failed
CRS-2679: Attempting to clean 'ora.cssd' on 'racnode2'
CRS-2681: Clean of 'ora.cssd' on 'racnode2' succeeded
CRS-2673: Attempting to stop 'ora.diskmon' on 'racnode2'
CRS-2677: Stop of 'ora.diskmon' on 'racnode2' succeeded
CRS-4000: Command Start failed, or completed with errors.
CRS-2672: Attempting to start 'ora.cssd' on 'racnode2'
CRS-2672: Attempting to start 'ora.diskmon' on 'racnode2'
CRS-2674: Start of 'ora.diskmon' on 'racnode2' failed
CRS-2679: Attempting to clean 'ora.diskmon' on 'racnode2'
CRS-5016: Process "/opt/oracle/11.2.0/grid/bin/diskmon" spawned by agent "/opt/oracle/11.2.0/grid/bin/orarootagent.bin" for action "clean" failed: details at "(:CLSN00010:)" in "/opt/oracle/11.2.0/grid/log/racnode2/agent/ohasd/orarootagent_root/orarootagent_root.log"
CRS-2681: Clean of 'ora.diskmon' on 'racnode2' succeeded
CRS-2674: Start of 'ora.cssd' on 'racnode2' failed
CRS-2679: Attempting to clean 'ora.cssd' on 'racnode2'
CRS-2681: Clean of 'ora.cssd' on 'racnode2' succeeded
CRS-4000: Command Start failed, or completed with errors.
Command return code of 1 (256) from command: /opt/oracle/11.2.0/grid/bin/crsctl start resource ora.ctssd -init -env USR_ORA_ENV=CTSS_REBOOT=TRUE
Start of resource "ora.ctssd -init -env USR_ORA_ENV=CTSS_REBOOT=TRUE" failed
Failed to start CTSS
Failed to start Oracle Clusterware stack
檢查GRID_HOME/log/
2010-05-18 11:20:23.418: [ CSSD][2511965952]clssnmvDHBValidateNCopy: node 1, , has a disk HB, but no network HB, DHB has rcfg 169642893, wrtcnt, 1013, LATS 4141244, lastSeqNo 1013, uniqueness 1274151780, timestamp 1274152822/4138854
主要是節點2與節點1不能建立網路連線,導致節點2 CSS daemon啟動失敗,找到問題原因,解決方法就很容易
1.ssh能成功,説明網路設定正確,最大的可能性是linux下的防火牆了
linux下停止防火牆
service iptables stop
service ip6tables stop
禁用防火牆
chkconfig iptables off
chkconfig ip6tables off
結果從朋友那得到答覆:
緣分 17:55:32
防火牆關掉沒
緣分 17:55:39
linux防火牆
緣分 17:55:53
service iptables stop
service ip6tables stop
緣分 17:56:01
chkconfig iptables off
chkconfig ip6tables off
緣分 17:56:39
GRID_HOME/log/
緣分 17:56:52
把這個日誌發給我看下
緣分 17:57:12
可以先把所有節點防火牆都關閉
朋友 17:57:32
==
朋友 17:59:15
防火牆是沒有關,鬱悶。
朋友 17:59:30
我給你找日誌。
緣分 18:01:01
好的
緣分 18:01:18
把防火牆關了,再來一次吧 應該問題不大
緣分 18:01:33
然後你把日誌發給我,我再確認下是不是這個問題
朋友要傳送給您檔案“ocssd.rar(1543KB)”,您是要接收,另存為還是謝絕該檔案
朋友 18:02:42
這個日誌還挺大,呵呵。
朋友 18:02:56
可以了,
朋友 18:03:03
朋友 18:03:16
說不出的感動啊,謝謝。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-663070/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 11gR2 rac for aix 第二個節點執行root.sh不成功問題處理OracleAI
- root使用者執行root.sh失敗怎麼處理
- root.sh執行失敗的解決方法及後續處理
- oracle 11gR2 rac 執行root.sh建立diskgroup 不成功問題總結Oracle
- linux swap掛載失敗問題處理Linux
- 某省ORACLE10G RAC資料庫CRS啟動失敗問題處理Oracle資料庫
- 安裝rac clusterware如何在root.sh失敗後快速重執行root.sh指令碼指令碼
- SQLServer執行儲存過程失敗(sys.xp_cmdshell)問題處理SQLServer儲存過程
- oracle install 11gR2 RAC 執行root.sh時出現missing CAP_NUMA_ATTACH 問題Oracle
- 安裝oracle10gRAC在node2節點上執行root.sh失敗的問題Oracle
- 【流雲】Solaris安裝RAC執行root.sh失敗解決一例
- linux平臺11gR2 grid安裝到執行root.sh時報錯Linux
- goldengate ddl_setup執行失敗處理Go
- Jenkins執行批處理檔案失敗Jenkins
- RAC grid 11.2.0.1執行root.sh需執行此命令(啟動crs)
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- 安裝 11gR2 Grid Infrastructure(CRS)失敗的處理過程 (文件 ID 1946678.1)ASTStruct
- 【Oracle】11gR2的安裝Grid執行root.sh出現ohasd failed解決方案OracleAI
- Oracle 11R2 Grid Infrastructure執行root.sh指令碼rootcrs.pl execution failed的處理OracleASTStruct指令碼AI
- oracle schedule 任務失敗處理Oracle
- oracle對JOB失敗的處理Oracle
- Mac openssl 未找到 / 載入失敗問題處理Mac
- Spark 叢集執行任務失敗的故障處理Spark
- Oracle Enterprise Linux 5.6下安裝Oracle 10g RAC執行root.sh報錯問題解決LinuxOracle 10g
- 11gr2安裝Grid 時 node2 root.sh失敗Start of resource “ora.asm -init” failedASMAI
- Linux每程式執行緒數問題處理Linux執行緒
- Oracle DG同步失敗故障處理(二)Oracle
- oracle 11gR2 rac 兩節點有一個節點down掉問題處理Oracle
- Oracle_dg歸檔丟失問題處理Oracle
- Oracle_RAC_Grid_root.sh執行異常Oracle
- Oracle 11gR2 RAC 執行root.sh時遭遇 CRS-0184/PRCR-1070Oracle
- 處理Oracle 11gR2 RAC資料庫資源不能自動啟動的問題Oracle資料庫
- Oracle中su切換進去sqlplus登入失敗的問題處理OracleSQL
- 11.2.0.4 RAC grid 執行root.sh 報錯libcap.so.1找不到
- Oracle RAC 安裝 執行 root.sh時報Failed to upgrade Oracle Cluster Registry configuration問題的解決OracleAI
- Aix 7一次補丁安裝失敗問題處理AI
- Gaussdb: CN修復失敗對openssl版本依賴問題處理
- proton執行失敗