- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to kill a 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
12-13-2002 10:31 AM
12-13-2002 10:31 AM
unable to kill a process
I have tried kill -3, kill -9, kill, kill -15, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:36 AM
12-13-2002 10:36 AM
Re: unable to kill a process
Is the state of the processes zombie? if so then you need to reboot.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:37 AM
12-13-2002 10:37 AM
Re: unable to kill a process
Who is the parent of the process ? init , with an id of 1 ? You may have a little trouble with those. Also , from the top command do you have any zombies ?
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:37 AM
12-13-2002 10:37 AM
Re: unable to kill a process
There is a good chance that either the NFS mounts are hung or there could be a problem with your disks.
If it is NFS related, then you would need to find why NFS is hanging. Mostly due to NFS server issues.
If it is disk related, look at /var/adm/syslog/syslog.log or dmesg to see if there are any POWERFAILED messages or disk errors and fix them.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:38 AM
12-13-2002 10:38 AM
Re: unable to kill a process
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:39 AM
12-13-2002 10:39 AM
Re: unable to kill a process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 10:44 AM
12-13-2002 10:44 AM
Re: unable to kill a process
Here is a doc for trouble shooting a hung process
http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x4c04a22d6d27d5118fef0090279cd0f9,00.htm
Regards
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 12:43 PM
12-13-2002 12:43 PM
Re: unable to kill a process
mount -a - This will mount everything
Then look in mnttab to see if there is a hard mount for an nfs mount point (Look for a mount to like a remote cdrom that is no longer mounted on the remote machine.)
Then do a fuser on the mount point in question.
Kill the fuser process (may have to do fuser /mnt/*/*/*
etc....)
Last resort should be reboot -
but before you do that, check your patches - there is a patch on the dec 2001 bundle that is a bad scsi disk patch that crashed my l2000 and it was a nasty crash.
Good luc