<?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: PC to VMS File Transfer in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423709#M58068</link>
    <description>&amp;gt;&amp;gt; Our date size ranges around  100GB-150GB of 100-200Kb &lt;BR /&gt;&lt;BR /&gt;So that's 200 - 400 blocks.&lt;BR /&gt;:&lt;BR /&gt;TCPIP$FTP_FILE_ALQ 20000&lt;BR /&gt;TCPIP$FTP_FILE_DEQ 20000&lt;BR /&gt;&lt;BR /&gt;What possessed you to do that?!&lt;BR /&gt;If the typical output file is known to be 100x smaller? &lt;BR /&gt;Combined with HWM that would nicely explain the drop in performance:&lt;BR /&gt;- Gather 20,000 blocks&lt;BR /&gt;- Scatter 10MB of zeros to the disks&lt;BR /&gt;- Write 300 blocks&lt;BR /&gt;- Give back 19,700 blocks. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; is close to about a million files on each transfer. We don't want to zip/tar these files. &lt;BR /&gt;&lt;BR /&gt;Well, you may have to if performance is more important than convenience.&lt;BR /&gt;&lt;BR /&gt;The way to make FTP perform is by NOT ACKing every block/file. You have to allow it to stream, which probably means zipping it up.&lt;BR /&gt;&lt;BR /&gt;For that much volume, I would probably like my output to remain zipped up, but that's just me.  &lt;BR /&gt;&lt;BR /&gt;Zip it up in 500MB - 2000MB chunck. Transfer to RAMdrive, Unzip to final target. This will take the disk performance pretty much out of the picture. Both Zipping (except for the first file) and Unzipping (except for the last file) can be happening while a file is transferring over the wire.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; assuming nothing goes wrong) &lt;BR /&gt;&lt;BR /&gt;IMHO tranferring 100 large clumps would appear to be easier to monitor and recover from errors, than millions of little things.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 May 2009 19:42:44 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-05-20T19:42:44Z</dc:date>
    <item>
      <title>PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423705#M58064</link>
      <description>&lt;!--!*#--&gt;We have an OpenVMS 8 that’s connected to four Windows XP machines over a  gigabyte switch. &lt;BR /&gt; &lt;BR /&gt;We use TCPIP to transfer files from our Windows XP systems over to the VMS box via WS FTP Pro (an FTP program) &lt;BR /&gt; &lt;BR /&gt;Our date size ranges around  100GB-150GB of 100-200Kb files, which is close to about a million files on each transfer. We don't want to zip/tar these files. &lt;BR /&gt; &lt;BR /&gt;Transfer rate is 350KB/sec, takes 3-4 weeks to fully transfer (assuming nothing goes wrong) &lt;BR /&gt; &lt;BR /&gt;We tried to increase RMS pre-allocation size: &lt;BR /&gt; &lt;BR /&gt;TCPIP$FTP_FILE_ALQ 20000&lt;BR /&gt;TCPIP$FTP_FILE_DEQ 20000&lt;BR /&gt; &lt;BR /&gt;Transfer rate went down to 25KB/sec. &lt;BR /&gt;&lt;BR /&gt;Where do we go from here? &lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 17:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423705#M58064</guid>
      <dc:creator>ama_3</dc:creator>
      <dc:date>2009-05-20T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423706#M58065</link>
      <description>There have been a few prior writeup on FTP performance. Google! +FTP +OPENVMS&lt;BR /&gt;&lt;BR /&gt;Check out the other TCPIP$FTP...  logicals.&lt;BR /&gt;Notably WINDOWSIZE or some such, but that's for the network side.&lt;BR /&gt;&lt;BR /&gt;Admittedly it sounds like a disk size issue.&lt;BR /&gt;&lt;BR /&gt;See if (HWM) High-Water-Marking is enabled. &lt;BR /&gt;&lt;BR /&gt;If the FTP used does not set the RMS Option FOP=SQO then HWM will may explain some slowness. Try with SET VOLUME/NOHIGH ...&lt;BR /&gt;&lt;BR /&gt;You may also want to try using a RAMDISK to stage the incoming files, at least for a TIMING test.&lt;BR /&gt;&lt;BR /&gt;$ mcr sysman io connect MDA0: /driver=sys$mddriver /noadapter&lt;BR /&gt;$ init/size ...&lt;BR /&gt;&lt;BR /&gt;It may be illuminating to use &lt;BR /&gt;$ ANAL/SYS&lt;BR /&gt;&amp;gt; SET PROC/ID=&lt;SOME active="" ftp="" transfer="" process=""&gt;&lt;BR /&gt;&amp;gt; SHOW PROC/RMS=(FAB,RAB,BDBSUM)&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SOME&gt;</description>
      <pubDate>Wed, 20 May 2009 17:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423706#M58065</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-05-20T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423707#M58066</link>
      <description>Your transfer process is no faster than the slowest link.  Your links to check are:&lt;BR /&gt;&lt;BR /&gt;1.  Disk transfer rate, XP disk to XP RAM&lt;BR /&gt;&lt;BR /&gt;2.  XP/PC to Gbit switch, which depends on the settings of the XP system NIC&lt;BR /&gt;&lt;BR /&gt;3.  Actual transfer rate over the Gbit switch.&lt;BR /&gt;&lt;BR /&gt;4.  GBit switch to VMS, which depends on the settings of the VMS NIC.&lt;BR /&gt;&lt;BR /&gt;5.  Disk transfer rate, VMS RAM to VMS disk&lt;BR /&gt;&lt;BR /&gt;Of these, the two places most likely to have screwed the pooch are the NIC settings, but I also wonder about how the destination disk or disks are laid out, geometry-wise and otherwise.&lt;BR /&gt;&lt;BR /&gt;You don't say whether the GBit switch is basically used just like a fast Ethernet, but if it is, verify Full Duplex ops and verify that the NICs are set to the maximum speed.&lt;BR /&gt;&lt;BR /&gt;For the destination disk(s), what is the cluster factor and is anything else to be stored on the disk(s)?  A relatively small cluster factor with a large file on a fragmented disk will only SEEM to take nearly forever.  In that case, it would be because you are thrashing through the bitmap allocation routines.  A quick look at performance might help.  Try&lt;BR /&gt;&lt;BR /&gt;$ MON FILE_SYS&lt;BR /&gt;&lt;BR /&gt;and look at the BITMAP rate.&lt;BR /&gt;&lt;BR /&gt;$ MON IO&lt;BR /&gt;&lt;BR /&gt;and look at the SPLIT TRANSFER rate.&lt;BR /&gt;&lt;BR /&gt;If the disk is totally (and I do mean TOTALLY) dedicated to these files to the exclusion of all else, re-init the volume before you start the transfer process.  This eliminates fragmentation issues as much as is humanly (machinely?) possible.  If the disk is not dedicated, see if you can make it so.  In which case you could init the volume with a larger cluster size than the defaults, which are oriented towards a lot of smaller files.  When you know you will have really large files, you can make the cluster factor a lot larger.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 17:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423707#M58066</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2009-05-20T17:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423708#M58067</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  3-4 weeks ! transfer to a cifs share ? why don't you want to zip the files ? do the files have to go over to the vms box - have you thought about using nfs ?&lt;BR /&gt;tar on windows to ftp or to tape ?&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 17:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423708#M58067</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2009-05-20T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423709#M58068</link>
      <description>&amp;gt;&amp;gt; Our date size ranges around  100GB-150GB of 100-200Kb &lt;BR /&gt;&lt;BR /&gt;So that's 200 - 400 blocks.&lt;BR /&gt;:&lt;BR /&gt;TCPIP$FTP_FILE_ALQ 20000&lt;BR /&gt;TCPIP$FTP_FILE_DEQ 20000&lt;BR /&gt;&lt;BR /&gt;What possessed you to do that?!&lt;BR /&gt;If the typical output file is known to be 100x smaller? &lt;BR /&gt;Combined with HWM that would nicely explain the drop in performance:&lt;BR /&gt;- Gather 20,000 blocks&lt;BR /&gt;- Scatter 10MB of zeros to the disks&lt;BR /&gt;- Write 300 blocks&lt;BR /&gt;- Give back 19,700 blocks. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; is close to about a million files on each transfer. We don't want to zip/tar these files. &lt;BR /&gt;&lt;BR /&gt;Well, you may have to if performance is more important than convenience.&lt;BR /&gt;&lt;BR /&gt;The way to make FTP perform is by NOT ACKing every block/file. You have to allow it to stream, which probably means zipping it up.&lt;BR /&gt;&lt;BR /&gt;For that much volume, I would probably like my output to remain zipped up, but that's just me.  &lt;BR /&gt;&lt;BR /&gt;Zip it up in 500MB - 2000MB chunck. Transfer to RAMdrive, Unzip to final target. This will take the disk performance pretty much out of the picture. Both Zipping (except for the first file) and Unzipping (except for the last file) can be happening while a file is transferring over the wire.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; assuming nothing goes wrong) &lt;BR /&gt;&lt;BR /&gt;IMHO tranferring 100 large clumps would appear to be easier to monitor and recover from errors, than millions of little things.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 19:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423709#M58068</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-05-20T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423710#M58069</link>
      <description>Are the 4 XP systems transfering to same target directory on the VMS system?  Are the 4 XP systems transfering to same target disk on the VMS system? Are new file versions ;2, ;3 ;... being created?  Does the target directory(s) contain other files?  &lt;BR /&gt;&lt;BR /&gt;OpenVMS stores directory listings in sorted ascending order.  If you're adding files to a very large directory in random order, it will take longer than adding files sorted to append to end of the directory listing.  Having 4 transfers into same directory could create a bottleneck. &lt;BR /&gt;&lt;BR /&gt;Prior to VMS 7.2 very large was directory file over 128 blocks, with your version 8, very large will vary.  &lt;BR /&gt;&lt;BR /&gt;The set volume/nohighwater as previously pointed out can increase write performance.  Setting this may allow a user to allocate and view the contents of deleted blocks.  Your security policy will determine whether or not this is an acceptable option.  VMS defaults to the more secure option.  &lt;BR /&gt;&lt;BR /&gt;Andy Bustamante</description>
      <pubDate>Wed, 20 May 2009 21:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423710#M58069</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2009-05-20T21:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: PC to VMS File Transfer</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423711#M58070</link>
      <description>Just to add my little bit, we perform similar amounts for transfer. We find zipping reduces files sizes by at least 90% ! Big difference. We prefer to use filezilla.</description>
      <pubDate>Wed, 20 May 2009 22:40:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pc-to-vms-file-transfer/m-p/4423711#M58070</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2009-05-20T22:40:41Z</dc:date>
    </item>
  </channel>
</rss>

