LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Other *NIX (https://www.linuxquestions.org/questions/other-%2Anix-55/)
-   -   HP-UX failing to kill some processes (https://www.linuxquestions.org/questions/other-%2Anix-55/hp-ux-failing-to-kill-some-processes-280429/)

itumeleng 01-21-2005 03:17 AM

HP-UX failing to kill some processes
 
Hi

I am running HP-UNIX. I tried all the options to kill process but nothing happens.
I tried kill -KILL PID, kill -s 9 PID, kill -9 PID but still nothing happens.
Please Help.

kvedaa 01-21-2005 08:14 PM

Years ago I remember running into an application on HP-UX that would spawn process that seemed to be imune to most traditonal means of killing the process.

If I recall correctly, I had success by hunting down the parent process and bringing it to a close or, if necessary killing it. For what it is worth, if you are faced with this scenerio, I would not suggest going stright to the "kill -9" on the parent, it will be in your best intrest to start with something a little friendlier first.

Good luck,


All times are GMT -5. The time now is 07:38 AM.