Re: Fix for bug 8740030-/ETC/INIT.D/OHASD STOP" DOES NOT GET EXECUTED DURING SYSTEM SHUTDOWN
From: Yong Huang <yong321_at_yahoo.com>
Date: Sat, 24 Apr 2010 12:57:38 -0700 (PDT)
Message-ID: <812108.83551.qm_at_web80604.mail.mud.yahoo.com>
> Oracle released patch 8740030 for Linux x86-64 today which should
> hopefully fix the problem. Otherwise 11.2.0.2 will include the patch.
Date: Sat, 24 Apr 2010 12:57:38 -0700 (PDT)
Message-ID: <812108.83551.qm_at_web80604.mail.mud.yahoo.com>
> Oracle released patch 8740030 for Linux x86-64 today which should
> hopefully fix the problem. Otherwise 11.2.0.2 will include the patch.
I think the workaround in Bug 9180378 (REBOOTING DOESN'T EXECUTE K19OHASD) is applicable too:
- add the lines, marked w/ <**>, in init.ohasd:
26 TOUCH=/bin/touch <**>
27 TR=/bin/tr
28
29 case `/bin/uname` in
30 Linux) TR=/usr/bin/tr
31 SUBSYSFILE="/var/lock/subsys/ohasd" <**> 32 $TOUCH $SUBSYSFILE <**> 33 ;;
Yong Huang
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Apr 24 2010 - 14:57:38 CDT