- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: defunct , 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
03-24-2003 09:21 AM
03-24-2003 09:21 AM
defunct , zombie processes
trick.
I know there is a way I could resolve this by using and init command followed by kill HUP.
I am not sure of the syntax.
assistance or any other suggestions would be welcom.
THX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:27 AM
03-24-2003 09:27 AM
Re: defunct , zombie processes
You should only use -9 as a last resort.
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:28 AM
03-24-2003 09:28 AM
Re: defunct , zombie processes
It's like the old joke, "How do you kill the already dead"?
You can't....
If their PPID (Parent Process ID) is NOT 1, then you may be able to remove them by killing the parent.
If their PPID is already 1, then there's nothing you can do short of a reboot. If they're using no or little CPU time, then they're no threat. IF they ARE using modest/high CPU time then you may be forced to reboot.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:34 AM
03-24-2003 09:34 AM
Re: defunct , zombie processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 09:38 AM
03-24-2003 09:38 AM
Re: defunct , zombie processes
Usually they're associated to I/O in someway. Often its a ksh / user whose ungracefully left his rlogin or telnet session.
But if they're associated to an application or process its time to get on the horn to the developer and make sure they clean this bug up.
To be sure about any resource usage:
lsof -p pid
ipcs | grep process
top | grep process