- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- processes won't die (even with kill -9)
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
10-19-2000 11:39 PM
10-19-2000 11:39 PM
processes won't die (even with kill -9)
Q1: Is there any way I can regain acess without powering down?
Q2: What causes a process to get into a state where it will not die?
Thanks,
Donal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 11:54 PM
10-19-2000 11:54 PM
Re: processes won't die (even with kill -9)
If the system is hung and you cannot connect to it, power down, reboot, and it should do a core dump on the way up, let HP check that out to see what they can tell you.
Apparently failed kill commands could be caused by a highly loaded machine and whilst the command seems to have failed it is waiting for prcessor time.
PS Can you telnet or ping the machine in its hung state?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 12:01 AM
10-20-2000 12:01 AM
Re: processes won't die (even with kill -9)
I can ping it, but not telnet to it. I guess I'll just have to bite the bullet and power down.
Thanks for your prompt response.
Donal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 12:11 AM
10-20-2000 12:11 AM
Re: processes won't die (even with kill -9)
If you can ping it the shutdown sequence has not yet stopped the lan card. This info might be useful to HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2000 12:29 AM
10-21-2000 12:29 AM
Re: processes won't die (even with kill -9)
If a process goes to sleep while it it's HP-UX priority value is below a certain level (I think it's 154), then the kernel won't send the process any signals until it wakes up.
One thing that can cause a long sleep is when a process is waiting on I/O... for instance, an NFS volume which the process is trying to read from has disappeared.
If you can figure out what the sleeping processes could be waiting on, you might be able to give 'em what they want, and get them to wake up. Only then will they receive whatever signals you sent them.
In actuality, they will only get the first signal -- one will do it. =-) Anyways, I hope that helps you the next time around.
-cheers, Craig S. Bell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2000 03:08 AM
10-22-2000 03:08 AM
Re: processes won't die (even with kill -9)
Pls check whether the process is a defunct one. If so, check for its parent process ID.
Then try using kill -17
Do you have informix installed on your server ?...because there we have faced such problems.
Hope this helps....
Suhas...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2000 11:55 PM
10-22-2000 11:55 PM
Re: processes won't die (even with kill -9)
Thanks for the advice. It was an oracle database writer process, which wouldn't shutdown. I'll keep both your points in mind next time around.
Regards,
Donal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 12:03 AM
10-23-2000 12:03 AM
Re: processes won't die (even with kill -9)
It is a oracle database?
I have this problem too. There is a new patch for this problem. I dont know PATCH_ID , sorry.