1752614 Members
4408 Online
108788 Solutions
New Discussion юеВ

Re: kill ZOMBI PROCESS

 
YOGI_3
Frequent Advisor

kill ZOMBI PROCESS

how to kill zombi process ...in top its shwoing
PID ...wen i am tring to kill -9 PID,
its giving error that this process doenot exists..
i want to kill this process
There is never a wrong time to do the right things
14 REPLIES 14
Victor BERRIDGE
Honored Contributor

Re: kill ZOMBI PROCESS

Bad luck...
By definition a real zombie cannot be killed...
Your only way of getting rid of it is reboot



All the best
Victor
Pete Randall
Outstanding Contributor

Re: kill ZOMBI PROCESS

The only other way is to kill the parent. However, quite often the parent ends up being init and you don't want to kill that. Best way is to reboot.


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: kill ZOMBI PROCESS

Hi:

First, the classic quote: "You can't kill a zombie. It's already dead!".

If you do a 'kill ' and the error returned is that it doesn't exist then you choose the WRONG process (or the process finally died and was removed from the process table BEFORE you could touch it.

Regards!

...JRF...
Torsten.
Acclaimed Contributor

Re: kill ZOMBI PROCESS

Hi Yogi,

I can imagine you want, but you CAN'T kill him. He's already dead.

See e.g. this link for a explanation:

http://www.losurs.org/docs/zombies

(just one out of thousands ...)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Geoff Wild
Honored Contributor

Re: kill ZOMBI PROCESS

On HP-UX, most Zombies will disappear - eventually...

Checking:

ps -el |grep Z

You may be able to kill by killing parent - unless as others say parent is 1.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
HGN
Honored Contributor

Re: kill ZOMBI PROCESS

Hi

There is no way other than rebooting the server because you cannot kill a zombie process.

Rgds

HGN
Sandman!
Honored Contributor

Re: kill ZOMBI PROCESS

If you can't eliminate the zombies with "kill -9" then reboot the server. Sorry no other way out.

regards!
Ranjith_5
Honored Contributor

Re: kill ZOMBI PROCESS

No Yogi..You will need a reboot. If this is happening frequently for the same application, may be it is due to that application code error.

Regards,
Syam
Cheryl Griffin
Honored Contributor

Re: kill ZOMBI PROCESS

Interex had a program called 'kill zomb'. Anyone have experience with that? The download site is no longer available, so reboot is the only way to go.

***
On a sidenote, anyone who saw Shaun of the Dead knows the way to kill a zombie is to hit them in the head.
"Downtime is a Crime."