Hi All,
While installing Oracle 11gR2(11.2.0.4) grid software on OL6.3 (standalone) root.sh was failed with error mentioned below.
===========Error============
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
2015-07-08 15:09:27: Checking for super user privileges
2015-07-08 15:09:27: User has super user privileges
2015-07-08 15:09:27: Parsing the host name
Using configuration parameter file:
/u01/app/grid/product/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
CRS-4664: Node kchjovm42 successfully pinned.
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: Inappropriate ioctl for device at
/u01/app/grid/product/11.2.0/grid/crs/install/roothas.pl line 296.
[root@kchjovm42 grid]#
===============================
Since error was exactly matching with Doc ID 1607600.1, I tried to follow steps mentioned therein however it couldn't go well, output pasted below,
[root@kchjovm42 bin]# initctl reload-configuration
[root@kchjovm42 bin]# initctl start oracle-ohasd
initctl: Unknown job: oracle-ohasd
[root@kchjovm42 bin]# initctl list |grep oracle
[root@kchjovm42 bin]#
Upon checking I found that, initctl doesn't have oracle-ohasd service listed there.
Manual start of service was also failed,
[root@kchjovm42 init]# initctl start oracle-ohasd
initctl: Unknown job: oracle-ohasd
[root@kchjovm42 init]#
There are lot of notes & documents available on community & MOS but not getting correct one for my case. Appreciate if you can help to resolve this issue.
Thanks,
Abhijit