<?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: 1000's of defunct processss in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143303#M453012</link>
    <description>ps -fp 22583 &lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;  oracle 22583     1  0 15:18:33 ?        35:21 ora_j000_HP01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And for the users they get the below error when trying to connect to Oracle DB&lt;BR /&gt;&lt;BR /&gt;" ora-12514 tns listener could not resolve service_name given in connect descriptor "</description>
    <pubDate>Wed, 26 Nov 2008 16:17:06 GMT</pubDate>
    <dc:creator>Grayh</dc:creator>
    <dc:date>2008-11-26T16:17:06Z</dc:date>
    <item>
      <title>1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143299#M453008</link>
      <description>I have observer that these defunct processes are increasing by time... due to which the users are getting disconnected...&lt;BR /&gt;&lt;BR /&gt;                 .&lt;BR /&gt;                 .&lt;BR /&gt;                 .&lt;BR /&gt; oracle  8803 22583  2 06:35:11 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8787 22583  1 06:35:00 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8863 22583  1 06:35:52 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8862 22583  2 06:35:51 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8799 22583  1 06:35:01 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8870 22583  2 06:36:02 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8808 22583  1 06:35:23 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8926 22583  2 06:38:15 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8871 22583  1 06:36:13 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8872 22583  1 06:36:14 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8928 22583  1 06:38:32 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8881 22583  2 06:36:24 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8907 22583  2 06:38:04 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8900 22583  2 06:37:42 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8921 22583  1 06:38:14 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8929 22583  1 06:38:33 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8927 22583  1 06:38:25 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  8930 22583  1 06:38:43 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;  oracle  9009 22583  1 06:40:11 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;&lt;BR /&gt;                 .&lt;BR /&gt;                 .&lt;BR /&gt;                 .&lt;BR /&gt;# ps -ef | grep 8930&lt;BR /&gt;  oracle  8930 22583  1 06:38:43 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 19967 19732  0 10:53:40 pts/0     0:00 grep 8930&lt;BR /&gt;# ps -ef|grep 9009&lt;BR /&gt;  oracle  9009 22583  1 06:40:11 ?         0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;    root 19978 19732  1 10:54:00 pts/0     0:00 grep 9009&lt;BR /&gt;&lt;BR /&gt;Here the parent process is root and I cannot Kill it... &lt;BR /&gt;&lt;BR /&gt;Is there something that is generating these zombie processes...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&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;&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>Wed, 26 Nov 2008 15:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143299#M453008</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-26T15:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143300#M453009</link>
      <description>Hi Grayh,&lt;BR /&gt;&lt;BR /&gt;It looks like all defunc processes are oracle related. &lt;BR /&gt;In your example root is not the parent process for zombies. PPID is the parent process id.&lt;BR /&gt;&lt;BR /&gt;Use #ps -fp &lt;PPID&gt; to know which process is responsible for the zombie processes.&lt;BR /&gt;&lt;BR /&gt;You cannot kill zombies. Reboot is the only way to get rid out of this.&lt;/PPID&gt;</description>
      <pubDate>Wed, 26 Nov 2008 16:05:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143300#M453009</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-26T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143301#M453010</link>
      <description>the parent for every process is a process with PID 22583 &lt;BR /&gt;please see which process have PID 22583.&lt;BR /&gt;&lt;BR /&gt;It seems that it is not calling one of the wait family calles.</description>
      <pubDate>Wed, 26 Nov 2008 16:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143301#M453010</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-11-26T16:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143302#M453011</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Only a reboot will kill the zombies.&lt;BR /&gt;&lt;BR /&gt;The oracle application or the cause of the disconnect needs to be dealt with before the system grinds to a halt.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Nov 2008 16:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143302#M453011</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-26T16:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143303#M453012</link>
      <description>ps -fp 22583 &lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;  oracle 22583     1  0 15:18:33 ?        35:21 ora_j000_HP01&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And for the users they get the below error when trying to connect to Oracle DB&lt;BR /&gt;&lt;BR /&gt;" ora-12514 tns listener could not resolve service_name given in connect descriptor "</description>
      <pubDate>Wed, 26 Nov 2008 16:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143303#M453012</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-11-26T16:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143304#M453013</link>
      <description>&amp;gt; Only a reboot will kill the zombies.&lt;BR /&gt;&lt;BR /&gt;Bouncing the database will also cleanup the zombies.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The oracle application or the cause of the disconnect needs to be dealt with before the system grinds to a halt.&lt;BR /&gt;&lt;BR /&gt;Yes, before reboot you need to make sure that these zombies are the actual problem which are causing connection failures.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;" ora-12514 tns listener could not resolve service_name given in connect descriptor "&lt;BR /&gt;&lt;BR /&gt;This type of error comes when oracle sid is not exported properly  at the client side or the oracle listner configuration is faulty. But, As I have not used oracle for many days I am not sure about it.</description>
      <pubDate>Wed, 26 Nov 2008 16:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143304#M453013</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-11-26T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143305#M453014</link>
      <description>"I have observer that these defunct processes are increasing by time... due to which the users are getting disconnected..."&lt;BR /&gt;&lt;BR /&gt;That is exactly backwards.  The defuncts are, more than likely, the result of the disconnect, not the other way around.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"# ps -ef | grep 8930&lt;BR /&gt;oracle 8930 22583 1 06:38:43 ? 0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;root 19967 19732 0 10:53:40 pts/0 0:00 grep 8930&lt;BR /&gt;# ps -ef|grep 9009&lt;BR /&gt;oracle 9009 22583 1 06:40:11 ? 0:00 &lt;DEFUNCT&gt;&lt;BR /&gt;root 19978 19732 1 10:54:00 pts/0 0:00 grep 9009&lt;BR /&gt;&lt;BR /&gt;Here the parent process is root and I cannot Kill it... "&lt;BR /&gt;&lt;BR /&gt;Nothing in the above would indicate that the "parent process" is root. you might consider running:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -fHp 22583&lt;BR /&gt;&lt;BR /&gt;to see who the parent is.&lt;BR /&gt;&lt;BR /&gt;fix the connect/disconnect issue and the defuncts should be resolved.&lt;BR /&gt;&lt;/DEFUNCT&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Wed, 26 Nov 2008 16:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143305#M453014</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-11-26T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143306#M453015</link>
      <description>&amp;gt;Is there something that is generating these zombie processes.&lt;BR /&gt;&lt;BR /&gt;Yes, the zombie master's (ora_j000_HP01) poor coding.  It seems it doesn't do error handling properly for that connection issue.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Ganesan: You cannot kill zombies. Reboot is the only way to get rid out of this.&lt;BR /&gt;&amp;gt;SEP: Only a reboot will kill the zombies.&lt;BR /&gt;&lt;BR /&gt;This is incorrect.  Killing the zombie master will kill the zombies.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2008 20:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143306#M453015</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-26T20:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: 1000's of defunct processss</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143307#M453016</link>
      <description>Thanks everyone</description>
      <pubDate>Thu, 04 Dec 2008 16:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1000-s-of-defunct-processss/m-p/5143307#M453016</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-12-04T16:22:52Z</dc:date>
    </item>
  </channel>
</rss>

