- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to terminate process through kill command
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
Discussions
Discussions
Discussions
Forums
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
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-08-2008 03:25 AM
тАО11-08-2008 03:25 AM
Unable to terminate process through kill command
One process is running in my server, i tried to terminate the process through kill command.
but its not getting terminated.
PID - 26108
PPID - 1
This is something urgent, so can any one help me on the same.
Thanks
Farhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 03:52 AM
тАО11-08-2008 03:52 AM
Re: Unable to terminate process through kill command
#kill -9
but the result is same, process is still runnging, and using 100% CPU.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:08 AM
тАО11-08-2008 04:08 AM
Re: Unable to terminate process through kill command
Typically a process you can't kill -9 is hung and isn't using any CPU. What does "ps -fp 26108" show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:14 AM
тАО11-08-2008 04:14 AM
Re: Unable to terminate process through kill command
example:-
kill -9 26108
Rgds,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:27 AM
тАО11-08-2008 04:27 AM
Re: Unable to terminate process through kill command
Dennis,
UID PID PPID C STIME TTY TIME COMMAND
root 26108 1 135 12:55:02 ? 212:06 frecover -xv -X -g /var/sam/graphTCAa25692 -f /dev/rmt/1m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:28 AM
тАО11-08-2008 04:28 AM
Re: Unable to terminate process through kill command
Already i tried with,
#kill -9
but the result is same, process is still runnging, and using 100% CPU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:45 AM
тАО11-08-2008 04:45 AM
Re: Unable to terminate process through kill command
Thanks for your kind sugesstion , we have resolved this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:47 AM
тАО11-08-2008 04:47 AM
Re: Unable to terminate process through kill command
I suppose you could try using renice to lower its priority.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2008 04:52 AM
тАО11-08-2008 04:52 AM
Re: Unable to terminate process through kill command
can you try this,
or
killall -- kill processes by name
mt -f /dev/rmt/1mn status
mt -f /dev/rmt/1mn rewind
mt -f /dev/rmt/1mn offline
than try kill -9 "Just try only"