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