當前位置:
首頁 >
关于 运行root.sh 时出错误Timed out waiting for the CRS stack to start.的解决
發布時間:2024/4/15
42
豆豆
生活随笔
收集整理的這篇文章主要介紹了
关于 运行root.sh 时出错误Timed out waiting for the CRS stack to start.的解决
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Adding daemon to inittab
CRS-4123: Oracle High Availability Services has been started.
ohasd is starting
CRS-4402: CSS 守護程序已在獨占模式下啟動, 但在節點 m1 (編號為 1) 上發現活動 CSS 守護程序, 因此正在終止
An active cluster was found during exclusive startup, restarting to join the cluster
CRS-2672: 嘗試啟動 'ora.mdnsd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.mdnsd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.gipcd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.gipcd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.gpnpd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.gpnpd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.cssdmonitor' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.cssdmonitor' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.cssd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.diskmon' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.diskmon' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.cssd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.ctssd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.ctssd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.drivers.acfs' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.drivers.acfs' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.asm' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.asm' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.crsd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.crsd' (在 'm2' 上)
CRS-2672: 嘗試啟動 'ora.evmd' (在 'm2' 上)
CRS-2676: 成功啟動 'ora.evmd' (在 'm2' 上)
Timed out waiting for the CRS stack to start.
tail -500 /opt/app/grid/log/m2/crsd/crsd.log
2013-07-09 11:09:06.198: [? OCRRAW][3046921936]propriogid:1_2: INVALID FORMAT
2013-07-09 11:09:06.198: [? OCRRAW][3046921936]proprioini: all disks are not OCR/OLR formatted
2013-07-09 11:09:06.198: [? OCRRAW][3046921936]proprinit: Could not open raw device
2013-07-09 11:09:06.210: [? OCRAPI][3046921936]a_init:16!: Backend init unsuccessful : [26]
2013-07-09 11:09:06.211: [? CRSOCR][3046921936] OCR context init failure.? Error: PROC-26: 訪問物理存儲時出錯
2013-07-09 11:09:06.211: [??? CRSD][3046921936][PANIC] CRSD exiting: Could not init OCR, code: 26
2013-07-09 11:09:06.212: [??? CRSD][3046921936] Done.
因此虛擬機前面工作是委托系統管理員做的,查看日志,看到是物理磁盤的讀取出錯,懷疑是共享磁盤的設置問題,
經查閱資料:
http://blog.csdn.net/arch_seeker/article/details/7546882
看到我的共享磁盤中沒有:
scsi0:0.deviceType = "disk"所以各個磁盤增加此項,重啟虛擬機后,問題解決。
/opt/app/grid/crs/install/rootcrs.pl -deconfig? -verbose -force
/opt/app/grid/root.sh
前面 同時看到防火墻沒關掉,也關掉了。
Last login: Tue Jul? 9 09:34:21 2013 from 192.168.10.249
[root@m2 ~]# setup
/usr/sbin/setenforce: SELinux is disabled
[root@m2 ~]#? /sbin/chkconfig --list iptables
iptables????? ??? ?0:關閉?? ?1:關閉?? ?2:啟用?? ?3:啟用?? ?4:啟用?? ?5:啟用?? ?6:關閉
[root@m2 ~]# iptables 2345 off
Bad argument `2345'
Try `iptables -h' or 'iptables --help' for more information.
[root@m2 ~]# iptables of
Bad argument `of'
Try `iptables -h' or 'iptables --help' for more information.
[root@m2 ~]# iptables off
Bad argument `off'
Try `iptables -h' or 'iptables --help' for more information.
[root@m2 ~]# chkconfig --level 2345 iptables off
[root@m2 ~]# /sbin/chkconfig --list iptables
iptables????? ??? ?0:關閉?? ?1:關閉?? ?2:關閉?? ?3:關閉?? ?4:關閉?? ?5:關閉?? ?6:關閉
[root@m2 ~]# service iptables status
表格:filter
Chain INPUT (policy ACCEPT)
num? target???? prot opt source?????????????? destination??????? ?
Chain FORWARD (policy ACCEPT)
num? target???? prot opt source?????????????? destination??????? ?
Chain OUTPUT (policy ACCEPT)
num? target???? prot opt source?????????????? destination? ?
總結
以上是生活随笔為你收集整理的关于 运行root.sh 时出错误Timed out waiting for the CRS stack to start.的解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ORACLE RAC 中 SRVCTL
- 下一篇: Oracle性能误区--MTS,RAC,