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

  • 相关阅读:
    Java线程池使用说明
    Java并发编程:Thread类的使用
    深入理解Java的接口和抽象类
    编程中经常看到上下文context,这个上下文指得是什么?
    context
    setContentView和inflate区别
    Java for循环的几种用法分析
    Android学习06Android应用程序的基本组件
    learning java 重定向标准输入输出
    learning java 推回输入流
  • 原文地址:https://www.cnblogs.com/abclife/p/5714432.html
Copyright © 2020-2023  润新知