<?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: STOP REASON STRMS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509096#M21909</link>
    <description>That particular TCP tuneable should take effect immediately.  You can set it on reboot by placing the following in the /etc/rc.config.d/nddconf file.&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=tcp_conn_request_max&lt;BR /&gt;NDD_VALUE[1]=200 (or whatever value you find appropriate).&lt;BR /&gt;&lt;BR /&gt;You can find much more information on TCP stack tuning from &lt;A href="http://www.rvs.uni-hannover.de/people/voeckler/tune/EN/tune.html" target="_blank"&gt;http://www.rvs.uni-hannover.de/people/voeckler/tune/EN/tune.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Oracle tuning, hopefully you have support and access to Metalink, where you can find a lot of good info on tuning Oracle.  &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Mar 2001 18:58:50 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2001-03-26T18:58:50Z</dc:date>
    <item>
      <title>STOP REASON STRMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509092#M21905</link>
      <description>Background:&lt;BR /&gt;R380 - Oracle Web Server (V3 and V4) running on an R380 &lt;BR /&gt;K580 - Oracle Database Server (V 8.0.5.1)&lt;BR /&gt;&lt;BR /&gt;Problem:&lt;BR /&gt;We are experiencing a CPU load and I see alot of database background processes with a stop reason of STRMS, some are PRI.&lt;BR /&gt;&lt;BR /&gt;Is there some tuneable Kernal parameter that can help this STRMS stop reason?&lt;BR /&gt;&lt;BR /&gt;Our K580 is (at times) 100% CPU and the R380 never gets to 50%&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 23 Mar 2001 20:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509092#M21905</guid>
      <dc:creator>Bill Slaughter</dc:creator>
      <dc:date>2001-03-23T20:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: STOP REASON STRMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509093#M21906</link>
      <description>How many connections do you have between your web server and database server at any given time?  What is the value of your tcp_conn_request_max tuneable?  &lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/tcp tcp_conn_request_max&lt;BR /&gt;&lt;BR /&gt;If it's the default of 20 and you are establishing a lot of connections, try increasing it to something like 200.&lt;BR /&gt;&lt;BR /&gt;Are you using MTS for your Oracle listener?  If so what are your init.ora parameters set to for MTS?</description>
      <pubDate>Fri, 23 Mar 2001 23:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509093#M21906</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-03-23T23:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: STOP REASON STRMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509094#M21907</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I use to face this kind of problem before with my oracle workflow process , the situation is&lt;BR /&gt;oracle sparwn many process , and with all wait at stream.&lt;BR /&gt;the solution come from Oracle by they have option to run the process w/o parallel.&lt;BR /&gt;That mean it will not sprawn too many processes.&lt;BR /&gt;the processing time reduce from 29hrs to 6sec !!!&lt;BR /&gt;&lt;BR /&gt;please consider finding info from Oracle site also.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2001 03:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509094#M21907</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-03-26T03:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: STOP REASON STRMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509095#M21908</link>
      <description>Thanks for your answer, we added 2 CPU's this weekend and we are not starving for CPU anymore, we still have the bad resonse problem and maybe this is why.&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp tcp_conn_request_max &lt;BR /&gt;&lt;BR /&gt;returns the default 20&lt;BR /&gt;&lt;BR /&gt;I increased it today durring our stress test.&lt;BR /&gt;&lt;BR /&gt;It seemd to be in effect immed? or do I need to bounce listeners?&lt;BR /&gt;&lt;BR /&gt;can we set that at reboot in a config file?&lt;BR /&gt;&lt;BR /&gt;ndd.conf?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2001 16:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509095#M21908</guid>
      <dc:creator>Bill Slaughter</dc:creator>
      <dc:date>2001-03-26T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: STOP REASON STRMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509096#M21909</link>
      <description>That particular TCP tuneable should take effect immediately.  You can set it on reboot by placing the following in the /etc/rc.config.d/nddconf file.&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=tcp_conn_request_max&lt;BR /&gt;NDD_VALUE[1]=200 (or whatever value you find appropriate).&lt;BR /&gt;&lt;BR /&gt;You can find much more information on TCP stack tuning from &lt;A href="http://www.rvs.uni-hannover.de/people/voeckler/tune/EN/tune.html" target="_blank"&gt;http://www.rvs.uni-hannover.de/people/voeckler/tune/EN/tune.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For Oracle tuning, hopefully you have support and access to Metalink, where you can find a lot of good info on tuning Oracle.  &lt;A href="http://metalink.oracle.com" target="_blank"&gt;http://metalink.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2001 18:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-reason-strms/m-p/2509096#M21909</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-03-26T18:58:50Z</dc:date>
    </item>
  </channel>
</rss>

