<?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: IP packet size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573291#M594471</link>
    <description>Hi Sridhar,&lt;BR /&gt;Frankly speaking I work only with hp-ux.&lt;BR /&gt;I will check with my AIX colleguae how do they change these paramater.&lt;BR /&gt;The equivalent parameter you mentaioned in hp-ux,how to find them out ?? I think they are not tunable kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
    <pubDate>Fri, 31 Aug 2001 06:40:55 GMT</pubDate>
    <dc:creator>Animesh Chakraborty</dc:creator>
    <dc:date>2001-08-31T06:40:55Z</dc:date>
    <item>
      <title>IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573288#M594468</link>
      <description>Hi All,&lt;BR /&gt;How can I change the default IP packets size in hp-ux ?&lt;BR /&gt;In AIX it is tcp_mssdflt=512 and also is there any equivelent parameter in hp-ux to set send/receive buffer size?&lt;BR /&gt;In AIX it is&lt;BR /&gt; tcp_sendspace=16384 &lt;BR /&gt; tcp_recvsize=16384&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2001 01:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573288#M594468</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-08-31T01:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573289#M594469</link>
      <description>Hi Animesh ,&lt;BR /&gt;&lt;BR /&gt;Should be like this..&lt;BR /&gt;&lt;BR /&gt;Use recive socket buffer size and send socket buffer size options along with rcp command to get better performance &lt;BR /&gt;&lt;BR /&gt;ex. &lt;BR /&gt;rcp -R &lt;SIZE&gt; -S &lt;SIZE&gt; &lt;BR /&gt;&lt;BR /&gt;where "-R" is for receive buffer sixe and "-S" is for sending buffer size.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Cheers !!!&lt;BR /&gt;Mathew&lt;BR /&gt;&lt;BR /&gt;&lt;/SIZE&gt;&lt;/SIZE&gt;</description>
      <pubDate>Fri, 31 Aug 2001 01:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573289#M594469</guid>
      <dc:creator>Varghese Mathew</dc:creator>
      <dc:date>2001-08-31T01:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573290#M594470</link>
      <description>I don't think there is anyway we can change these settings on HP-UX. I am interested to know what command (not calls) you use in AIX to alter this behaviour globally?&lt;BR /&gt;&lt;BR /&gt;In HP-UX, following are the equivalents for your AIX parameters.&lt;BR /&gt;&lt;BR /&gt;tcp_mssdflt -&amp;gt;  TCP-MSS = 536&lt;BR /&gt;                IP-MSS= 576&lt;BR /&gt;&lt;BR /&gt;For socket buffer send and receive sizes,&lt;BR /&gt;&lt;BR /&gt;SO_SNDBUF = 4097&lt;BR /&gt;SO_RCVBUF = 4098&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2001 06:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573290#M594470</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-31T06:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573291#M594471</link>
      <description>Hi Sridhar,&lt;BR /&gt;Frankly speaking I work only with hp-ux.&lt;BR /&gt;I will check with my AIX colleguae how do they change these paramater.&lt;BR /&gt;The equivalent parameter you mentaioned in hp-ux,how to find them out ?? I think they are not tunable kernel parameter.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Fri, 31 Aug 2001 06:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573291#M594471</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-08-31T06:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573292#M594472</link>
      <description>Hi sridhar,&lt;BR /&gt;&lt;BR /&gt;In AIX they use the network options command &lt;BR /&gt;&lt;BR /&gt;no -o tcp_mssdflt=XXXX i.e. &lt;NO -o="" option="value"&gt;   &lt;BR /&gt;&lt;BR /&gt;Anything in hp-ux? &lt;BR /&gt;Thanks&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;/NO&gt;</description>
      <pubDate>Fri, 31 Aug 2001 07:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573292#M594472</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-08-31T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573293#M594473</link>
      <description>Animesh,&lt;BR /&gt;&lt;BR /&gt;In HP, we use ndd command to tune most of the network related parameters. I don't remember seeing any of such parameters that are related to your send and receive buffer sizes.&lt;BR /&gt;&lt;BR /&gt;I don't know if there are other unsupported parameters by HP with ndd command.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 31 Aug 2001 10:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573293#M594473</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-31T10:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573294#M594474</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;I think you should try this:set up a route (just for testing between both hosts) with an MTU size of 512 (route -p 512 add host &lt;IP-ADDRESS&gt; &lt;GATEWAY-IP&gt; if both servers are &lt;BR /&gt;in the same subnet :&lt;BR /&gt;&lt;BR /&gt;Example :&lt;BR /&gt;# route -p 512 add host 192.6.2.10 192.6.2.2&lt;BR /&gt;&lt;BR /&gt;Mourad.&lt;BR /&gt;&lt;BR /&gt;&lt;/GATEWAY-IP&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Sat, 01 Sep 2001 16:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573294#M594474</guid>
      <dc:creator>mostefai mourad</dc:creator>
      <dc:date>2001-09-01T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: IP packet size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573295#M594475</link>
      <description>I think you need to take a close look at "lanadmin" to make your network changes.</description>
      <pubDate>Sat, 01 Sep 2001 20:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-packet-size/m-p/2573295#M594475</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-09-01T20:04:57Z</dc:date>
    </item>
  </channel>
</rss>

