- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Zombie question
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
09-28-2003 11:44 AM
09-28-2003 11:44 AM
HPUX 11.00. RP2450.
Would someone please advise on method to trace origin of zombies? Have issued top cmd and see 1 zombie.
Thanks,
Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 12:21 PM
09-28-2003 12:21 PM
SolutionHave a look at this posting.
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x1899afe90f1cd71190050090279cd0f9%2C00.html&admit=716493758+1064794789026+28353475
Cheers
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 12:24 PM
09-28-2003 12:24 PM
Re: Zombie question
Try using
# ps -ef | grep defunct.
Look at the PPID (Parent Process ID), it might give you a clue as to what application the process is from, though often with zombie processes the PPID is 1.
You will probably have difficulty getting rid of this zombie process unless you re-boot. Sometimes its possible to get rid of them by killing the Parent Process but NOT if PPID is 1.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 12:38 PM
09-28-2003 12:38 PM
Re: Zombie question
Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 08:49 PM
09-28-2003 08:49 PM
Re: Zombie question
Once processes go into the zombie/defunct state, it is hard to remove them. Many times you have to reboot the machine to clear them off. Check those applications which created zombie for correct programming practices.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2003 11:07 PM
09-28-2003 11:07 PM
Re: Zombie question
Please be aware that your zombie is not causing you any trouble. The only thing it is using up is one process slot and you probably have enough of them.
Having said this, if you have found the process that creates the zombie, you might try sending it a signal 15. This might persuade it to clean up after it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:25 AM
09-29-2003 03:25 AM
Re: Zombie question
Following on from Mark's reply, if this signal 15 fails then you could try the harsh signal 9
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:00 AM
09-29-2003 04:00 AM