Operating System - HP-UX
1846941 Members
5233 Online
110257 Solutions
New Discussion

Auto startup and shutdown scripts

 
SOLVED
Go to solution
Ezhilarasan
Occasional Advisor

Auto startup and shutdown scripts

Hi,

I have put database auto startup script in
the dir /sbin/rc2.d and shutdown script in
/sbin/rc0.d

To check whether autoshutdown was done
successfully, which log file I have to see ?
I checked the file /etc/rc.log, it is showing
status only for startup programs.

Kindly reply me.

Thanks
R.Ezhil
2 REPLIES 2
Armin Feller
Honored Contributor
Solution

Re: Auto startup and shutdown scripts

Hi,

for start informations see:
/etc/rc.log

and for shutdown informations see:
/etc/rc.log.old

Best regards,
Armin
T G Manikandan
Honored Contributor

Re: Auto startup and shutdown scripts

check running the script from the normal command line.
If things run normally then you can place them at /sbin.rc0.d