Operating System - HP-UX
1837960 Members
2334 Online
110124 Solutions
New Discussion

inittab entry failed to start process

 
SOLVED
Go to solution
Brent W. Moll
Advisor

inittab entry failed to start process

On reboot, an entry in /etc/inittab for an 11.0 server failed to start.. I'm not sure why

tsm::once:/usr/bin/dsmc sched > /dev/null 2>&1

Does anyone know what I missed in this ? Thank you :)
2 REPLIES 2
Mark Grant
Honored Contributor
Solution

Re: inittab entry failed to start process

It isn't in the inittab file that the problem is occuring but unfortunately you've sent any error messages to /dev/null so you can't read them. You might need to lose the > /dev/null 2>&1 to debug this properly.
Never preceed any demonstration with anything more predictive than "watch this"
Jeff Schussele
Honored Contributor

Re: inittab entry failed to start process

Hi Brent,

Appears to me you've left out the run-state level (0-6) that tells the system at what run-level to run the command. This is the second field. Most frequently used are 2 & 3, but if you need this at run-level 1, then use 1.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!