- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to kill this process, Pls help!!
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
03-09-2006 01:35 AM
03-09-2006 01:35 AM
Unable to kill this process, Pls help!!
I am unable to kill this process , pls help.
Tried # kill -15 and kill -9 , but the pid gets changed after using kill -9 , and it does not gets killed.
-----------------------------------------
root 29604 1 0 Feb 16 ? 0:00 /opt/ignite/lbin/list_expander -s -S -f /var/opt/ignite/recover
------------------------------------------
This left after interupting make_tape_recovery process. And trying to rerun , but this is already exists hence make_tape_recovery is failing. Please suggest to kill this process.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:38 AM
03-09-2006 01:38 AM
Re: Unable to kill this process, Pls help!!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:43 AM
03-09-2006 01:43 AM
Re: Unable to kill this process, Pls help!!
cheers,
Raj,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:43 AM
03-09-2006 01:43 AM
Re: Unable to kill this process, Pls help!!
the example you show is Feb 16th.
If you kill that process what was the value in the 3rd column. If it not 1, do a
ps -ef | grep x where x is the 3rd column.
That should give you the parent/spawning process, which you can then kill.
Please try
kill 1
kill 2
kill 15 first
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:47 AM
03-09-2006 01:47 AM
Re: Unable to kill this process, Pls help!!
Try use lsof for identify all file descriptors for the process.
# lsof -p 29604
If you have some files, try identify if others process access the same file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:49 AM
03-09-2006 01:49 AM
Re: Unable to kill this process, Pls help!!
Peter the 3rd field remains same after killing , its remains 1 only. And surely that is init process.
i dont want to reboot as of now:
Is there any trick
1. to kill this process.
2.or to remove from the process table.
3. or to rerun make_tape_recovery bypassing this sub command of make_tape_recovery.
What experts says!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:51 AM
03-09-2006 01:51 AM
Re: Unable to kill this process, Pls help!!
It is probably being respawned by another Ignite process. Shutting down or killing all the ignite processes MAY take of the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:08 AM
03-09-2006 02:08 AM
Re: Unable to kill this process, Pls help!!
You can try killing both the processes and check .. It could be because of respawning
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:21 AM
03-09-2006 03:21 AM
Re: Unable to kill this process, Pls help!!
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:30 AM
03-09-2006 03:30 AM
Re: Unable to kill this process, Pls help!!
# ps -ef |grep ignite
Also check the /etc/inittab and see if there is anything in there about this list_expander process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 12:23 AM
03-10-2006 12:23 AM
Re: Unable to kill this process, Pls help!!
The parent process id is '1', or the init process, so there is no parent to kill, according to the listing you've included.
If that's the case, then there's nothing you can do to remove the process short of rebooting. It is most likely that the process is hung in kernel space, and you can't do a lot about it. It's probably waiting for a system resource. A kernel knowledgeable person might be able to give instructions on how to narrow down what the exact call is that it is inside of, or you could call HP support for assistance.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 01:52 AM
03-10-2006 01:52 AM
Re: Unable to kill this process, Pls help!!
See /usr/include/sys/param.h. Search for PZERO.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG