Operating System - HP-UX
1834598 Members
4001 Online
110069 Solutions
New Discussion

/sbin/rc sequencial problem

 
Truchet Mathieu
Occasional Advisor

/sbin/rc sequencial problem

Hi,

I'm trying to execute a ksh script at the end of the startup (init 3).
I've created the script "/sbin/init.d/INTEGRATION".
I've linked it with "ln -s /sbin/init.d/INTEGRATION /sbin/rc3.d/S999INTEGRATION" because I want it to be executed after all other scripts and binaries, just before the login prompt.
But it failed : each time I reboot the script is executed BEFORE all others, just after the line "DCHP access...".
What is my mistake ? How can I be sure that it is executed at the end ? (because I want all other daemons/services to be run)
I'm running on N-Class under HP-UX 11.00.

Additional question : I use a "swinstall" command in this script, but it doesn't work : I have to stop it by "CTRL+|" after 1 hour at least, and when I check if the softs has been installed with swlist, it's not listed !

Thanks,

Mathieu Truchet
1 REPLY 1
eran maor
Honored Contributor

Re: /sbin/rc sequencial problem

 
love computers