<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694627#M555317</link>
    <description>To modify ndd parameters&lt;BR /&gt;1. Use command &lt;BR /&gt;# ndd -set /dev/tcp tcp_time_wait_interval 60000&lt;BR /&gt;#ndd -set /dev/tcp keep_alive_interval 3600000    ===&amp;gt; Setting&lt;BR /&gt;#ndd -get /dev/tcp tcp_time_wait_interval&lt;BR /&gt;#ndd -get /dev/tcp keep_alive_interval   ===&amp;gt; Confirm&lt;BR /&gt;&lt;BR /&gt;2. Use file edit&lt;BR /&gt;# vi /etc/rc.config.d/nddconf&lt;BR /&gt;TRANSPORT_NAME[0]=tcp&lt;BR /&gt;NDD_NAME[0]=tcp_time_wait_interval&lt;BR /&gt;NDD_VALUE[0]=60000&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=keep_alive_interval&lt;BR /&gt;NDD_VALUE[1]=3600000&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Dec 2005 03:13:30 GMT</pubDate>
    <dc:creator>YoungHwan, Ko</dc:creator>
    <dc:date>2005-12-20T03:13:30Z</dc:date>
    <item>
      <title>ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694622#M555312</link>
      <description>Hi friend, &lt;BR /&gt;&lt;BR /&gt;   i m confused in network parameter . is it same with network configuration?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; i heard from one of friend is that "ndd" command is used for setting network parameter . is it for parmanent configuration? what is the configuration file for network parameter &lt;BR /&gt;&lt;BR /&gt;Mridul &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 01:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694622#M555312</guid>
      <dc:creator>Mridul Dutta</dc:creator>
      <dc:date>2005-12-20T01:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694623#M555313</link>
      <description>Hi Mridul,&lt;BR /&gt;&lt;BR /&gt;Ndd is a tool for configuring parameters specific to networking.  There are many ndd-configurable parameters, although these are not the same as other kernel parameters that are set via adb or kctune.&lt;BR /&gt;&lt;BR /&gt;If you heard about an ndd tunable parameter and you wish to set it at boot time, you can use the /etc/rc.config.d/nddconf file to configure this parameter to be set at system boot.  You can also use the ndd command to manually set the parameter to a specific value while the system is running.  &lt;BR /&gt;&lt;BR /&gt;Do you have a question about a specific ndd parameter or are you asking about how to use the ndd command itself?&lt;BR /&gt;&lt;BR /&gt;If you have questions about using ndd you can reference the ndd man page or documents on the docs.hp.com web site.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 20 Dec 2005 01:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694623#M555313</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2005-12-20T01:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694624#M555314</link>
      <description>"ndd" is used to tune and modify several network tunable parameters. # ndd -h will give you more information. Here is a link to a good doc, &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;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 20 Dec 2005 01:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694624#M555314</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-20T01:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694625#M555315</link>
      <description>man ndd for details.&lt;BR /&gt;&lt;BR /&gt;file /etc/rc.config.d/nddconf holds the setting information.&lt;BR /&gt;&lt;BR /&gt;ndd -h supported&lt;BR /&gt;ndd -h unsupported</description>
      <pubDate>Tue, 20 Dec 2005 01:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694625#M555315</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-20T01:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694626#M555316</link>
      <description>Nope. You have to configure in /etc/rc.config.d/nddconf file to make permanent setting. If you tune it with ndd then it is applicable to that session only.&lt;BR /&gt;&lt;BR /&gt;see nddconf file and ndd man page.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Tue, 20 Dec 2005 02:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694626#M555316</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-20T02:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: ndd command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694627#M555317</link>
      <description>To modify ndd parameters&lt;BR /&gt;1. Use command &lt;BR /&gt;# ndd -set /dev/tcp tcp_time_wait_interval 60000&lt;BR /&gt;#ndd -set /dev/tcp keep_alive_interval 3600000    ===&amp;gt; Setting&lt;BR /&gt;#ndd -get /dev/tcp tcp_time_wait_interval&lt;BR /&gt;#ndd -get /dev/tcp keep_alive_interval   ===&amp;gt; Confirm&lt;BR /&gt;&lt;BR /&gt;2. Use file edit&lt;BR /&gt;# vi /etc/rc.config.d/nddconf&lt;BR /&gt;TRANSPORT_NAME[0]=tcp&lt;BR /&gt;NDD_NAME[0]=tcp_time_wait_interval&lt;BR /&gt;NDD_VALUE[0]=60000&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=tcp&lt;BR /&gt;NDD_NAME[1]=keep_alive_interval&lt;BR /&gt;NDD_VALUE[1]=3600000&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 03:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-command/m-p/3694627#M555317</guid>
      <dc:creator>YoungHwan, Ko</dc:creator>
      <dc:date>2005-12-20T03:13:30Z</dc:date>
    </item>
  </channel>
</rss>

