<?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 to kill a  defunct process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978947#M121802</link>
    <description>Couple of ways.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep defunct&lt;BR /&gt;&lt;BR /&gt;kill -9 on the pid's returned.&lt;BR /&gt;&lt;BR /&gt;if they are all on the same filesystem and nothing else is open.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem&lt;BR /&gt;&lt;BR /&gt;to check&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /filesystem&lt;BR /&gt;&lt;BR /&gt;Some defunct processes will only die with a reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 21 May 2003 17:01:38 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-21T17:01:38Z</dc:date>
    <item>
      <title>How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978946#M121801</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;At the moment I have 5 defunct process, and I need to kill them&lt;BR /&gt;&lt;BR /&gt;Help me Please&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 21 May 2003 17:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978946#M121801</guid>
      <dc:creator>Erick Amezquita</dc:creator>
      <dc:date>2003-05-21T17:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978947#M121802</link>
      <description>Couple of ways.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep defunct&lt;BR /&gt;&lt;BR /&gt;kill -9 on the pid's returned.&lt;BR /&gt;&lt;BR /&gt;if they are all on the same filesystem and nothing else is open.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fuser -cu /filesystem&lt;BR /&gt;&lt;BR /&gt;to check&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /filesystem&lt;BR /&gt;&lt;BR /&gt;Some defunct processes will only die with a reboot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 21 May 2003 17:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978947#M121802</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-21T17:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978948#M121803</link>
      <description>Also you can look at the PID of these defuncts processes , sometimes killing the parent PID will stop the defunct stuff .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 21 May 2003 17:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978948#M121803</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-05-21T17:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978949#M121804</link>
      <description>Typically, the only way to get rid of a defunct process is to kill the parent.  If the process is a true zombie, the parent will be 1 and you certainly don't want to kill the init process.  A reboot is the only way to clear them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 21 May 2003 17:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978949#M121804</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-21T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978950#M121805</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you can't kill them with kill -9 you will have to boot the box.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Wed, 21 May 2003 17:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978950#M121805</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-21T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978951#M121806</link>
      <description>ps -ef | grep "&lt;DEFUNCT&gt;"&lt;BR /&gt;&lt;BR /&gt;1.  Try kill -15 (commit suicide)&lt;BR /&gt;2.  If -15 doesn't work, last resort is kill -9(murder)&lt;BR /&gt;3.  If that doesn't work, schedule an outage.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Wed, 21 May 2003 17:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978951#M121806</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-05-21T17:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a  defunct process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978952#M121807</link>
      <description>Most defunct can't be killed as they are already dead and are called zombies.&lt;BR /&gt;&lt;BR /&gt;They are just waiting to return a status to their parent which no longer exists.  They will wait until the box is booted.</description>
      <pubDate>Wed, 21 May 2003 18:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-defunct-process/m-p/2978952#M121807</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-05-21T18:26:18Z</dc:date>
    </item>
  </channel>
</rss>

