<?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 disconnect problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736943#M66757</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This can happen if the QoS devices implement some form of session idle timeout. If it is a HP-UX server, check the tcp keepalive interval.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/tcp tcp_keepalive_interval&lt;BR /&gt;&lt;BR /&gt;If this interval is 20 mins, when a client sends a job over to the server which processes for more than 20 mins (i.e. during these 20 mins, the server is processing and there is no network traffic at all) before sending the results over the network back to the client, the connection will be disconnected.&lt;BR /&gt;&lt;BR /&gt;To fix this problem, set the tcp_keepalive_interval to a longer duration. The default of 2 hours is normally long enough.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Tue, 04 Jun 2002 09:13:06 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-06-04T09:13:06Z</dc:date>
    <item>
      <title>TCP disconnect problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736942#M66756</link>
      <description>Can someone help me to identify this problem. &lt;BR /&gt;Our network team have deploy QoS device between sites. Before that, everythings okay in ERP system. But after deployment, some user kick off long database transaction or report on server, that will be killed TCP connection, once transaction exceed 20 min. &lt;BR /&gt;But, once QoS device removed those problem away. And important, only this kind of telnet service have impact.&lt;BR /&gt;&lt;BR /&gt;Can any parameter to be changed or modify to fit QoS service?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jack Fan&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 08:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736942#M66756</guid>
      <dc:creator>Jack Fan</dc:creator>
      <dc:date>2002-06-04T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP disconnect problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736943#M66757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This can happen if the QoS devices implement some form of session idle timeout. If it is a HP-UX server, check the tcp keepalive interval.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/tcp tcp_keepalive_interval&lt;BR /&gt;&lt;BR /&gt;If this interval is 20 mins, when a client sends a job over to the server which processes for more than 20 mins (i.e. during these 20 mins, the server is processing and there is no network traffic at all) before sending the results over the network back to the client, the connection will be disconnected.&lt;BR /&gt;&lt;BR /&gt;To fix this problem, set the tcp_keepalive_interval to a longer duration. The default of 2 hours is normally long enough.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Tue, 04 Jun 2002 09:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736943#M66757</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-04T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: TCP disconnect problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736944#M66758</link>
      <description>&lt;BR /&gt;20 minutes sounds like an environment variable in the shell, TIMEOUT. Check you dont have this set, if so make it bigger or unset it.&lt;BR /&gt;A normal TCP timeout will be 15 mins, not 20, so I dont think you should be adjusting tcp timeout values using ndd. Have you tried nohup &lt;JOB&gt; on the remote server so if you do disconnect the job will continue to run ?&lt;/JOB&gt;</description>
      <pubDate>Tue, 04 Jun 2002 11:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736944#M66758</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-06-04T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: TCP disconnect problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736945#M66759</link>
      <description>Hi Jack,&lt;BR /&gt;&lt;BR /&gt;Extracted below for your convenience with regards to tcp_keepalive_interval. It is a common issue especially with programs that send data across the network too infrequently (e.g. FTP control channel waits for FTP data channel to complete transfers and times out while waiting for too long).&lt;BR /&gt;&lt;BR /&gt;# ndd -h tcp_keepalive_interval&lt;BR /&gt; &lt;BR /&gt;tcp_keepalive_interval:&lt;BR /&gt; &lt;BR /&gt;    Interval for sending keep-alive probes.&lt;BR /&gt; &lt;BR /&gt;    If any activity has occurred on the connection or if there is&lt;BR /&gt;    any unacknowledged data when the time-out period expires, the&lt;BR /&gt;    timer is simply restarted. If the remote system has crashed&lt;BR /&gt;    and rebooted, it will presumably know nothing about this&lt;BR /&gt;    connection, and it will issue an RST in response to the ACK.&lt;BR /&gt;    Receipt of the RST will terminate the connection.&lt;BR /&gt; &lt;BR /&gt;    If the keepalive packet is not ACK'd by the remote TCP, the normal&lt;BR /&gt;    retransmission time-out will eventually exceed threshold R2,&lt;BR /&gt;    and the connection will be terminated.&lt;BR /&gt; &lt;BR /&gt;    With this keepalive behavior, a connection can time-out and&lt;BR /&gt;    terminate without actually receiving an RST from the remote TCP.&lt;BR /&gt;    [10000, 10*24*3600000] Default: 2 * 3600000 (2 hours)&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 12:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-disconnect-problem/m-p/2736945#M66759</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-04T12:45:40Z</dc:date>
    </item>
  </channel>
</rss>

