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

  • 相关阅读:
    pig中将两列合并为一列:concat
    最小二乘法拟合二元多次曲线
    动态重新加载Class机制之代码测试
    從 Windows Form ComboBox、ListBox 或 CheckedListBox 控制項加入或移除項目
    C#控件一览表
    C#中combobox 和TreeView控件属性、事件、方法收集
    PHP 分页类 潇湘博客
    一个房屋中介业务建模的实例分析
    使用Limit参数优化MySQL查询 潇湘博客
    word中的字号与实际的字体大小一一对应的关系
  • 原文地址:https://www.cnblogs.com/abclife/p/5714432.html
Copyright © 2011-2022 走看看