- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- some java process can't be kill -9
Operating System - HP-UX
1819931
Members
3128
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-26-2003 07:49 PM
тАО10-26-2003 07:49 PM
I have some stubborn java process that can be kill even with 'kill -9' run by root. How do I check what i/o, memory space or connection that it is tied to? I have lsof installed in this system.
Other than rebooting the server, is there a way to find out what causes it to ignore -9 signal and refuse to stop.
tyl
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 11:03 PM
тАО10-26-2003 11:03 PM
Solution
A process that ignores kill -9 is often executing a system call. For some reason, the system call does not ever get finished.
First, find the PID of the stubborn process.
Check that the process is not already dead. If it is marked in the "ps -fp " listing, the process is already dead but its parent process is not willing to receive notification of the process's death. If you stop the parent process, the dead child process should also get cleaned up.
If you have NFS mounted disks, the processes that are using those disks will typically be stuck if the network connection to the NFS server fails.
If you have GlancePlus installed, it has a "Process Wait States" display (key W) which might help. The "Process System Calls" display might also be useful.
If you don't have Glance, do a "lsof -p" to see all the files the process is accessing. Are any of these on a NFS mounted disk?
Do a "dmesg | tail -20" and see if you have SCSI resets or other error messages there. /var/adm/syslog/syslog.log may also have some messages. Those might mean that some hardware is either rudely disconnected or broken.
First, find the PID of the stubborn process.
Check that the process is not already dead. If it is marked
If you have NFS mounted disks, the processes that are using those disks will typically be stuck if the network connection to the NFS server fails.
If you have GlancePlus installed, it has a "Process Wait States" display (key W) which might help. The "Process System Calls" display might also be useful.
If you don't have Glance, do a "lsof -p
Do a "dmesg | tail -20" and see if you have SCSI resets or other error messages there. /var/adm/syslog/syslog.log may also have some messages. Those might mean that some hardware is either rudely disconnected or broken.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 11:08 PM
тАО10-26-2003 11:08 PM
Re: some java process can't be kill -9
Good comprehensive answer Matti.
- ramd.
- ramd.
HPE Software Rocks!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP