- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- needed Information about Zombie processes
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
06-23-2004 05:58 PM
06-23-2004 05:58 PM
root 22534 2269 0 11:25:37 ? 0:00
root 22559 22536 0 11:26:27 pts/ta 0:00 grep defunct
I am very new to sys admin in HP-UX and also I am using telnet from a system to do my job.
Can any one help as to how can I trace which application is creating the Zomboie process... i.e what is the root cause of Zombie proces
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 06:07 PM
06-23-2004 06:07 PM
Re: needed Information about Zombie processes
Have a look at this posting for more explanation on zombies.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105337
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 06:39 PM
06-23-2004 06:39 PM
Re: needed Information about Zombie processes
Thank u for ur guidance. Can you pls go thro the attached file, basically output of the top, ps command, and try if u can throw more light on the issue. Aslo can we try and findout why even after rebooting the zombie process still exists. Will I have to escalate the problem to product development team.
Thanks in advance.
Yashodhan Deo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 06:56 PM
06-23-2004 06:56 PM
Re: needed Information about Zombie processes
After reboot the zombie should go away. If it does not then this is a problem with init(1M). Inint has the responsibility to reap all the zombies.
Zombie itself is not a problem but if you are generating zombies then it is possible that you run out of proc entries.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 07:53 PM
06-23-2004 07:53 PM
Solutiona process that has exited and has a parent, but has not yet been waited for by the parent, is marked
Processes that have died but haven't been removed from the process table are zombies.
If you use ps -flp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 07:57 PM
06-23-2004 07:57 PM
Re: needed Information about Zombie processes
Since I am new to the HP-UX administration I have escalated this to my higher ups. Michael I should have given you more points. Consider it 9.
Thank U all.