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.的解决相关推荐

  1. Oracle RAC 第二节点 root.sh 报错 Timed out waiting for the CRS stack to start

    在VBox 上安装11.2.0.1的RAC. 这里打算安装11.2.0.1是因为从11.2.0.2以后的版本对public 和private 网卡网段区分很严格,这个网卡必须配置在不同的网段. 而在1 ...

  2. 12 c for. oracle rac,【案例】Oracle RAC FOR AIX搭建执行root.sh时两次报错的解决办法

    天萃荷净 运维DBA反映在aix 5.3 ml6安装10.2.0.1 rac报错0509-036 Cannot load program crsctl.bin because of the follo ...

  3. 苹果双系统运行oracle失败,oracle 11gR2 RAC for linux x86_64 grid运行root.sh 失败问题处理...

    昨天一个朋友问到我,在oracle 11gR2 RAC for linux x86_64安装过程中,grid用户运行root.sh在第一节点可以成功,但在第二节点不成功,报错如下: CRS-2674: ...

  4. oracle9i rac for aix,oracle 11gR2 rac for aix 第二个节点运行root.sh不成功问题处理

    今天帮客户规划安装一套11gR2 rac for aix 数据库,在安装grid集群软件时,第一个节点运行 root.sh成功,运行第二个节点root.sh不成功,主要原因是忘记更改两个节点磁盘的 r ...

  5. git pull时提示错误:warning: ignoring broken ref refs/remotes/origin/HEAD的解决办法

    git pull时提示错误:warning: ignoring broken ref refs/remotes/origin/HEAD的解决办法 我用的是IDEA开发的GIT项目,首先找到你项目的根目 ...

  6. 做微信h5支付的统一下单接口开发,虽然已经生成了mweb_url支付链接,但是访问时出现错误提示:‘商家参数格式有误,请联系商家解决’,但是检查h5支付提交的参数,都没有错误。 微信h5支付开发错误

    做微信h5支付的统一下单接口开发,虽然已经生成了mweb_url支付链接,但是访问时出现错误提示:'商家参数格式有误,请联系商家解决',但是检查h5支付提交的参数,都没有错误. 后面看到官方文档, 说 ...

  7. 运行python脚本时,报错InsecurePlatformWarning: A true SSLContext object is not available,解决方法

    运行python脚本时,报错InsecurePlatformWarning: A true SSLContext object is not available,解决方法 参考文章: (1)运行pyt ...

  8. 如何诊断crs 安装时 root.sh 脚本执行错误

    troubleshooting root.sh problem ------*for 10g and 11.1 1.查证公网,私网的节点名是可以互相ping通的 2.---查证OCR/Voting 文 ...

  9. 问题:当运行exe程序时遇到错误0000007时如何解决

    这里我是需要用的一个DDS库安装程序,但是经过一系列安装操作后,最后一步验证是否成功时出现了问题: 点击 该exe应用程序提示:应用程序错误0xc000007b 给出我使用后成功了的解决方法: 首先下 ...

最新文章

  1. [C++] Variable storage space
  2. 创建型模式之FactoryMethod
  3. bzoj 5248: [2018多省省队联测]一双木棋
  4. *【CodeForces - 202C 】Clear Symmetry (思维,找规律,特判)
  5. Java 父子类方法调用顺序
  6. Visual Studio中View页面与Js页面用快捷键互相跳转
  7. informatic对表的增量抽取机制
  8. 用matlab求excel表中平均值,matlab如何将符合特定条件的数据导入excel并求出平均值...
  9. 【学习笔记】极其美妙的算法——FFT(快速傅里叶变换)
  10. Error: Cannot find module ‘@/xxx‘
  11. 怎样在PDF文件上添加印章
  12. 【AI绘画】绝美春天插画,人人都是插画师
  13. C语言及程序设计 套餐 课程主页
  14. 字符串的几种常见的反转
  15. 关于Ti的C2000芯片的CBC与OSHT做两级保护说明
  16. Automative SPICE 之五 工作产品特性
  17. 黑莓省电模式 for BlackBerry 9900 9930 9850 OS7.1
  18. 「Python」数字推盘游戏-pygame
  19. python推荐系统算法朴素贝叶斯_朴素贝叶斯算法在人才盘点中的应用(之一)
  20. T400s + 双飞卡(42T0961) + 南神卡 上网设置

热门文章

  1. Repeater嵌套绑定
  2. perl怎么拷贝一个文件到另一个文件夹中或者怎么拷贝文件夹到另一个文件夹
  3. VS 编程常见错误及解决方法
  4. 在网页中插入百度地图的那些事
  5. kindeditor编辑器和图片上传独立分开的配置细节
  6. Shiro缓存使用Redis、Ehcache、自带的MpCache实现的三种方式实例
  7. Android中onInterceptTouchEvent、dispatchTouchEvent及onTouchEvent的调用顺序及内部原理
  8. 给vmstat加上时间戳
  9. 团队-团队编程项目作业名称-需求分析
  10. css对齐 挖坑~