<?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 zombie and/or orphan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525153#M878745</link>
    <description>How do I find a zombie and/or orphan.&lt;BR /&gt;Our HP 9000 with HP-UX 10.20 is getting slow because we need to update to a new box. &lt;BR /&gt;While I'm waiting for them to OK the money I have to keep thing running as fast as I can.&lt;BR /&gt;I use top to see what is going and today I see I have a zombie.&lt;BR /&gt;I know what a zombie is. What I dont know is how to find it.&lt;BR /&gt;I have killed processes that were on tot of top. These have very log process times and and are connected to PID 1 as there parent and belong a users I can deal with.&lt;BR /&gt;How do I find a zombie that is showing like this?&lt;BR /&gt;-----------------------------&lt;BR /&gt;System: Marty_box1                             Fri May  4 15:33:45 2001&lt;BR /&gt;Load averages: 0.88, 1.36, 2.06&lt;BR /&gt;254 processes:&lt;BR /&gt; 252 sleeping, 1 running, 1 zombie&lt;BR /&gt;----------------&lt;BR /&gt;Marty&lt;BR /&gt;</description>
    <pubDate>Fri, 04 May 2001 19:56:56 GMT</pubDate>
    <dc:creator>Marty Metras</dc:creator>
    <dc:date>2001-05-04T19:56:56Z</dc:date>
    <item>
      <title>zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525153#M878745</link>
      <description>How do I find a zombie and/or orphan.&lt;BR /&gt;Our HP 9000 with HP-UX 10.20 is getting slow because we need to update to a new box. &lt;BR /&gt;While I'm waiting for them to OK the money I have to keep thing running as fast as I can.&lt;BR /&gt;I use top to see what is going and today I see I have a zombie.&lt;BR /&gt;I know what a zombie is. What I dont know is how to find it.&lt;BR /&gt;I have killed processes that were on tot of top. These have very log process times and and are connected to PID 1 as there parent and belong a users I can deal with.&lt;BR /&gt;How do I find a zombie that is showing like this?&lt;BR /&gt;-----------------------------&lt;BR /&gt;System: Marty_box1                             Fri May  4 15:33:45 2001&lt;BR /&gt;Load averages: 0.88, 1.36, 2.06&lt;BR /&gt;254 processes:&lt;BR /&gt; 252 sleeping, 1 running, 1 zombie&lt;BR /&gt;----------------&lt;BR /&gt;Marty&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 19:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525153#M878745</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2001-05-04T19:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525154#M878746</link>
      <description>Hi Marty:&lt;BR /&gt;Rule Number 1, You can't kill a zombie - it's already dead. The system will usually remove them (actually clean the process table) but it takes a while.&lt;BR /&gt;&lt;BR /&gt;If you can avoid it don't kill with a kill -9. You clobber all it's cleanup. Try to kill with a kill -11; it's almost as good and does much better process cleanup before exit.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Fri, 04 May 2001 20:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525154#M878746</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-04T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525155#M878747</link>
      <description>Oops, I signed off too quickly.&lt;BR /&gt;&lt;BR /&gt;Performance is much more impacted by runaway processes. Those are what you need to look out for. Of course, finding an actual runaway process is not always easy - it might be a perfectly valid process; you need to know your environment. But in the case of runaway processes if you kill first with a kill -15 (the normal); then kill -11; and finally kill -9 you will greatly reduce the zombie's and orphans. Also try to kill child processes before parents.&lt;BR /&gt;&lt;BR /&gt;Clay&lt;BR /&gt;</description>
      <pubDate>Fri, 04 May 2001 20:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525155#M878747</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-05-04T20:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525156#M878748</link>
      <description>run "top"&lt;BR /&gt;&lt;BR /&gt;at the top of the screen it will report the number of zoombies on the system, you can then do a &lt;BR /&gt;&lt;BR /&gt;"ps -ef | grep defunct"&lt;BR /&gt;&lt;BR /&gt; this will show you which processes are just out there orphaned.  If the system can not clean up these zombie processes, you will have to eventually reboot to get rid of them.  Rember "top" will give you a lot of information about the way the cpu's are being worked and what processes are top users of the cpu's time.  you can also type &lt;BR /&gt;&lt;BR /&gt;"uptime"&lt;BR /&gt;&lt;BR /&gt;this will give you load averages over a time interval its very useful for a quick glance to from the command line once you get an idea of what you system normally operates at, check it out "man uptime"&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Fri, 04 May 2001 21:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525156#M878748</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-04T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525157#M878749</link>
      <description>Thanks Boley and Clay&lt;BR /&gt;I found my zombie and put it to rest.&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Mon, 07 May 2001 11:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525157#M878749</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2001-05-07T11:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: zombie and/or orphan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525158#M878750</link>
      <description>Marty, &lt;BR /&gt;&lt;BR /&gt;One last hint, when your question is answered or you figure it out, assign points or N/A and close the issue.  This will help with your stats so next time you ask questions people will be more likely to answere them.&lt;BR /&gt;&lt;BR /&gt;Take care</description>
      <pubDate>Mon, 07 May 2001 11:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/zombie-and-or-orphan/m-p/2525158#M878750</guid>
      <dc:creator>boley janowski</dc:creator>
      <dc:date>2001-05-07T11:45:50Z</dc:date>
    </item>
  </channel>
</rss>

