<?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 parms in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631567#M592172</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can use ndd command for this &lt;BR /&gt;To see the current setting &lt;BR /&gt;ndd -get /dev/tcp tcp_fin_wait_2_timeout &lt;BR /&gt;&lt;BR /&gt;To set the new value to &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000 (Value in Mili second) &lt;BR /&gt;&lt;BR /&gt;Goodluck, &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
    <pubDate>Fri, 14 Dec 2001 18:04:06 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-12-14T18:04:06Z</dc:date>
    <item>
      <title>ndd parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631566#M592171</link>
      <description>Could someone please help me to understand why when I do the following netstat command I see 5 fin_wait???s and when, at the same time, I do the ndd ???get command I only find one and it doesn???t even look related to anything in the netstat output?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@dev3:/ $netstat -a | grep -i fin_wait_2&lt;BR /&gt;tcp        0      0  dev3.80                10.0.1.73.1384          FIN_WAIT_2&lt;BR /&gt;tcp        0      0  dev3.80                10.0.1.73.1385          FIN_WAIT_2&lt;BR /&gt;tcp        0      0  dev3.80                10.0.1.73.1386          FIN_WAIT_2&lt;BR /&gt;tcp        0      0  dev3.80                10.0.1.73.1383          FIN_WAIT_2&lt;BR /&gt;tcp        0      0  dev3.64220             p79.9100                FIN_WAIT_2&lt;BR /&gt;&lt;BR /&gt;root@dev3:/ $ndd -get /dev/tcp tcp_status | grep -i fin_wait&lt;BR /&gt;070f6840 010.000.001.208 722f6dd1 722f6dd1 00000000 00002000 01300001 01300001 00008000 03789 01024 [fadc,238c] TCP_FIN_WA&lt;BR /&gt;IT_2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Moreover, does the ndd parameter tcp_fin_wait_2_timeout, have any effect on a fin_wait_2 connection that was established by hpnpf?&lt;BR /&gt;&lt;BR /&gt;Thanks very much for any insight on this.&lt;BR /&gt;TR.a&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2001 16:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631566#M592171</guid>
      <dc:creator>Tim Rotunda</dc:creator>
      <dc:date>2001-12-14T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631567#M592172</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can use ndd command for this &lt;BR /&gt;To see the current setting &lt;BR /&gt;ndd -get /dev/tcp tcp_fin_wait_2_timeout &lt;BR /&gt;&lt;BR /&gt;To set the new value to &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000 (Value in Mili second) &lt;BR /&gt;&lt;BR /&gt;Goodluck, &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 14 Dec 2001 18:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631567#M592172</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-14T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: ndd parms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631568#M592173</link>
      <description>Hi Tim, &lt;BR /&gt;&lt;BR /&gt;Take a look at this document; I hope it will answer your questions:&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=537ff78b1732ede65f/screen=ckiDisplayDocument?docId=200000016401876" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=537ff78b1732ede65f/screen=ckiDisplayDocument?docId=200000016401876&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I suspect the reason your -get command only displays one entry is that the listings in the netstat output are all linked and by getting rid of the one entry will knock out all the other fin_wait_2s.  use this command:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/tcp tcp_discon 0x070f6840 &lt;BR /&gt;&lt;BR /&gt;to get rid of the entry in your tcp_status query and then do another netstat.  If there are any more, then query the tcp_status for other fins and get rid of them as necessary.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Dec 2001 20:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-parms/m-p/2631568#M592173</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-17T20:15:26Z</dc:date>
    </item>
  </channel>
</rss>

