<?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: Kill -9 does not kill process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670991#M243724</link>
    <description>Most likely, these are waiting on i/o.  If in that state, as far as I know, they can't respond to the interupt/kill.&lt;BR /&gt;&lt;BR /&gt;only way i know is re-boot the server.</description>
    <pubDate>Mon, 14 Nov 2005 09:00:40 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2005-11-14T09:00:40Z</dc:date>
    <item>
      <title>Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670990#M243723</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The system is HPUX  B.11.00 U 9000/800&lt;BR /&gt;&lt;BR /&gt;Some process (top, find, glance) cannot be killed even using sigkill. They are not defunct, just hanging. They're all detached from the tty (?). Some of them are months old.&lt;BR /&gt;Is there any known issue regarding this problem?&lt;BR /&gt;I suspect a kernel problem but could not find any related patch or whatever.&lt;BR /&gt;Any clue?&lt;BR /&gt;&lt;BR /&gt;Thank-you,&lt;BR /&gt;Regards,&lt;BR /&gt;Gilles.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 08:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670990#M243723</guid>
      <dc:creator>Carry</dc:creator>
      <dc:date>2005-11-14T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670991#M243724</link>
      <description>Most likely, these are waiting on i/o.  If in that state, as far as I know, they can't respond to the interupt/kill.&lt;BR /&gt;&lt;BR /&gt;only way i know is re-boot the server.</description>
      <pubDate>Mon, 14 Nov 2005 09:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670991#M243724</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-11-14T09:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670992#M243725</link>
      <description>Hi Carry,&lt;BR /&gt;&lt;BR /&gt;You need to reboot the system if the processes are so old, if it is for glance,top and find. Try to see maybe which are their parent processes, you can kill them.&lt;BR /&gt;&lt;BR /&gt;You can try to kill them from SAM -&amp;gt; Proccess Management -&amp;gt; Process Control. Find the process , select it and in Action choose Force kill.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Mon, 14 Nov 2005 09:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670992#M243725</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-11-14T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670993#M243726</link>
      <description>Hi Carry,&lt;BR /&gt;&lt;BR /&gt;1. Check the PID with ps -ef &lt;BR /&gt;2. Try killing the process with kill -9&lt;BR /&gt;# kill -9 PID&lt;BR /&gt;&lt;BR /&gt;3. If it is not able to kill, then the process might have waiting for i/o or become a zombie.&lt;BR /&gt;&lt;BR /&gt;4. And hopefully  reboot will resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670993#M243726</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-14T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670994#M243727</link>
      <description>Yes, rebooting the server is the only option left now...&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670994#M243727</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-11-14T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670995#M243728</link>
      <description>Gilles, kill -9 can kill only running process, you have to reboot ur system(The Only Way.&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Tue, 15 Nov 2005 04:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670995#M243728</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-11-15T04:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670996#M243729</link>
      <description>Same problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=974759" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=974759&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is waiting for some I/O. It will not end upto getting reboot (init 6).&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 15 Nov 2005 04:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670996#M243729</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-15T04:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670997#M243730</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe these process has been detached from tty and got a process id of init. You may have to reboot the system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;SUnil</description>
      <pubDate>Tue, 15 Nov 2005 05:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670997#M243730</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2005-11-15T05:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670998#M243731</link>
      <description>Lads, thank-you for all these answers.&lt;BR /&gt;Alas, it does not change anything for me right now.&lt;BR /&gt;I know in my situation, the only way to get rid of these processes it to reboot the system. But rebooting will temporarly solve the problem. Also ths is a production system so we cannot stop it just like this.&lt;BR /&gt;I wish I could find some patch or whatever not to have these hanging processes come back after a reboot.&lt;BR /&gt;I don't believe this is a application issue since the identified (faulty?) processes are: find, top and glance, so far.&lt;BR /&gt;I'm also convinced that this is a bug somewhere in the kernel or in a system shared lib because such behaviour is hardly found in other OS releases or Unices.&lt;BR /&gt;&lt;BR /&gt;Thnak you for your help anyway.</description>
      <pubDate>Tue, 15 Nov 2005 08:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670998#M243731</guid>
      <dc:creator>Carry</dc:creator>
      <dc:date>2005-11-15T08:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kill -9 does not kill process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670999#M243732</link>
      <description>If using PC terminal emulators, on cause of this problem is the user simply closing the window instead of logging out.  no way to patch that</description>
      <pubDate>Tue, 15 Nov 2005 10:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill-process/m-p/3670999#M243732</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-11-15T10:55:18Z</dc:date>
    </item>
  </channel>
</rss>

