<?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 Killing a process owned by PPID 1 (init) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074521#M439296</link>
    <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I've got an issue on an HPUX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;I've got a bunch of 'bdf' started (from a shell script) which are "hung". They are all owner by PPID 1 (init). I can't seem to kill -9 them. &lt;BR /&gt;&lt;BR /&gt;How can I get rid of them without rebooting? &lt;BR /&gt;This is probably a case for reading the unix for dummies book on my end.. sorry. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
    <pubDate>Tue, 16 Oct 2007 13:05:01 GMT</pubDate>
    <dc:creator>PatRoy</dc:creator>
    <dc:date>2007-10-16T13:05:01Z</dc:date>
    <item>
      <title>Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074521#M439296</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I've got an issue on an HPUX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;I've got a bunch of 'bdf' started (from a shell script) which are "hung". They are all owner by PPID 1 (init). I can't seem to kill -9 them. &lt;BR /&gt;&lt;BR /&gt;How can I get rid of them without rebooting? &lt;BR /&gt;This is probably a case for reading the unix for dummies book on my end.. sorry. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Tue, 16 Oct 2007 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074521#M439296</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2007-10-16T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074522#M439297</link>
      <description>What are they hung on?  I'm guessing maybe a stale NFS mount.  If you can get the mount fixed, then the processes should complete.  Otherwise, you're going to have to bite the bullet and reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 16 Oct 2007 13:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074522#M439297</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-10-16T13:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074523#M439298</link>
      <description>No other way to just kill them hey? This isn't the first time I've had something like this happen to me. Not only with bdf. Isn't there a way to tell init to cleanup or something? &lt;BR /&gt;&lt;BR /&gt;And how can I find out if it's a stale nfs ?&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Tue, 16 Oct 2007 13:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074523#M439298</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2007-10-16T13:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074524#M439299</link>
      <description>hung bdfs are a great indicator of stale non responding NFS mounts.  Find the NFS issue and they MAY recover ( most likely not ).  &lt;BR /&gt;&lt;BR /&gt;Your only option is a reboot. ( but don't forget to fix the NFS issue else you will be in the same spot again )&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074524#M439299</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-10-16T13:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074525#M439300</link>
      <description>The problem is that these processes are waiting on a higher-priority (such as I/O) so that they will never respond to a signal (kill) until that event is satisfied.</description>
      <pubDate>Tue, 16 Oct 2007 13:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074525#M439300</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-16T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074526#M439301</link>
      <description>... and the other part of the story is that if the processes have been inherited by init then these are zombies and cannot be killed --- but they do no real harm either and consume no resources.</description>
      <pubDate>Tue, 16 Oct 2007 13:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074526#M439301</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-10-16T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074527#M439302</link>
      <description>Well, I understand a bit better now. &lt;BR /&gt;&lt;BR /&gt;However, it really bugs me to see like 25 stalled bdf. I'll have to schedule a reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks all for your help.&lt;BR /&gt;&lt;BR /&gt;Pat</description>
      <pubDate>Tue, 16 Oct 2007 13:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074527#M439302</guid>
      <dc:creator>PatRoy</dc:creator>
      <dc:date>2007-10-16T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Killing a process owned by PPID 1 (init)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074528#M439303</link>
      <description>&amp;gt;Clay: and the other part of the story is that if the processes have been inherited by init then these are zombies and cannot be killed&lt;BR /&gt;&lt;BR /&gt;This is incorrect.  Processes that are inherited by init are ones that have had their parents killed, they aren't called zombies.&lt;BR /&gt;&lt;BR /&gt;Zombies aren't inherited by init because init will quickly reap them when the zombie master is killed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but they do no real harm either and consume no resources.&lt;BR /&gt;&lt;BR /&gt;These hung bdf processes are taking up resources but hopefully not much.</description>
      <pubDate>Tue, 16 Oct 2007 18:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/killing-a-process-owned-by-ppid-1-init/m-p/5074528#M439303</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-16T18:06:16Z</dc:date>
    </item>
  </channel>
</rss>

