- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kill Defunct
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-25-2001 05:39 PM
09-25-2001 05:39 PM
abc 11753 11700 0 Sep 25 ? 0:00
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:52 PM
09-25-2001 05:52 PM
SolutionDefunct is a Zombie process.
In most of the case, you have to reboot the system to remove the process. However, you still have other options in some speciai cases, see my post for details.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x69601012aa92d5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 05:54 PM
09-25-2001 05:54 PM
Re: Kill Defunct
The answer is no you cant kill them because they are already dead. And the only way to get rid of them is to reboot. Here are 2 links that have allot more information if this is not enough do a search on defunct.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x26d0f841489fd4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xa26e87dc4d7dd5118ff00090279cd0f9,00.html
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 06:56 PM
09-25-2001 06:56 PM
Re: Kill Defunct
As the others have already told you, a defunct process cannot be killed. Only a reboot solves the problem. Here are some threads for you to look at.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f4c7615c0f5d92b756/screen=ckiDisplayDocument?docId=200000006340486
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f4c7615c0f5d92b756/screen=ckiDisplayDocument?docId=200000019779201
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f4c7615c0f5d92b756/screen=ckiDisplayDocument?docId=200000047673943
So either live with it or reboot the box.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 04:04 AM
09-26-2001 04:04 AM
Re: Kill Defunct
> abc 11753 11700 0 Sep 25 ? 0:00
In this example, 11700 is the problem process, i.e. the parent of the
A parent should wait for its children. If the parent does not wait for its children, the children become zombies/
Sometimes it helps to send 'the right' signal (NOT -9/kill) to the parent process in order for it to wake up and wait on its children.
For details, see "zombie process" in glossary(9) ("man glossary").
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 02:34 PM
09-26-2001 02:34 PM
Re: Kill Defunct
We quite often get defunct processess with Oracle's Concurrent managers. If we send a HUP or a SIGCHLD to the PPID it usually cleans up the defunct processes.
Other times it doesn't.
We know wht causes it, but are yet to find a way of avoiding them.