- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kill -9 does not kill 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
11-14-2005 12:59 AM
11-14-2005 12:59 AM
Kill -9 does not kill process
The system is HPUX B.11.00 U 9000/800
Some process (top, find, glance) cannot be killed even using sigkill. They are not defunct, just hanging. They're all detached from the tty (?). Some of them are months old.
Is there any known issue regarding this problem?
I suspect a kernel problem but could not find any related patch or whatever.
Any clue?
Thank-you,
Regards,
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:00 AM
11-14-2005 01:00 AM
Re: Kill -9 does not kill process
only way i know is re-boot the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:32 AM
11-14-2005 01:32 AM
Re: Kill -9 does not kill process
You need to reboot the system if the processes are so old, if it is for glance,top and find. Try to see maybe which are their parent processes, you can kill them.
You can try to kill them from SAM -> Proccess Management -> Process Control. Find the process , select it and in Action choose Force kill.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:45 AM
11-14-2005 01:45 AM
Re: Kill -9 does not kill process
1. Check the PID with ps -ef
2. Try killing the process with kill -9
# kill -9 PID
3. If it is not able to kill, then the process might have waiting for i/o or become a zombie.
4. And hopefully reboot will resolve the issue.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:46 AM
11-14-2005 01:46 AM
Re: Kill -9 does not kill process
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 08:50 PM
11-14-2005 08:50 PM
Re: Kill -9 does not kill process
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 08:54 PM
11-14-2005 08:54 PM
Re: Kill -9 does not kill process
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=974759
It is waiting for some I/O. It will not end upto getting reboot (init 6).
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 09:47 PM
11-14-2005 09:47 PM
Re: Kill -9 does not kill process
I believe these process has been detached from tty and got a process id of init. You may have to reboot the system.
Regards,
SUnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 12:20 AM
11-15-2005 12:20 AM
Re: Kill -9 does not kill process
Alas, it does not change anything for me right now.
I know in my situation, the only way to get rid of these processes it to reboot the system. But rebooting will temporarly solve the problem. Also ths is a production system so we cannot stop it just like this.
I wish I could find some patch or whatever not to have these hanging processes come back after a reboot.
I don't believe this is a application issue since the identified (faulty?) processes are: find, top and glance, so far.
I'm also convinced that this is a bug somewhere in the kernel or in a system shared lib because such behaviour is hardly found in other OS releases or Unices.
Thnak you for your help anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 02:55 AM
11-15-2005 02:55 AM