Have you tried preap against the process? That's how I get rid of zombie processes and things that just don't respond to kill properly.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Systems Engineer http://www.opensolaris.org/os/community/sysadmin/ http://unixconsole.blogspot.com [EMAIL PROTECTED] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* ----- Original Message ---- From: Joel Cesar <[EMAIL PROTECTED]> To: Srujan <[EMAIL PROTECTED]> Cc: [email protected] Sent: Saturday, November 15, 2008 8:37:14 AM Subject: Re: [sysadmin-discuss] Process can not be killed That is the point, the process is unkillable. With any kill signal. On Sat, Nov 15, 2008 at 11:00 AM, Srujan <[EMAIL PROTECTED]> wrote: > Hi, > > As of my knowledge, you can any process by using pkill or kill.. > > In you case , please do this . > > #ps -el { show all running process in system} > { identify the process using } > > pkill -HUP < process ID> > > (or ) > > #pgrep -l jav* > > { system responds with PID} > > #kill -9 <PID> > > VERY EASY. > -- > This message posted from opensolaris.org > _______________________________________________ > sysadmin-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss > -- Joel Cesar Zamboni [EMAIL PROTECTED] _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
