Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OHASD is not starting automatically in RHEL 6.7

OrcL-FaNMar 4 2016 — edited Mar 10 2016

Hello All,

OHASD is not starting automatically after server reboot.

Environment Details-

OS: RHEL 6.7

DB: Oracle 12c (12.1.0.2.0)

Grid:12.1.0.2.0

When tried to start the crs it failed with below errors:

[root@odsua2db1 ~]# cd /u01/app/crs/12.1.0.2/grid/bin/

[root@odsua2db1 bin]#./crsctl start crs

CRS-4124: Oracle High Availability Services startup failed.

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

[root@odsua2db1 bin]#

Below are the complete list of details:

[root@odsuadb2 init]# pwd

/etc/init

[root@odsuadb2 init]# cat oracle-ohasd.conf

# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.

# Oracle OHASD startup

start on runlevel [35]

stop on runlevel [!35]

respawn

exec /etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null

[root@odsuadb2 init]#

cd /etc/init.d/

[root@odsuadb2 init.d]# ls -l *init*

-rwxr-xr-x. 1 root root 9288 Aug 28 2015 init.ohasd

cd /etc/rc3.d/

ls -ltr

364 rows selected

lrwxrwxrwx. 1 root root 17 Aug 28 2015 S96ohasd -> /etc/init.d/ohasd


All the permission looks good. Even in /var/logs also does not gives any clue for this issue. Is it a bug?

I have started OHASD manually. Please suggest, how can i solve the issue so that it starts automatically with server reboot.

Thanks,

Pinto

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2016
Added on Mar 4 2016
10 comments
3,955 views