<?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 Oracle 10G Listner hanging with HP UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836407#M779334</link>
    <description>Hi&lt;BR /&gt;Can anybody help me in the below problem.&lt;BR /&gt;This week listner hangs twice and no cluster commands are wrkng during that time at active server. I have 2 Itanium servers in active-passive cluster. No error msg in syslog or cluster log. But following error msg in listner log,&lt;BR /&gt; " TNS-12500: TNS:listener failed to start a dedicated server process &lt;BR /&gt;      TNS-12547: TNS:lost contact &lt;BR /&gt;       TNS-12560: TNS:protocol adapter error &lt;BR /&gt;        TNS-00517: Lost contact &lt;BR /&gt;         HPUX Error: 32: Broken pipe"&lt;BR /&gt;Pls advice some remedy for this problem&lt;BR /&gt;rgds&lt;BR /&gt;Pradeep</description>
    <pubDate>Thu, 03 Aug 2006 00:46:27 GMT</pubDate>
    <dc:creator>Pradeep Kumar VR</dc:creator>
    <dc:date>2006-08-03T00:46:27Z</dc:date>
    <item>
      <title>Oracle 10G Listner hanging with HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836407#M779334</link>
      <description>Hi&lt;BR /&gt;Can anybody help me in the below problem.&lt;BR /&gt;This week listner hangs twice and no cluster commands are wrkng during that time at active server. I have 2 Itanium servers in active-passive cluster. No error msg in syslog or cluster log. But following error msg in listner log,&lt;BR /&gt; " TNS-12500: TNS:listener failed to start a dedicated server process &lt;BR /&gt;      TNS-12547: TNS:lost contact &lt;BR /&gt;       TNS-12560: TNS:protocol adapter error &lt;BR /&gt;        TNS-00517: Lost contact &lt;BR /&gt;         HPUX Error: 32: Broken pipe"&lt;BR /&gt;Pls advice some remedy for this problem&lt;BR /&gt;rgds&lt;BR /&gt;Pradeep</description>
      <pubDate>Thu, 03 Aug 2006 00:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836407#M779334</guid>
      <dc:creator>Pradeep Kumar VR</dc:creator>
      <dc:date>2006-08-03T00:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G Listner hanging with HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836408#M779335</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This is an Oracle configuration error or permissions issue.&lt;BR /&gt;&lt;BR /&gt;Checklist:&lt;BR /&gt;1) See that the listener is being started by oracle and not root and that file permissions on all oracle binaries and configuration files are not root.&lt;BR /&gt;&lt;BR /&gt;2) Examine the tnsnames.ora and listener.ora file for configuration errors.&lt;BR /&gt;&lt;BR /&gt;3) Because syslog says nothing, I doubt networking is an issue, but its worth taking a look, especially if the configuration runs for a while and then fails. &lt;BR /&gt;&lt;BR /&gt;4) Make sure that all requireds Oracle and HP-UX Oracle patches are installed. swverify \* and make sure no requires patches or software are in a corrupt state. There will be issues here but corrupt software must be removed and re-installed.&lt;BR /&gt;&lt;BR /&gt;5) No cluster commands are working. cmviewcl -v doesn't work?  If so there may be an inconsistency in the cluster configuration files between nodes. Normally this generates an error message however. Still its worth a check.&lt;BR /&gt;&lt;BR /&gt;Its unclear from the information provided so far whether the listener fails over time or never starts. That needs to be determined.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Aug 2006 01:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836408#M779335</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T01:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G Listner hanging with HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836409#M779336</link>
      <description>hi Pradeep,&lt;BR /&gt;&lt;BR /&gt;According to Metalink, Intermittent TNS-12500 errors are caused by a lack of resources on the server and finding which resource is depleted may be difficult.&lt;BR /&gt;&lt;BR /&gt;1.  The TNS-12500 can be a result of the 'processes' parameter in the init&lt;SID&gt;.ora file being too low.&lt;BR /&gt;&lt;BR /&gt;2.  If the init.ora 'processes' parameter seems ok then you may need to increase the Unix kernel parameters for the maximum number of processes or users (for example, nproc or maxuprc). &lt;BR /&gt;&lt;BR /&gt;3.  Check that you have adequate swap space.&lt;BR /&gt;&lt;BR /&gt;4. Disable OTRACE. OTRACE is a tracing feature that can cause many problems. OTRACE is enabled by default. To disable OTRACE:&lt;BR /&gt;    a.  Stop the Oracle database.&lt;BR /&gt;    b.  Go to the $ORACLE_HOME/otrace/admin directory.&lt;BR /&gt;    c.  Delete all files with a '.dat' extension.&lt;BR /&gt;    d.  Restart the Oracle database.&lt;BR /&gt;&lt;BR /&gt;5.  Use the Multi-Threaded Server (MTS) option. MTS will fix the problem since the listener does not spawn dedicated server processes in this environment. MTS also cuts down on the amount of resources being utilized by having connections threaded through dispatchers and by having shared server processes read dispatcher requests from queues.  To invoke MTS:&lt;BR /&gt;&lt;BR /&gt;    a.  Stop the database&lt;BR /&gt;    b.  Modify the init&lt;SID&gt;.ora file to include these parameters:&lt;BR /&gt;&lt;BR /&gt;mts_dispatchers="&lt;PROTOCOL&gt;,&lt;NUMBER of="" dispatchers="" to="" create=""&gt;"&lt;BR /&gt;mts_max_dispatchers=&lt;MAX number="" of="" dispatchers=""&gt;&lt;BR /&gt;mts_servers=&lt;NUMBER of="" shared="" servers="" to="" start=""&gt;&lt;BR /&gt;mts_max_servers=&lt;MAX number="" of="" shared="" servers=""&gt;&lt;BR /&gt;mts_service=&lt;SID name=""&gt;&lt;BR /&gt;mts_listener_address=&lt;ADDRESS of="" the="" tns="" listener=""&gt;&lt;BR /&gt;&lt;BR /&gt;    An example of a working MTS configuration would be:&lt;BR /&gt;&lt;BR /&gt;mts_dispatchers="tcp,3"&lt;BR /&gt;mts_max_dispatchers=10&lt;BR /&gt;mts_servers=2&lt;BR /&gt;mts_max_servers=4&lt;BR /&gt;mts_service=ORCL&lt;BR /&gt;mts_listener_address="(address=(protocol=tcp)(host=mars1)(port=1521))"&lt;BR /&gt;&lt;BR /&gt;    c.  Restart the database.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/ADDRESS&gt;&lt;/SID&gt;&lt;/MAX&gt;&lt;/NUMBER&gt;&lt;/MAX&gt;&lt;/NUMBER&gt;&lt;/PROTOCOL&gt;&lt;/SID&gt;&lt;/SID&gt;</description>
      <pubDate>Thu, 03 Aug 2006 03:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836409#M779336</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-08-03T03:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10G Listner hanging with HP UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836410#M779337</link>
      <description>Hello Pradeep,&lt;BR /&gt;&lt;BR /&gt;this is a known issue. Check MetaLink Note 284602.1.&lt;BR /&gt;&lt;BR /&gt;You are experiencing 2 tnslsnr processes, one of which is the parent process of the other. There are no connects possible as the listener is stuck in "fork()".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Martin&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 02:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-listner-hanging-with-hp-ux-11-23/m-p/3836410#M779337</guid>
      <dc:creator>Martin Decker</dc:creator>
      <dc:date>2006-08-04T02:04:16Z</dc:date>
    </item>
  </channel>
</rss>

