Re: Fix for bug 8740030-/ETC/INIT.D/OHASD STOP" DOES NOT GET EXECUTED DURING SYSTEM SHUTDOWN

  • From: Yong Huang <yong321@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Sat, 24 Apr 2010 12:57:38 -0700 (PDT)

> 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


      
--
//www.freelists.org/webpage/oracle-l


Other related posts: