<?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 Defunct Processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841315#M273347</link>
    <description>&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;What is the best way to handle defunct/zombie processes?? Not sure what to do with these, but there seems to be quite a few of these on my system.. See below&lt;BR /&gt;&lt;BR /&gt;root@udox305# ps -fe | grep defunct&lt;BR /&gt;    root 15250   593  0 17:05:27 ttyp5     0:00 grep defunct&lt;BR /&gt;wsst1opr 25168 25138 33  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25154 25137 13  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25167 25139 36  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25161 25140 46  Aug  9  ?         0:01 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25153 25136  0  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 12706  2968  1 17:04:37 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25209 25142 10  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25200 25141 25  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25210 25144 28  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25188 25143 88  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 15109  1546 58  Aug  3  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;Trev&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;</description>
    <pubDate>Thu, 10 Aug 2006 11:11:53 GMT</pubDate>
    <dc:creator>WSS</dc:creator>
    <dc:date>2006-08-10T11:11:53Z</dc:date>
    <item>
      <title>Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841315#M273347</link>
      <description>&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;What is the best way to handle defunct/zombie processes?? Not sure what to do with these, but there seems to be quite a few of these on my system.. See below&lt;BR /&gt;&lt;BR /&gt;root@udox305# ps -fe | grep defunct&lt;BR /&gt;    root 15250   593  0 17:05:27 ttyp5     0:00 grep defunct&lt;BR /&gt;wsst1opr 25168 25138 33  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25154 25137 13  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25167 25139 36  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25161 25140 46  Aug  9  ?         0:01 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25153 25136  0  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 12706  2968  1 17:04:37 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25209 25142 10  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25200 25141 25  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25210 25144 28  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;wsst1opr 25188 25143 88  Aug  9  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 15109  1546 58  Aug  3  ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;Trev&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841315#M273347</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-08-10T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841316#M273348</link>
      <description>These are zombies and there is no way to kill them (because they are already dead) but they do no harm and consume no resources other than a slot in the process table. The only harm that could result is that if you had so many that the system could no longer fork processes because the process table is full. The first thing I would do is question user 'wsst1opr' and find out what he is doing and how he normally exits a program.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841316#M273348</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-10T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841317#M273349</link>
      <description>The only way to get rid of them, other than re-booting, is to kill the parent process.  Try it and see.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Aug 2006 11:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841317#M273349</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-10T11:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841318#M273350</link>
      <description>Hi Trev,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Usually killing the parent (PPID) will get them.&lt;BR /&gt;The init process (PID 1) will attempt to reap them on a scheduled basis, BUT if they are in kernel space they can't be killed by anything.&lt;BR /&gt;As long as they're not using a significant amount of resources or growing then I wouldn't worry about it.&lt;BR /&gt;IF they are then a reboot is your only option.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 10 Aug 2006 11:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841318#M273350</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-08-10T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841319#M273351</link>
      <description>I noticed that these all still have parent pids. Can you do a ps -ef | grep &lt;PARENT pid=""&gt; on them and see what process it is? &lt;BR /&gt;&lt;BR /&gt;In any event, killing the parent (if you determine it is safe to do so) should make the parent pid on these 1, and init will typically clean them up.&lt;/PARENT&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841319#M273351</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-08-10T11:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841320#M273352</link>
      <description>&lt;BR /&gt;Cheers for your comments everyone!! &lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 10 Aug 2006 11:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes/m-p/3841320#M273352</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-08-10T11:29:21Z</dc:date>
    </item>
  </channel>
</rss>

