- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Why do I always get a Zombie process
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 11:45 PM
12-18-2007 11:45 PM
Why do I always get a Zombie process
When I ran "ps -el|grep Z" I got the following information :
F S UID ... COMD
1 Z 0 ...
And I can't kill it by "kill -9"
So what is it?
Thank you
- Tags:
- zombie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 11:56 PM
12-18-2007 11:56 PM
Re: Why do I always get a Zombie process
Example:
# ps -ef|grep defunct
...
root 11348 2209 0 08:49:53 ? 0:00
# ps -ef|grep 2209
...
root 2209 1 0 Nov 29 ? 7:25 /usr/sbin/stm/uut/bin/tools/monitor/ia64_corehw
...
You can try to search the web for "ia64_corehw" and "defunct" to get some more information.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 12:03 AM
12-19-2007 12:03 AM
Re: Why do I always get a Zombie process
In your example, it would be helpful to find who is the PPID.
See cautions about zombie masters:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1169716
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1159219
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1152917
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1145648
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1129236
- Tags:
- zombie master
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 12:05 AM
12-19-2007 12:05 AM
Re: Why do I always get a Zombie process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 12:07 AM
12-19-2007 12:07 AM
Re: Why do I always get a Zombie process
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=513630
What version of online diagnostics are you running?
(run "cstm" to get this info)
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 12:14 AM
12-19-2007 12:14 AM
Re: Why do I always get a Zombie process
Only way to kill is kill the parent and they would be gone.If parent is 1 you'll have to reboot.
These threads may help you
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=684634&admit=109447626+1198051860734+28353475
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=765302&admit=109447626+1198051963584+28353475
Hope this help
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:00 AM
12-19-2007 01:00 AM
Re: Why do I always get a Zombie process
If parent is 1 these are not zombies but hung processes if kill -9 doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:06 AM
12-19-2007 01:06 AM
Re: Why do I always get a Zombie process
please come back with some more details about your process(es).
I still assume it is related to the diags.
If, you will get always different "zombies" but the parent stays the same, an example:
#ps -ef|grep defunct
root 13622 2209 0 10:01:18 ? 0:00
#ps -ef|grep defunct
root 13651 2209 0 10:03:18 ? 0:00
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2007 01:34 AM
12-19-2007 01:34 AM
Re: Why do I always get a Zombie process
I have found defunct/Zombie processes almost always result from bugs in application software. Sometimes if kernel limits are being tested this is a factor in the problem.
Zombies won't die from a kill -9
kill -9 says kill the process and its parent. You will find the parent of this process is process 1. If you would be permitted to kill that your whole system would suddenly stop.
Reboot will clear the zombie. Then the offending application will need to be fixed.
Shmuel
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com