- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't kill the 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-05-2004 08:47 PM
09-05-2004 08:47 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 08:58 PM
09-05-2004 08:58 PM
SolutionUnfortunately you answered your own question.
A process needs to detect a signal to react
to it. Cases like zombies and processes in states like non reenterant io will never see the signal and can only be killed by a reboot.
Sometimes using ndd to change timers can enable you to shorten waits and thus allow a process stuck on somthing like a tcp socket to exit itself.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 08:59 PM
09-05-2004 08:59 PM
Re: Can't kill the process
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:01 PM
09-05-2004 09:01 PM
Re: Can't kill the process
Killing its PPID could help sometimes, but if this does not work, the only solution is a reboot.
In most of the cases a process is in kernel mode when you are not able to kill it. In this situation it coult be hung becouse it is trying to access a device that is not available/defect. Solving this problem could enable the kill command to reach the process.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:04 PM
09-05-2004 09:04 PM
Re: Can't kill the process
if a process can't be killed even using "kill -9" there's unfortunately no other optin than rebooting the server :-(
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:18 PM
09-05-2004 09:18 PM
Re: Can't kill the process
Zombie processes cannot be killed.
Do not kill processes with PPID 1.you are gone!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2004 09:21 PM
09-05-2004 09:21 PM
Re: Can't kill the process
Thanks for the correction!
(killing ppid 1 )
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 02:45 AM
09-06-2004 02:45 AM
Re: Can't kill the process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 04:03 AM
09-06-2004 04:03 AM
Re: Can't kill the process
There is a possibility as "when ever it's PPID is 1 then it will be removed with in few times " Else Try to remove new PPID so that it's PPID will reach to 1...
By normal, it will be removed on reboot only.
A discussion will give more information as,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=686510