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磁盘修改成正确的属主。

  • 相关阅读:
    Linux 下IOport编程訪问
    Xcode下执行HelloWorld
    PHP/HTML混写的四种方式总结
    php取两位小数的几种方法
    使用原生JS+CSS或HTML5实现简单的进度条和滑动条效果(精问)
    js进阶 9-7 自动计算商品价值
    html5--1.12表格详解
    html5常用标签table表格布局
    html常用属性border-radius、linear-gradient怎么使用
    类选择器选择非唯一属性无法精确取值的问题
  • 原文地址:https://www.cnblogs.com/abclife/p/5714432.html
Copyright © 2011-2022 走看看