<?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: Tuning Parameter tcp_conn_request_max in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441318#M207352</link>
    <description>Hi Cliff,&lt;BR /&gt;&lt;BR /&gt;//And after amending it to the required value when will it take effect?//&lt;BR /&gt;&lt;BR /&gt;You will have to run 'ndd -c' to read the configuration from nddconf file. Otherwise, it will come into effect after the next reboot. To verify the value, simply do&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp tcp_conn_request_max&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Sun, 12 Dec 2004 00:28:36 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-12-12T00:28:36Z</dc:date>
    <item>
      <title>Tuning Parameter tcp_conn_request_max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441315#M207349</link>
      <description>Gd Day Forum,&lt;BR /&gt;&lt;BR /&gt;I need to tune the parameter tcp_conn_request_max=2048.&lt;BR /&gt;&lt;BR /&gt;Query: Do I add an entry into the /etc/rc.config.d/nddconf as follows?&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=tcp&lt;BR /&gt;NDD_NAME[0]= tcp_conn_request_max&lt;BR /&gt;NDD_VALUE[0]= 2048 &lt;BR /&gt;&lt;BR /&gt;And after amending it to the required value when will it take effect?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Sat, 11 Dec 2004 00:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441315#M207349</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2004-12-11T00:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning Parameter tcp_conn_request_max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441316#M207350</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=207158" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=207158&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Dec 2004 01:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441316#M207350</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-12-11T01:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning Parameter tcp_conn_request_max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441317#M207351</link>
      <description>Hi Bhavin Asokan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the redirection.&lt;BR /&gt;&lt;BR /&gt;Cheers cliff</description>
      <pubDate>Sat, 11 Dec 2004 04:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441317#M207351</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2004-12-11T04:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning Parameter tcp_conn_request_max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441318#M207352</link>
      <description>Hi Cliff,&lt;BR /&gt;&lt;BR /&gt;//And after amending it to the required value when will it take effect?//&lt;BR /&gt;&lt;BR /&gt;You will have to run 'ndd -c' to read the configuration from nddconf file. Otherwise, it will come into effect after the next reboot. To verify the value, simply do&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp tcp_conn_request_max&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 12 Dec 2004 00:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441318#M207352</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-12-12T00:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning Parameter tcp_conn_request_max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441319#M207353</link>
      <description>The ndd -c suggestion is good, or you can just run &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/tcp tcp_conn_request_max 2048&lt;BR /&gt;&lt;BR /&gt;as root.  The nddconf file will be read on the next boot.  The advantage of ndd -c is you will see if there is an error in the file sooner.&lt;BR /&gt;&lt;BR /&gt;I take it you saw connections being dropped due to full queue in the output of netstat -p tcp and that is why you are increasing tcp_conn_request_max?</description>
      <pubDate>Sun, 12 Dec 2004 11:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-parameter-tcp-conn-request-max/m-p/3441319#M207353</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-12-12T11:09:15Z</dc:date>
    </item>
  </channel>
</rss>

