<?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: hung unix process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582135#M833033</link>
    <description>We can not get process state of Z (zobie) with -f option with ps. You have to use -l or -fl with -e option.&lt;BR /&gt;&lt;BR /&gt;$ ps -el | grep 'Z'&lt;BR /&gt;&lt;BR /&gt;hth.</description>
    <pubDate>Thu, 14 Jul 2005 02:28:54 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-07-14T02:28:54Z</dc:date>
    <item>
      <title>hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582129#M833027</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;What is the command to identify hung unix process ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Wed, 13 Jul 2005 19:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582129#M833027</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-07-13T19:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582130#M833028</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;do u equate hung with zombie (defunct) state? if so, u may use this:&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep -i defunct&lt;BR /&gt;&lt;BR /&gt;man ps for more info.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Wed, 13 Jul 2005 20:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582130#M833028</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-07-13T20:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582131#M833029</link>
      <description>or you can use this to search zombies:&lt;BR /&gt;&lt;BR /&gt;ps -edalf |grep " Z "&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 13 Jul 2005 20:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582131#M833029</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-07-13T20:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582132#M833030</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep -i defunct&lt;BR /&gt;or&lt;BR /&gt;ps -eaf|grep " Z " &lt;BR /&gt;&lt;BR /&gt;will show you zombie procs&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Wed, 13 Jul 2005 23:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582132#M833030</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-07-13T23:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582133#M833031</link>
      <description>Hi Shiv&lt;BR /&gt;&lt;BR /&gt;top command will give no of zombie processes.&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep "Z" will provide their PID&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 00:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582133#M833031</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-07-14T00:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582134#M833032</link>
      <description>A process that has exited and has a parent, but has not yet been waited for by the parent, is marked &lt;DEFUNCT&gt;.&lt;BR /&gt;&lt;BR /&gt;Collect as,&lt;BR /&gt;&lt;BR /&gt;  $ ps -ef | grep '&lt;DEFUNCT&gt;'&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 14 Jul 2005 02:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582134#M833032</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-07-14T02:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: hung unix process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582135#M833033</link>
      <description>We can not get process state of Z (zobie) with -f option with ps. You have to use -l or -fl with -e option.&lt;BR /&gt;&lt;BR /&gt;$ ps -el | grep 'Z'&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 14 Jul 2005 02:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hung-unix-process/m-p/3582135#M833033</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-07-14T02:28:54Z</dc:date>
    </item>
  </channel>
</rss>

