<?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 -h in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564140#M29682</link>
    <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;ndd is used to set the "Don't fragment" bit in tcpip protocol.&lt;BR /&gt;&lt;BR /&gt;When you have network topology which include more that one protocol, sometime you need to tune whether fragmenting or not ( for better performance ).&lt;BR /&gt;&lt;BR /&gt;hp-ux 11.0 had changed it to value ONE ( actif ) silently without any notice and this causes alot of network traffic problems.&lt;BR /&gt;&lt;BR /&gt;By setting it to zero, we got our usual performance.&lt;BR /&gt;&lt;BR /&gt;Magdi &lt;BR /&gt;&lt;BR /&gt;#########&lt;BR /&gt;&lt;BR /&gt;This is the first response .. there was a problem .&lt;BR /&gt;&lt;BR /&gt;The second is above.&lt;BR /&gt;sorry&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;########</description>
    <pubDate>Fri, 10 Aug 2001 12:17:17 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-08-10T12:17:17Z</dc:date>
    <item>
      <title>ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564136#M29678</link>
      <description>Can someone give an brief overview on the importance of ndd and /etc/rc.config/nddconf&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 10 Aug 2001 10:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564136#M29678</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-08-10T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564137#M29679</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Rather then providing this functionality via kernel parameters, the network parameters that can be tuned are available via HP-UX commands.At 11.0, the command is ndd,&lt;BR /&gt;while at 10.20 the command is nettune.To make permanent changes that will remain after the reboot for 10.20 will require that the administrator write a startup script that will execute the nettune command. In 11.0, this&lt;BR /&gt;functionality is built into the /sbin/init.d/net startup script. To&lt;BR /&gt;make permanent changes to the default ndd configuration, edit the file&lt;BR /&gt;/etc/rc.config.d/nddconf.</description>
      <pubDate>Fri, 10 Aug 2001 10:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564137#M29679</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-08-10T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564138#M29680</link>
      <description>At 11.0, the command is ndd(1M),&lt;BR /&gt;while at 10.20 the command was nettune(1M). The man pages for each will&lt;BR /&gt;explain how to make these changes at the command line. It is used for changing the network "keepalive" settings, tcp_keepidle, tcp_keepintvl, and tcp_maxretry. However, these changes will only last until the system is rebooted. To make permanent changes that will remain after the reboot for 10.20 will require that the administrator write a&lt;BR /&gt;startup script that will execute the nettune command. In 11.0, this functionality is built into the /sbin/init.d/net startup script. To&lt;BR /&gt;make permanent changes to the default ndd configuration, edit the file /etc/rc.config.d/nddconf.</description>
      <pubDate>Fri, 10 Aug 2001 10:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564138#M29680</guid>
      <dc:creator>Michael Duthie</dc:creator>
      <dc:date>2001-08-10T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564139#M29681</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Here how to set ndd to Zero:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_pmtu_strategy&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt; &lt;BR /&gt;Here how to set ndd to One:&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_pmtu_strategy&lt;BR /&gt;NDD_VALUE[0]=1&lt;BR /&gt;&lt;BR /&gt;You can modify the "Don't fragment" bit dynamicly without boot.&lt;BR /&gt;&lt;BR /&gt;The command to set ndd to 0 :&lt;BR /&gt;ndd -set /dev/ip ip_pmtu_strategy 0 &lt;BR /&gt;&lt;BR /&gt;The command to set ndd to 1 :&lt;BR /&gt;ndd -set /dev/ip ip_pmtu_strategy 1&lt;BR /&gt;&lt;BR /&gt;Magdi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2001 12:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564139#M29681</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-10T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564140#M29682</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;ndd is used to set the "Don't fragment" bit in tcpip protocol.&lt;BR /&gt;&lt;BR /&gt;When you have network topology which include more that one protocol, sometime you need to tune whether fragmenting or not ( for better performance ).&lt;BR /&gt;&lt;BR /&gt;hp-ux 11.0 had changed it to value ONE ( actif ) silently without any notice and this causes alot of network traffic problems.&lt;BR /&gt;&lt;BR /&gt;By setting it to zero, we got our usual performance.&lt;BR /&gt;&lt;BR /&gt;Magdi &lt;BR /&gt;&lt;BR /&gt;#########&lt;BR /&gt;&lt;BR /&gt;This is the first response .. there was a problem .&lt;BR /&gt;&lt;BR /&gt;The second is above.&lt;BR /&gt;sorry&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;########</description>
      <pubDate>Fri, 10 Aug 2001 12:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564140#M29682</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-10T12:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: ndd -h</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564141#M29683</link>
      <description>ndd is important IFF you feel the need to change various networking paramters from their defaults. the nddconf file is important IFF you want those changes to be applied on each reboot of the system.&lt;BR /&gt;&lt;BR /&gt;otherwise, ndd/nddconf aren't terribly important, but you should _NOT_ remove them from the system. at the least it would probably annoy the startup scripts, and at worst, it might (because the scripts were annoyed)  preclude a successful start of networking.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt&lt;/A&gt;</description>
      <pubDate>Fri, 10 Aug 2001 18:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-h/m-p/2564141#M29683</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-08-10T18:20:31Z</dc:date>
    </item>
  </channel>
</rss>

