On 02/24/11 11:36, ann kok wrote: > Hi > > I can't kill the process completely > > kill -9 processid > > It seems that it is automatically started with other process id > > How to completely kill the process?
KNothing is "automatically started" at the process level, something else is restarting it. So, you need to find out what and why is restarting the process and that might tell you more about how to stop it. Off hand, SMF services get restarted and inittab processes get restarted, if configured that way. You use svcadm to disable the service. I don't know how to stop inittab, but things rarely get restarted that way anymore. Of course, restarting could also happen at the application level, such as a parent process restarting children. I am afraid you are going to have to give us more to go on here. What is the process, and what is its parent process id? -- blu Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding -----------------------------------------------------------------------| Brian Utterback - Solaris RPE, Oracle Corporation. Ph:603-262-3916, Em:brian.utterb...@oracle.com _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org