CRS-4124: Oracle High Availability Services startup failed. CRS-4000

今天安装11g  rac  11.2.0.1的时候在执行root.sh的时候出现:

[root@rac01 Desktop]# sh /u01/app/11.1.0/grid/root.sh

Running Oracle 11g root.sh script...


The following environment variables are set as:

    ORACLE_OWNER= grid

    ORACLE_HOME=  /u01/app/11.1.0/grid


Enter the full pathname of the local bin directory: [/usr/local/bin]: 

   copying dbhome to /usr/local/bin ...

   copying oraenv to /usr/local/bin ...

   copying coraenv to /usr/local/bin ...



Creating /etc/oratab file...

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root.sh script.

Now product-specific root actions will be performed.

2019-04-24 10:46:10: Parsing the host name

2019-04-24 10:46:10: Checking for super user privileges

2019-04-24 10:46:10: User has super user privileges

Using configuration parameter file: /u01/app/11.1.0/grid/crs/install/crsconfig_params

Creating trace directory

LOCAL ADD MODE 

Creating OCR keys for user 'root', privgrp 'root'..

Operation successful.

  root wallet

  root wallet cert

  root cert export

  peer wallet

  profile reader wallet

  pa wallet

  peer wallet keys

  pa wallet keys

  peer cert request

  pa cert request

  peer cert

  pa cert

  peer root cert TP

  profile reader root cert TP

  pa root cert TP

  peer pa cert TP

  pa peer cert TP

  profile reader pa cert TP

  profile reader peer cert TP

  peer user cert

  pa user cert

Adding daemon to inittab

CRS-4124: Oracle High Availability Services startup Failed.

CRS-4000: Command Start Failed, or completed with errors.

ohasd Failed to start: Inappropriate ioctl for device

ohasd Failed to start at /u01/app/11.1.0/grid/crs/install/rootcrs.pl line 443.


首先卸载grid软件:/u01/app/11.1.0/grid/crs/install/roothas.pl -deconfig  -force  -verbose

重新执行root.sh脚本

在执行Adding daemon to inittab这一步的同时,打开个窗口,用root用户执行:/bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1。


相关文章

这篇文章主要介绍“hive和mysql的区别是什么”,在日常操作中...
这篇“MySQL数据库如何改名”文章的知识点大部分人都不太理解...
这篇文章主要介绍“mysql版本查询命令是什么”的相关知识,小...
本篇内容介绍了“mysql怎么修改字段的内容”的有关知识,在实...
这篇文章主要讲解了“mysql怎么删除unique约束”,文中的讲解...
今天小编给大家分享一下mysql怎么查询不为空的字段的相关知识...