<?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: tcp/ip timeout in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780435#M263115</link>
    <description>Shiv (again),&lt;BR /&gt;&lt;BR /&gt;You can Check this good document for tcp/ip stack hardening:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cromwell-intl.com/SECURITY/security-stack-hardening.html" target="_blank"&gt;http://www.cromwell-intl.com/SECURITY/security-stack-hardening.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Mon, 01 May 2006 23:39:05 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2006-05-01T23:39:05Z</dc:date>
    <item>
      <title>tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780430#M263110</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do i know that sockets has been closed due to TCP time out and also interested to know the&lt;BR /&gt;TCP time out of the system ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Mon, 01 May 2006 16:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780430#M263110</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-05-01T16:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780431#M263111</link>
      <description>Hi Shiv,&lt;BR /&gt;&lt;BR /&gt;Use ndd to see these:&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip|tcp xxxxxxxx&lt;BR /&gt;where xxxxxxx=:&lt;BR /&gt;&lt;BR /&gt;ip_def_ttl&lt;BR /&gt;ip_fragment_timeout&lt;BR /&gt;tcp_ip_ttl&lt;BR /&gt;tcp_keep_alive_interval&lt;BR /&gt;tcp_rexmit_interval_initial&lt;BR /&gt;tcp_rexmit_interval_max&lt;BR /&gt;tcp_time_wait_interval&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 01 May 2006 17:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780431#M263111</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-05-01T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780432#M263112</link>
      <description>Shalom Shiv,&lt;BR /&gt;&lt;BR /&gt;On Linux Systems I've altered this timeout to speed cluster failover:&lt;BR /&gt;tcp_keep_alive_interval&lt;BR /&gt;&lt;BR /&gt;We've changed it to 15 without negative results. The default should be 60.&lt;BR /&gt;&lt;BR /&gt;I suggest thorough testing however to avoid negative results.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 01 May 2006 18:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780432#M263112</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-01T18:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780433#M263113</link>
      <description>To see the number of TCP connections that have been dropped (and presumably then the number of sockets closed) after "timeouts" (there are a few different timeouts) you would look at the netstat statistics:&lt;BR /&gt;&lt;BR /&gt;netstat -p tcp&lt;BR /&gt;&lt;BR /&gt;There are a number of timeout parameters specified already, you can also look at:&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;&lt;BR /&gt;&lt;BR /&gt;As for setting the tcp_keepalive_interval down to as low as 15 seconds, whether that is "OK" or not depends entirely on how many TCP connections one has and how "active" they are.  If they on their own send packets less often than once every 15 seconds, you will have more PPS for keepalive than for "real work"&lt;BR /&gt;&lt;BR /&gt;I would have expected software doing failover to have had some higher-level heartbeat mechanism that could be configured rather than depending on tcp_keepalive_interval et al.</description>
      <pubDate>Mon, 01 May 2006 19:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780433#M263113</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-05-01T19:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780434#M263114</link>
      <description>Hi Shiv ,&lt;BR /&gt;&lt;BR /&gt;The recomended value is 60,&lt;BR /&gt;&lt;BR /&gt;You can do it with&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/tcp tcp_time_wait_interval 60000 &lt;BR /&gt;&lt;BR /&gt;# to check established connections use:&lt;BR /&gt;# netstat -an | grep EST&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 01 May 2006 23:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780434#M263114</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-05-01T23:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: tcp/ip timeout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780435#M263115</link>
      <description>Shiv (again),&lt;BR /&gt;&lt;BR /&gt;You can Check this good document for tcp/ip stack hardening:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cromwell-intl.com/SECURITY/security-stack-hardening.html" target="_blank"&gt;http://www.cromwell-intl.com/SECURITY/security-stack-hardening.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 01 May 2006 23:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-timeout/m-p/3780435#M263115</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-05-01T23:39:05Z</dc:date>
    </item>
  </channel>
</rss>

