<?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: needed Information about Zombie processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313835#M186096</link>
    <description>Is is sometimes a little difficult to trace a zombie's origin unless you take regular snapshots of the process table. &lt;BR /&gt;&lt;BR /&gt;Have a look at this posting for more explanation on zombies.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105337" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105337&lt;/A&gt;</description>
    <pubDate>Thu, 24 Jun 2004 01:07:22 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2004-06-24T01:07:22Z</dc:date>
    <item>
      <title>needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313834#M186095</link>
      <description>when I run the top command I see 1 Zombie processes. What are these processes. How do they get created. Are they harmful to the server. Even after rebooting the server the proess remains. I tried using the "ps â  ef|grep defunct" command to get more information but I get the following output.  &lt;BR /&gt;&lt;BR /&gt;root 22534  2269  0 11:25:37 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt; root 22559 22536  0 11:26:27 pts/ta    0:00 grep defunct&lt;BR /&gt;&lt;BR /&gt;I am very new to sys admin in HP-UX and also I am using telnet from a system to do my job. &lt;BR /&gt;Can any one help as to how can I trace which application is creating the Zomboie process... i.e what is the root cause of Zombie proces&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 24 Jun 2004 00:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313834#M186095</guid>
      <dc:creator>Yashodhan Deo</dc:creator>
      <dc:date>2004-06-24T00:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313835#M186096</link>
      <description>Is is sometimes a little difficult to trace a zombie's origin unless you take regular snapshots of the process table. &lt;BR /&gt;&lt;BR /&gt;Have a look at this posting for more explanation on zombies.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105337" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105337&lt;/A&gt;</description>
      <pubDate>Thu, 24 Jun 2004 01:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313835#M186096</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-06-24T01:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313836#M186097</link>
      <description>Hi Michael&lt;BR /&gt;&lt;BR /&gt;Thank u for ur guidance. Can you pls go thro the attached file, basically output of the top, ps command, and try if u can throw more light on the issue.  Aslo can we try and findout why even after rebooting the zombie process still exists. Will I have to escalate the problem to product development team.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Yashodhan Deo.</description>
      <pubDate>Thu, 24 Jun 2004 01:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313836#M186097</guid>
      <dc:creator>Yashodhan Deo</dc:creator>
      <dc:date>2004-06-24T01:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313837#M186098</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After reboot the zombie should go away. If it does not then this is a problem with init(1M). Inint has the responsibility to reap all the zombies.&lt;BR /&gt;&lt;BR /&gt;Zombie itself is not a problem but if you are generating zombies then it is possible that you run out of proc entries.&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Thu, 24 Jun 2004 01:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313837#M186098</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-24T01:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313838#M186099</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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;Processes that have died but haven't been removed from the process table are zombies.&lt;BR /&gt;If you use ps -flp &lt;PROC_ID&gt; you'll see the "Z" entry under the "S" Header which will indicate the zombie process.&lt;/PROC_ID&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 24 Jun 2004 02:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313838#M186099</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-06-24T02:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: needed Information about Zombie processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313839#M186100</link>
      <description>Thanks guys for guiding me. It added a lot to my knowledge.&lt;BR /&gt;&lt;BR /&gt;Since I am new to the HP-UX administration I have escalated this to my higher ups. Michael I should have given you more points. Consider it 9. &lt;BR /&gt;&lt;BR /&gt;Thank U all.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2004 02:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/needed-information-about-zombie-processes/m-p/3313839#M186100</guid>
      <dc:creator>Yashodhan Deo</dc:creator>
      <dc:date>2004-06-24T02:57:05Z</dc:date>
    </item>
  </channel>
</rss>

