Auto startup in HP-UX
automanJun 29 2004 — edited Apr 27 2007Oracle 9.2.0.4 on HP-UX 11.23
I have adjusted the /etc/oratab file, adding my SID and the "Y" to autostart my database and autoshutdown.
I created the script /sbin/init.d/dbora
I have created the links:
/sbin/rc0.d/K10dbora -> /sbin/init.d/dbora
/sbin/rc3.d/S99dbora -> /sbin/init.d/dbora
If I run manually the sbin/init.d/dbora script with the parameteres 'start' or 'stop' the scripts works well, but it does not work automatically when te server starts or shutdown.
What could be the problem?