- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kill -9 does not kill???
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
01-23-2002 04:09 AM
01-23-2002 04:09 AM
kill -9 does not kill???
I am trying to kill one process but it is not getting killed using kill -9 .In hp can we kill these processes which are not getting killed forcibly by any means???
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:16 AM
01-23-2002 04:16 AM
Re: kill -9 does not kill???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:19 AM
01-23-2002 04:19 AM
Re: kill -9 does not kill???
With some apps -9 wont work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:22 AM
01-23-2002 04:22 AM
Re: kill -9 does not kill???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:22 AM
01-23-2002 04:22 AM
Re: kill -9 does not kill???
A process that has exited and has a parent, but has not yet been
waited for by the parent, is marked
exit(2)).
Similarly, defunct processes (see ps(1)) may have already finished
executing, but remain on the system until their parent reaps them
(see wait(2)). Using kill to send signals to them has no effect.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:25 AM
01-23-2002 04:25 AM
Re: kill -9 does not kill???
Its a gdb process and i hav eseen earlier also smtimes the processes does not get get kill using -9.So do have some directory in HP like in solarais /proc where you can go and delete the process file/dir then the corresponding process will be killed.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:30 AM
01-23-2002 04:30 AM
Re: kill -9 does not kill???
Some times, some processes hangs and you need to reboot machine.I don't know if there are another way to do that, any command or some hint.
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:36 AM
01-23-2002 04:36 AM
Re: kill -9 does not kill???
Neither zombies nor processes waiting on IO can be killed. Patience or a reboot is the only way to eliminate them.
Regards!
...JRF...