[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] RedHat chkconfig & init scripts
On Thu, 2007-03-29 at 15:55 -0400, Jeff Lightner wrote:
> Yep. I have it as K01pc1_mid_tier. - the next thing to be stopped is
> K03dataeng and it runs fine.
>
> On start it is the last thing started (S99pc1_mid_tier).
Couple of other things to check...
Is the execute bit set on /etc/init.d/pc1_mid_tier ?
Can you execute /etc/rc3.d/S99pc1_mid_tier
and /etc/rc3.d/K019pc1_mid_tier? (to make sure the symlinks are
correct)
Does /etc/init.d/pc1_mid_tier depend on any env variables that might not
exist at shutdown? Things like $PATH, $LANG, etc.
-Jim P.