- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can i 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
02-27-2001 06:46 PM
02-27-2001 06:46 PM
How can i kill a process!
best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 07:20 PM
02-27-2001 07:20 PM
Re: How can i kill a process!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:50 PM
02-27-2001 09:50 PM
Re: How can i kill a process!
If the parent process of this process does not allow this process to die or if the parent process itself is dead .This process will be left in a stale state indefinitely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 08:37 AM
02-28-2001 08:37 AM
Re: How can i kill a process!
You can read the following discussion in the manual pages of "kill" command:
WARNINGS
If a process hangs during some operation (such as I/O) so that it is
never scheduled, it cannot die until it is allowed to run. Thus, such
a process may never go away after the kill. Similarly, defunct
processes (see ps(1)) may have already finished executing, but remain
on the system until their parent reaps them (see wait(2)). Using kill
to send signals to them has no effect.
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 09:15 AM
02-28-2001 09:15 AM
Re: How can i kill a process!
Check to see if the process is just sitting there or if it is using system resources. If it is not using any resources, it shouldn't hurt anything to leave it there until whenever you reboot next (maintenence, etc). I don't think it will interfere with the next time you run the program, either. It kinda depends on when you plan on rebooting next (if you do it regularly or not).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 09:54 AM
02-28-2001 09:54 AM
Re: How can i kill a process!
If there is a parent process on the machine RE-CREATING the process after each kill, the ID will change.
Sometimes what is actually happening is the process is dying, but the parent simply starts it right back up, giving the illusion the process will not die. Killing the parent process (if applicable) will stop the re-creation of the child process.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 10:16 AM
02-28-2001 10:16 AM
Re: How can i kill a process!
Cheers....
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2001 12:52 PM
04-07-2001 12:52 PM
Re: How can i kill a process!
keyword search = rcfaxperformance001
gives some information on what you are looking for. Ofcourse only thing that you can do is investigate what this process is doing and try to fix it in your program or try to get a patch for HPUX or for the third party program or library that you are dealing with.