<?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: FTP Bandwidth in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184798#M46918</link>
    <description>Could you communicate the error message FTP gave ? If possible, also a tcptrace (at least the 20 last packets exchanged).&lt;BR /&gt;&lt;BR /&gt;Is there a firewall in place ?&lt;BR /&gt;&lt;BR /&gt;There is no reason why FTP shouldn't work, whatever the window size.&lt;BR /&gt;&lt;BR /&gt;We are using ftp to transfer files of 1GB and more.</description>
    <pubDate>Mon, 16 Feb 2004 04:24:15 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-02-16T04:24:15Z</dc:date>
    <item>
      <title>FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184788#M46908</link>
      <description>Is there a way to limit the bandwidth consumed by FTP file transfers using TCPIP Services for OpenVMS V5.1?  (OpenVMS 7.2-1).  If so, how would I do it?  Thanks.</description>
      <pubDate>Fri, 06 Feb 2004 14:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184788#M46908</guid>
      <dc:creator>Trace Trembath</dc:creator>
      <dc:date>2004-02-06T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184789#M46909</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;none that I am aware of on the host. This is a feature that can be implemented in the network though (traffic shaping or CBFWQ seem to be concepts I hear from our networkers about this).&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Fri, 06 Feb 2004 15:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184789#M46909</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-06T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184790#M46910</link>
      <description>What specific problem are the FTP transfers causing you?  Is the negative impact experienced by other processes on the VMS host, or other systems on the network?  Which system initiates the transfers?&lt;BR /&gt;&lt;BR /&gt;You can change process priorities on either the ftp client processes or the ftp server process, but that would only help if the surge in network traffic coincided with surge in CPU activity on the VMS host, and it wouldn't be very robust even if it more or less worked.&lt;BR /&gt;&lt;BR /&gt;You can ratchet down the size of the ftp send and receive buffers with&lt;BR /&gt;&lt;BR /&gt;$ DEFINE /SYSTEM /EXEC TCPIP$FTP_WNDSIZ nnnn&lt;BR /&gt;&lt;BR /&gt;where nnnn is a size in bytes. I don't know what the default is, but try something really tiny like 256 and see if that throttles down the traffic to an acceptable level.  I suppose that could actually make things worse by sending a greater number of packets even though they'd be smaller.  But worth a try I'd think.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2004 18:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184790#M46910</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2004-02-06T18:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184791#M46911</link>
      <description>Hi,&lt;BR /&gt;every change on TCP/IP suite has effect on other service too, so you can't limit ftp without limit telnet, etc.&lt;BR /&gt;You can indirectly set low priority level, addind $ SET PROC/PRIO=1 in LOGIN.COM of your FTP dir (usually &lt;BR /&gt;SYS$SYSDEVICE:[TCPIP$FTP]); but this mode hasn't a big impact.&lt;BR /&gt;If you server is only ftp server you can limit TCP/IP.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Feb 2004 03:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184791#M46911</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-07T03:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184792#M46912</link>
      <description>TCPIP$FTP_WNDSIZ is working.&lt;BR /&gt;&lt;BR /&gt;Default is 64K windows and thus the sender will transmit at high rate, the receiver will ack e.g. every 100 packets.&lt;BR /&gt;&lt;BR /&gt;With 1.5K windows, speed is reduced to 50% but overhead is higher because every packet is acked.&lt;BR /&gt;&lt;BR /&gt;With 0.5 windows, speed is reduced to 30% but still more overhead.&lt;BR /&gt;&lt;BR /&gt;(btw : I also tested the service param /sock=(rec=xx,send=yy) with 1500 bytes and this gave no results)&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 07:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184792#M46912</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-09T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184793#M46913</link>
      <description>Hello Wim&lt;BR /&gt;good news!&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Feb 2004 08:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184793#M46913</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-09T08:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184794#M46914</link>
      <description>Tested with VMS 7.3 using TCP 5.3 ECO 2.</description>
      <pubDate>Mon, 09 Feb 2004 09:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184794#M46914</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-09T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184795#M46915</link>
      <description>Another possibility in 7.3+.&lt;BR /&gt;&lt;BR /&gt;$ mc sysman class add ftp /cpu=0-23=1%&lt;BR /&gt;$ set proc /id=xxx /class=ftp&lt;BR /&gt;where xxx is the id of TCP$FTP_1&lt;BR /&gt;then start ftp session (make sure old ftp processes are gone)&lt;BR /&gt;&lt;BR /&gt;I tried this on a Alpha station 500 and thruput was ony 25% of the normal thruput.&lt;BR /&gt;&lt;BR /&gt;Of course, with (future) fast cpu's it will be difficult to implement because the cpu usage without limits I saw was about 5% (10Mbit).</description>
      <pubDate>Tue, 10 Feb 2004 04:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184795#M46915</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-10T04:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184796#M46916</link>
      <description>Thanks to all who replied to my message!&lt;BR /&gt;&lt;BR /&gt;The specific problem I'm trying to resolve is an FTP transfer of a large file (~225MB).  Once the transfer is initiated we start getting failures to communicate between various of our OpenVMS systems.  We used to transer these files using DECnet, but now we are using FTP instead.  The DECnet transfers didn't cause us any problems.&lt;BR /&gt;&lt;BR /&gt;Does the tcpip$ftp_wndsiz logical have to be defined on the initiating or receiving end (or both) of the FTP connection?&lt;BR /&gt;&lt;BR /&gt;I have to stay with OpenVMS 7.2-1 and TCPIP V5.1 ECO 3 only.  &lt;BR /&gt;&lt;BR /&gt;Thank you for your help!</description>
      <pubDate>Thu, 12 Feb 2004 18:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184796#M46916</guid>
      <dc:creator>Trace Trembath</dc:creator>
      <dc:date>2004-02-12T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184797#M46917</link>
      <description>...&lt;BR /&gt;Once the transfer is initiated we start getting failures to communicate between various of our OpenVMS systems. We used to transer these files using DECnet, but now we are using FTP instead. The DECnet transfers didn't cause us any problems.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;If you're tansferring files between VM Ssystems AND DECNet didn't cause problems, where TCPIPO does, my advise would be: Stick to Decnet. &lt;BR /&gt;&lt;BR /&gt;Another cause of your problem might be the NIC setting. We did have severe problems with FTP only due to the fact the NIC was set to "Auto-negotiate". It isn't, you'd better avoid it (I've never seen the use for it for non-chnaging network connections). Set NIC and switch to 100Mb, Full duplex, switch to half-duplex if that causes problems as well.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2004 02:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184797#M46917</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-02-16T02:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184798#M46918</link>
      <description>Could you communicate the error message FTP gave ? If possible, also a tcptrace (at least the 20 last packets exchanged).&lt;BR /&gt;&lt;BR /&gt;Is there a firewall in place ?&lt;BR /&gt;&lt;BR /&gt;There is no reason why FTP shouldn't work, whatever the window size.&lt;BR /&gt;&lt;BR /&gt;We are using ftp to transfer files of 1GB and more.</description>
      <pubDate>Mon, 16 Feb 2004 04:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184798#M46918</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-16T04:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184799#M46919</link>
      <description>I do assume here that the failiures you see are with other protocols (like cluster communication) while the FTP transfer runs. One way to secure these is to add an additional network interface to the systems in question and bind IP to one of the interfaces and the other protocols to the other one.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 16 Feb 2004 11:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184799#M46919</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-16T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184800#M46920</link>
      <description>Thanks again to everyone for their responses.  &lt;BR /&gt;After more research, I think the problem we are having lies with the CISCO routers.  We should be using the "Weighted Fair Queueing" option, but I don't think we are.&lt;BR /&gt;Anyway, I will be pursuing the problem through router settings.&lt;BR /&gt;Thanks to all!</description>
      <pubDate>Wed, 18 Feb 2004 16:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184800#M46920</guid>
      <dc:creator>Trace Trembath</dc:creator>
      <dc:date>2004-02-18T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Bandwidth</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184801#M46921</link>
      <description>Hello Trace,&lt;BR /&gt;&lt;BR /&gt;this is certainly the best. We use CBWFQ (Class based weighted fair queing) on WAN lines to make sure FTP transfers do no bog down our transactional workload.. It does take some effort to setup from what I've gathered, but seems to work fine once in place.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 18 Feb 2004 17:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-bandwidth/m-p/3184801#M46921</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-02-18T17:29:56Z</dc:date>
    </item>
  </channel>
</rss>

