<?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: ndd parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185869#M536862</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would do an install of 11.23 on a system and take a look at /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;That is how I'd find out the defaults.&lt;BR /&gt;&lt;BR /&gt;The man pages don't seem to say anything.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jul 2009 15:30:24 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-07-07T15:30:24Z</dc:date>
    <item>
      <title>ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185866#M536859</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a question or two about TCP Transport parameters.   For our application, we were told by App Vendor and HP that the following ndd parameters should be changed from their default value to some specific values that would better suit our large environment.   Below are the TCP Transport parameters and current settings in /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=tcp&lt;BR /&gt;NDD_NAME[0]=tcp_recv_hiwater_def&lt;BR /&gt;NDD_VALUE[0]=262144&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=tcp_xmit_hiwater_def&lt;BR /&gt;NDD_VALUE[1]=262144&lt;BR /&gt;TRANSPORT_NAME[2]=tcp&lt;BR /&gt;NDD_NAME[2]=tcp_recv_hiwater_lfp&lt;BR /&gt;NDD_VALUE[2]=262144&lt;BR /&gt;TRANSPORT_NAME[3]=tcp&lt;BR /&gt;NDD_NAME[3]=tcp_xmit_hiwater_lfp&lt;BR /&gt;NDD_VALUE[3]=262144&lt;BR /&gt;TRANSPORT_NAME[4]=sockets&lt;BR /&gt;NDD_NAME[4]=socket_udp_rcvbuf_default&lt;BR /&gt;NDD_VALUE[4]=262144&lt;BR /&gt;TRANSPORT_NAME[5]=sockets&lt;BR /&gt;NDD_NAME[5]=socket_udp_sndbuf_default&lt;BR /&gt;NDD_VALUE[5]=262144&lt;BR /&gt;&lt;BR /&gt;What I'm interested in right now is what the default Transport Value is for each of these parameters above.   Would anyone by chance know how to obtain the default settings for the above or by chance know what they might be?&lt;BR /&gt;&lt;BR /&gt;Here is some more info of system type and OS:&lt;BR /&gt;&lt;BR /&gt;OS= HP-UX 11.23 (ia64)&lt;BR /&gt;System Type=  BL870&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;KPS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 14:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185866#M536859</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2009-07-07T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185867#M536860</link>
      <description>To get the default value run the command 'ndd -h &lt;PARAMETER-NAME&gt;' for each parameter.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt; $ ndd -h tcp_recv_hiwater_def&lt;BR /&gt;&lt;BR /&gt;tcp_recv_hiwater_def:&lt;BR /&gt;&lt;BR /&gt;    The maximum size for the receive window. [4096,-]&lt;BR /&gt;    Default: 32768 bytes&lt;/PARAMETER-NAME&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185867#M536860</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-07T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185868#M536861</link>
      <description>here are my values from a recently installed (and never been messed with ndd settings) 11.23 system: (look at lines starting with --&amp;gt;&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[0]=tcp_recv_hiwater_def&lt;BR /&gt;NDD_VALUE[0]=262144&lt;BR /&gt;--&amp;gt;32768&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[1]=tcp_xmit_hiwater_def&lt;BR /&gt;NDD_VALUE[1]=262144&lt;BR /&gt;--&amp;gt;32768&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[2]=tcp_recv_hiwater_lfp&lt;BR /&gt;NDD_VALUE[2]=262144&lt;BR /&gt;--&amp;gt;65536&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[3]=tcp_xmit_hiwater_lfp&lt;BR /&gt;NDD_VALUE[3]=262144&lt;BR /&gt;--&amp;gt;65536&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[4]=socket_udp_rcvbuf_default&lt;BR /&gt;NDD_VALUE[4]=262144&lt;BR /&gt;--&amp;gt;65535&lt;BR /&gt;&lt;BR /&gt;NDD_NAME[5]=socket_udp_sndbuf_default&lt;BR /&gt;NDD_VALUE[5]=262144&lt;BR /&gt;--&amp;gt;65535&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Tue, 07 Jul 2009 15:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185868#M536861</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-07T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185869#M536862</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would do an install of 11.23 on a system and take a look at /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;That is how I'd find out the defaults.&lt;BR /&gt;&lt;BR /&gt;The man pages don't seem to say anything.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185869#M536862</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-07T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185870#M536863</link>
      <description>&amp;gt;&amp;gt;I would do an install of 11.23 on a system &lt;BR /&gt;&amp;gt;&amp;gt;and take a look at /etc/rc.config.d/nddconf&lt;BR /&gt;&amp;gt;&amp;gt;That is how I'd find out the defaults.&lt;BR /&gt;&lt;BR /&gt;Then you wouldn't find anything.  The nddconf file is empty by default.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;The man pages don't seem to say anything.&lt;BR /&gt;&lt;BR /&gt;Really?  I thought it actually provided useful information.  I guess you just missed the information about the '-h' option:&lt;BR /&gt;&lt;BR /&gt;ndd -h&lt;BR /&gt;When parameter is specified, a detail description of the parameter, along with its minimum, maximum, and default value are displayed.  If no parameter is specified, it displays all supported and unsupported tunable parameters.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185870#M536863</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-07T15:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185871#M536864</link>
      <description>ndd -h &lt;PARAMETER name=""&gt; worked perfectly, thanks everyone for you input on this.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/KPS&lt;/PARAMETER&gt;</description>
      <pubDate>Tue, 07 Jul 2009 16:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185871#M536864</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2009-07-07T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185872#M536865</link>
      <description>pts assigned.</description>
      <pubDate>Tue, 07 Jul 2009 16:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185872#M536865</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2009-07-07T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185873#M536866</link>
      <description>Not that I'm 100% fond of the current HP-UX defaults (32768 has been the default TCP socket buffer size since 10.20 if I recall correctly) but did the app vendor/HP give specific reasons for the values they requested?  And exactly what do you mean by "large environment?"  Do you mean you have large bandwidthXdelay paths in your network, or something else?</description>
      <pubDate>Tue, 07 Jul 2009 23:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185873#M536866</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-07-07T23:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185874#M536867</link>
      <description>I'm in the process of going back to the vendor to find out exactly why they suggested these values.  I believe it's because of the bandwith and type of TCP packets that they expected to see between our Application and Database tier servers using this App.</description>
      <pubDate>Wed, 08 Jul 2009 09:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parameters/m-p/5185874#M536867</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2009-07-08T09:09:13Z</dc:date>
    </item>
  </channel>
</rss>

