- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
09-02-2004 05:17 AM
09-02-2004 05:17 AM
zombie process
I have a hung I/O process so kill -9 is futile on it, and the directory where my hung process is supposedly writing to is now locked and unaccessible. How do I unlock the directory and kill this process? Any help greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 05:21 AM
09-02-2004 05:21 AM
Re: zombie process
I wish I had better news, but the only way you're going to get out of this is to reboot. You can't signal the process to kill it because it's waiting on the I/O to complete and can't be interrupted in this state. There's no other magic way to unlock the directory.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 05:27 AM
09-02-2004 05:27 AM
Re: zombie process
Your only hope is if the parent PID for this process is anything but 1.
If so you can try to kill the parent & *hope* it's reaps it's child.
If the parent PID is 1, there's a small chance that it will reap the process eventually, but if it's hung on I/O that will never return then a reboot is probably your only way to get out of this state.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 06:17 AM
09-02-2004 06:17 AM
Re: zombie process
If you execute shutdown -r -y 0 , I am skeptical if it is ever going to succeeed in rebooting the server.
I would rather suggest unmounting all the filesystems execute killall and then reboot -r command to reboot the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 06:37 AM
09-02-2004 06:37 AM
Re: zombie process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 08:25 AM
09-02-2004 08:25 AM
Re: zombie process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 08:29 AM
09-02-2004 08:29 AM
Re: zombie process
umount: cannot unmount /home : Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 08:38 AM
09-02-2004 08:38 AM
Re: zombie process
Not much to do except reboot. The machine *should* eventually shutdown. You will likely see a message like "Some user processes wouldn't die" or something similar.
The thing to do is figure out why the process is waiting on I/O. If there is any way to fix that problem, then you can continue normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 08:48 AM
09-02-2004 08:48 AM
Re: zombie process
I am not sure if shutdown will succeed it or not but you could give it a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 04:15 PM - last edited on 09-16-2024 02:09 AM by support_s
09-02-2004 04:15 PM - last edited on 09-16-2024 02:09 AM by support_s
Re: zombie process
And more ( I did not try or not known), can we kill the zombie process's parent process to make it to 1 so that we can get the state of above?
As normal, only reboot / shutdown ( your choice
And discussion ( SEP, sundar)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=641439
- Tags:
- drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 06:26 PM
09-02-2004 06:26 PM
Re: zombie process
regards
SK