<?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: how kill a process with PPID1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474799#M212375</link>
    <description>It might also be the process is waiting for its children. You might check out if there are any by doing 'ps -ef | grep &lt;PID&gt;' and look if those can be killed...&lt;/PID&gt;</description>
    <pubDate>Mon, 31 Jan 2005 09:04:37 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2005-01-31T09:04:37Z</dc:date>
    <item>
      <title>how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474793#M212369</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I've process dscmc (for IBM Tsm) with a ppid 1.&lt;BR /&gt;I can't kill the process with kill -9.&lt;BR /&gt;&lt;BR /&gt;How can i proceed, to destroy this entry without reboot.&lt;BR /&gt;I've HPUX 11.0&lt;BR /&gt;&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Mon, 31 Jan 2005 08:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474793#M212369</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2005-01-31T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474794#M212370</link>
      <description>Nicolas,&lt;BR /&gt;&lt;BR /&gt;Sorry, if kill -9 won't do it, there's no way.  Either the process is waiting on I/O to complete or it's a true zombie.  If it is waiting on I/O, there's a small chance you could kill it if you could figure out how to satisfy the I/O request, but that's not very likely.  A reboot is the only thing that will get rid of these.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 31 Jan 2005 08:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474794#M212370</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-31T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474795#M212371</link>
      <description>Nicolas,&lt;BR /&gt;kill -9 should kill the job.&lt;BR /&gt;Once the process description goes to &lt;BR /&gt;&amp;lt; defunct&amp;gt; they normally only disappear after a reboot.&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 31 Jan 2005 08:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474795#M212371</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-31T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474796#M212372</link>
      <description>the process is not defunct.&lt;BR /&gt;How be sure that the process is waiting an IO.&lt;BR /&gt;&lt;BR /&gt;The process backup work trough the san.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2005 08:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474796#M212372</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2005-01-31T08:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474797#M212373</link>
      <description>Hi,&lt;BR /&gt;tusc may help you identify what is going on.&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Sysadmin/tusc-7.7/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Sysadmin/tusc-7.7/&lt;/A&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 31 Jan 2005 08:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474797#M212373</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-31T08:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474798#M212374</link>
      <description>can i use tusc, the process is already started.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jan 2005 08:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474798#M212374</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2005-01-31T08:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474799#M212375</link>
      <description>It might also be the process is waiting for its children. You might check out if there are any by doing 'ps -ef | grep &lt;PID&gt;' and look if those can be killed...&lt;/PID&gt;</description>
      <pubDate>Mon, 31 Jan 2005 09:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474799#M212375</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2005-01-31T09:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474800#M212376</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I've seen processes hang around after kill -9 and it is because something is keeping them alive (like child proces IO ...).  along these lines check that things like Stale NFS is not part of the problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 31 Jan 2005 11:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474800#M212376</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-01-31T11:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: how kill a process with PPID1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474801#M212377</link>
      <description>It seems to be io problem.&lt;BR /&gt;&lt;BR /&gt;We try to reboot the server this night to free the process.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Mon, 31 Jan 2005 12:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-kill-a-process-with-ppid1/m-p/3474801#M212377</guid>
      <dc:creator>Wood_2</dc:creator>
      <dc:date>2005-01-31T12:02:27Z</dc:date>
    </item>
  </channel>
</rss>

