<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot kill a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862244#M96463</link>
    <description>If the process is still visible after a kill -9, then it is likely in a high-priority sleep state (with a PRI of 128-153 I think?).  You should be able to see that it constantly has a priority in this range with ps -l.&lt;BR /&gt;&lt;BR /&gt;What this means is that it is waiting on a high-priority resource, and ignores all other signals (SIGKILL etc).  The only way for it to be freed is for the resource it is requesting to be freed.&lt;BR /&gt;&lt;BR /&gt;For example, if you do a bdf command when a mounted disk has been disconnected, or an nfs mounted server has disappeared, the bdf will remain, unkillable, until the resource returns, or the LVM activity times out.&lt;BR /&gt;&lt;BR /&gt;There's nothing you can really do to kill the current process (except for the reboot), but it does point to a problem with your application.  You'll probably want to run a debugger or trace against it and see what occurs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sy</description>
    <pubDate>Wed, 11 Dec 2002 15:36:20 GMT</pubDate>
    <dc:creator>Simon Hargrave</dc:creator>
    <dc:date>2002-12-11T15:36:20Z</dc:date>
    <item>
      <title>Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862236#M96455</link>
      <description>I need to start an application process, which occupies 4 ports. But need to kill from previous run, because the ports are held. Kill -9 pid doesn't kill the process. Any idea? I think to get the ports free would be enough.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andrej</description>
      <pubDate>Wed, 11 Dec 2002 14:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862236#M96455</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2002-12-11T14:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862237#M96456</link>
      <description>If the process does not show up with ps-ef, it is a zombie&lt;BR /&gt;and the system has to be rebooted. In other words, the&lt;BR /&gt;process is no longer active, but for some reason remains&lt;BR /&gt;in the process table and could appear in the list of&lt;BR /&gt;processes when you type the ps command.&lt;BR /&gt;&lt;BR /&gt;If there is no pid (process identifier) to kill, then&lt;BR /&gt;some processes do not exit properly, and do not die all&lt;BR /&gt;the way and they can still consume resources.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 15:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862237#M96456</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-11T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862238#M96457</link>
      <description>My experience with hung ports is a reboot is the only way to clear the ports and to clear processes that will not die with kill -9.</description>
      <pubDate>Wed, 11 Dec 2002 15:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862238#M96457</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-12-11T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862239#M96458</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Try to kill -15 or -18 to the process PID.&lt;BR /&gt;&lt;BR /&gt;If doesn't work try -15 or -18 to the Parent PID.&lt;BR /&gt;&lt;BR /&gt;If doesn't work, perhaps a init to low value can kill the process.&lt;BR /&gt;&lt;BR /&gt;If not I think you have to reboot the system.&lt;BR /&gt;&lt;BR /&gt;Regards, Vicente.</description>
      <pubDate>Wed, 11 Dec 2002 15:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862239#M96458</guid>
      <dc:creator>Vicente Sanchez_3</dc:creator>
      <dc:date>2002-12-11T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862240#M96459</link>
      <description>(1) fix application&lt;BR /&gt;(2) reboot&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 11 Dec 2002 15:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862240#M96459</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-11T15:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862241#M96460</link>
      <description>After kill -9 &lt;PID&gt; the process is still visible using ps -ef. I cannot reboot the system. Other databases and applications are still running ok. I can setup the appl. to use another set of ports, but I wanted to be sure whether there is an other way.&lt;BR /&gt;Is or is not?&lt;/PID&gt;</description>
      <pubDate>Wed, 11 Dec 2002 15:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862241#M96460</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2002-12-11T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862242#M96461</link>
      <description>Hi Andrej,&lt;BR /&gt;&lt;BR /&gt;there is no way to remove ZOMBIs without a reboot ;-(&lt;BR /&gt;&lt;BR /&gt;SORRY&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
      <pubDate>Wed, 11 Dec 2002 15:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862242#M96461</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-11T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862243#M96462</link>
      <description>Harry, right answer. I am not a developer. I'll notify them.&lt;BR /&gt;&lt;BR /&gt;Thank you all gyus.</description>
      <pubDate>Wed, 11 Dec 2002 15:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862243#M96462</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2002-12-11T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862244#M96463</link>
      <description>If the process is still visible after a kill -9, then it is likely in a high-priority sleep state (with a PRI of 128-153 I think?).  You should be able to see that it constantly has a priority in this range with ps -l.&lt;BR /&gt;&lt;BR /&gt;What this means is that it is waiting on a high-priority resource, and ignores all other signals (SIGKILL etc).  The only way for it to be freed is for the resource it is requesting to be freed.&lt;BR /&gt;&lt;BR /&gt;For example, if you do a bdf command when a mounted disk has been disconnected, or an nfs mounted server has disappeared, the bdf will remain, unkillable, until the resource returns, or the LVM activity times out.&lt;BR /&gt;&lt;BR /&gt;There's nothing you can really do to kill the current process (except for the reboot), but it does point to a problem with your application.  You'll probably want to run a debugger or trace against it and see what occurs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sy</description>
      <pubDate>Wed, 11 Dec 2002 15:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862244#M96463</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2002-12-11T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862245#M96464</link>
      <description>Sometimes you get "lucky" and the parent process gets changed to process 1.&lt;BR /&gt;&lt;BR /&gt;You can't kill process 1, so thats why you have to reboot.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 11 Dec 2002 19:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-kill-a-process/m-p/2862245#M96464</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-11T19:26:18Z</dc:date>
    </item>
  </channel>
</rss>

