zoukankan      html  css  js  c++  java
  • 安装GRID时跑root.sh脚本报错(ORA-27091: unable to queue I/O)

    在安装GRID过程中,运行root.sh脚本时报如下信息:

    Adding Clusterware entries to upstart
    CRS-2672: Attempting to start 'ora.mdnsd' on 'rac11g1'
    CRS-2676: Start of 'ora.mdnsd' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac11g1'
    CRS-2676: Start of 'ora.gpnpd' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac11g1'
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac11g1'
    CRS-2676: Start of 'ora.gipcd' on 'rac11g1' succeeded
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac11g1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac11g1'
    CRS-2676: Start of 'ora.diskmon' on 'rac11g1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac11g1' succeeded
    
    ASM created and started successfully.
    
    Disk Group ocr created successfully.
    
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Errors in file :
    ORA-27091: unable to queue I/O
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-06512: at line 4
    Failed to create Oracle Cluster Registry configuration, rc 255
    Oracle Grid Infrastructure Repository configuration failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6919.
    /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
    

    google中有人遇到类似的错误,原因是:

    Diskgroup is succesfully created, root.sh fails at generating the OCR keys when invoking ocrconfig because userid used for ASMlib driver differs from grid software owner.

    本次安装是使用udev,检查udev脚本配置的时候发现asm磁盘的对应属主是grid,而安装时使用的对应的操作系统用户是oragrid。

    最后修改udev配置文件,将asm磁盘修改成正确的属主。

  • 相关阅读:
    ImportError: No module named MySQLdb 解决方案
    Python在函数中使用*和**接收元组和列表
    ADB故障时的一些命令
    WebBrowser网页操作之提取获取元素和标签(完整篇)
    单台服务器并发百万级配置(转)
    高并发高负载的大型网站系统架构(转)
    系统架构师的九种能力
    一个操作oracle的c#类 含分页
    我们应该如何做需求分析(转)
    怎样查看oracle当前的连接数
  • 原文地址:https://www.cnblogs.com/abclife/p/5714432.html
Copyright © 2011-2022 走看看