Operating System - Tru64 Unix
1828210 Members
2997 Online
109975 Solutions
New Discussion

init.d and rc.d startup shutdown scripts

 
Uday  Nimkar
New Member

init.d and rc.d startup shutdown scripts

I'ed like to know , where to place the startup shutdown script for oracle databases, that is taken care during server reboot
3 REPLIES 3
Venkatesh BL
Honored Contributor

Re: init.d and rc.d startup shutdown scripts

For 'init 3' (Multi-user mode), the scripts (Start/Stop) are linked in '/sbin/rc3.d' directory. I am not sure if oracle follows the same.

Also, you could read 'man rc3' for more info.
Ivan Ferreira
Honored Contributor

Re: init.d and rc.d startup shutdown scripts

Normally, tru64 boots in runlevel 3. So the script itself should be installed in /sbin/init.d, and then create links for the SXX file in /sbin/rc3.d, and KXX in the /sbin/rc0.d directory.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Balasubramanian S
Frequent Advisor

Re: init.d and rc.d startup shutdown scripts

The script needs to be placed under /sbin/init.d/ directory only. Please look into the following link for more information,

http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnTru64.php