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.2.0/grid/crs/install/rootcrs.pl line 443.
The first time I installed 11gR2 RAC, I encountered this classic problem of 11.0.2.1, and only after checking the Internet did I realize that it was a bug, and the solution was very simple.
It is the execution of the following command before the execution of root.sh
/bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1
If you get
/bin/dd: opening`/var/tmp/.oracle/npohasd’: No such file or directory
When the file is not generated, continue to execute it until it can be executed, generally execute the dd command when the message Adding daemon to inittab appears.
Another solution is to change the file permissions
chown root:oinstall /var/tmp/.oracle/npohasd
Don’t forget to delete the configuration before re-executing root.sh: /u01/app/11.2.0/grid/crs/install/roothas.pl -deconfig -force-verbose
Similar Posts:
- [Solved] IOException during persisting of HostData OPatchAuto failed
- [Solved] The instance cannot be started due to the attribute change of the oracle file under the grid user
- 11.2.0.4 run the second node root.sh under AIX to report an error
- Redis service failed to start, prompt: redis server: command not found
- Oracle 11gr2 RAC database cannot be connected (ora-12537: TNS: connection closed)
- How to Solve MYSQL Error: Plugin ‘FEDERATED’ is disabled. /usr/sbin/mysqld: Table ‘mysql.plugin’…
- The command / usr / bin / xdpyinfo cannot be used to automatically check the display color
- The Oracle File Attribute change causes the instance to fail to mount the Disk [How to Fix]
- [Solved] ORA-27154: post/wait create failed ORA-27300 ORA-27301 ORA-27302
- MYSQL Developer Error:Unable to find a Java Virtual Machine