<?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 put file problem on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165745#M57840</link>
    <description>Thank you all&lt;BR /&gt;I obtain many experiences about this case!&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Mar 2009 06:29:15 GMT</pubDate>
    <dc:creator>李俊賢</dc:creator>
    <dc:date>2009-03-26T06:29:15Z</dc:date>
    <item>
      <title>ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165734#M57829</link>
      <description>Dear All&lt;BR /&gt;I found some "ftp put" problem on our Alpha server&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; sh ver&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6&lt;BR /&gt;  on a AlphaServer DS20 500 MHz running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;I put file to myself&lt;BR /&gt;$ftp test07&lt;BR /&gt;$put test.txt&lt;BR /&gt;first the speed is very slow 33.98/s but after 2 mins the speed is 2000/s &lt;BR /&gt;but when I use ftp get the speed is always 4000/s&lt;BR /&gt;&lt;BR /&gt;can any one give me suggest &lt;BR /&gt;Thanks a lot</description>
      <pubDate>Tue, 24 Mar 2009 09:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165734#M57829</guid>
      <dc:creator>李俊賢</dc:creator>
      <dc:date>2009-03-24T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165735#M57830</link>
      <description>You want to define the logical names  tcpip$ftp_file_alq and tcpip$ftp_file_deq on the server. The defaults are way too low, causing excessive overhead when the file is extended.&lt;BR /&gt;&lt;BR /&gt;Here's the doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/83final/6526/6526pro_041.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/6526/6526pro_041.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 09:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165735#M57830</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2009-03-24T09:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165736#M57831</link>
      <description>4000/s?  What unit?  What NIC?&lt;BR /&gt;&lt;BR /&gt;In addition to the RMS extent sizes (a very good initial suspect here), also confirm the process quotas in the target ftp environment are sufficient.  If this box has been around for a while, you may well have low quotas there.&lt;BR /&gt;&lt;BR /&gt;Check for disk fragmentation in the target environment, too.&lt;BR /&gt;&lt;BR /&gt;And irrespective to the issues around ftp performance, do seriously consider switching to the DCL syntax when working with DCL and ftp:&lt;BR /&gt;&lt;BR /&gt;COPY/FTP&lt;BR /&gt;&lt;BR /&gt;such as the following example&lt;BR /&gt;&lt;BR /&gt;COPY/FTP/ASCII test.txt ftp.example.com"user pwd"::test.txt&lt;BR /&gt;&lt;BR /&gt;This command syntax is easier to work with, and you can perform DCL symbol substitution and DCL command processing directly within the command.  And (when scripting ftp) you don't need a temporary file, either.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165736#M57831</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-24T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165737#M57832</link>
      <description>Long shot, but always worth checking. Please make sure all your network adapters and switch ports are set to AUTONEGOTIATE.&lt;BR /&gt;&lt;BR /&gt;Or, at the very least make sure all pairs of ports are set identically (that is, if the host adapter is set to 100/full, make sure the corresponding switch port is set the same)</description>
      <pubDate>Tue, 24 Mar 2009 19:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165737#M57832</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-03-24T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165738#M57833</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;1.The switch and lancp config OK!&lt;BR /&gt;2.4000kb/s means the speed when I press the CTRL+T&lt;BR /&gt;07::_TNA6: 11:50:39 TCPIP$FTP CPU=00:00:14.96 PF=2453 IO=62664 MEM=346&lt;BR /&gt;PUT (IMAGE)         559042560 bytes 00:04:56.54 elapsed (1840.98 KB/S)&lt;BR /&gt;      Local: DISK803:[MIS.JACKYLEE]TEST.TXT;8&lt;BR /&gt;     Remote: TEST.TXT&lt;BR /&gt;3.I found when I use ftp put file to OS disk everything is OK! but when i put file to other disk ftp speed is very slow,and disk hung&lt;BR /&gt;&lt;BR /&gt;Please give me some suggestion&lt;BR /&gt;Thanks a lot&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165738#M57833</guid>
      <dc:creator>李俊賢</dc:creator>
      <dc:date>2009-03-25T03:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165739#M57834</link>
      <description>Well, it may be as simple as free space FRAGMENTATION on the target disk.&lt;BR /&gt;&lt;BR /&gt;Download DFU from &lt;A href="http://www.digiater.nl." target="_blank"&gt;www.digiater.nl.&lt;/A&gt;&lt;BR /&gt;REPORT on both disks.&lt;BR /&gt;&lt;BR /&gt;FTP speed to similar disks should have similar performance. If not, there is an unrecognized difference. Assuming similar configuration, the first suspect is (IMHO) fragmentation. But us  the system disk indeed similar to the other disk? Both on SAN nor neither on san?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2009 03:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165739#M57834</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-03-25T03:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165740#M57835</link>
      <description>Dear All&lt;BR /&gt;I solve this situation &lt;BR /&gt;I check the device type and find high-water marking&lt;BR /&gt;$sh dev disk300/full&lt;BR /&gt; Volume Status:  ODS-2, subject to mount verification, file high-water marking,&lt;BR /&gt;      write-back caching enabled.&lt;BR /&gt;&lt;BR /&gt;and init the disk&lt;BR /&gt;$dismount disk300&lt;BR /&gt;$init/nohighwater dkb300: disk300&lt;BR /&gt;$mount/system dkb300: disk300&lt;BR /&gt;&lt;BR /&gt;$sh dev disk300/full&lt;BR /&gt;Volume Status:  ODS-2, subject to mount verification, write-back caching&lt;BR /&gt;      enabled.&lt;BR /&gt;&lt;BR /&gt;Then I test ftp PUT file everything is fine!</description>
      <pubDate>Wed, 25 Mar 2009 04:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165740#M57835</guid>
      <dc:creator>李俊賢</dc:creator>
      <dc:date>2009-03-25T04:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165741#M57836</link>
      <description>&amp;gt;$dismount disk300&lt;BR /&gt;&amp;gt;$init/nohighwater dkb300: disk300&lt;BR /&gt;&amp;gt;$mount/system dkb300: disk300&lt;BR /&gt;&lt;BR /&gt;  OUCH!! You mean you wiped the whole disk just to turn off highwater marking?? Talk about a big hammer. &lt;BR /&gt;&lt;BR /&gt;  You can turn highwater marking on or off at any time without dismounting, or affecting your data in any way. It's safe and instant.&lt;BR /&gt;&lt;BR /&gt;  Next time try:&lt;BR /&gt;&lt;BR /&gt;$ SET VOLUME/NOHIGHWATER_MARKNIG DKB300&lt;BR /&gt;&lt;BR /&gt;  or to turn it on again:&lt;BR /&gt;&lt;BR /&gt;$ SET VOLUME/HIGHWATER_MARKING DKB300&lt;BR /&gt;&lt;BR /&gt;  I'd recommend you do a sanity check. Try your test again, with highwater on and off. My guess is you WON'T see a huge difference. The real issue was probably something completely different, that the INIT fixed (for example, fragmentation).&lt;BR /&gt;&lt;BR /&gt;  It's important to check this, just to make sure you don't go away with the impression that highwater marking could cause such a large performance hit.</description>
      <pubDate>Wed, 25 Mar 2009 19:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165741#M57836</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-03-25T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165742#M57837</link>
      <description>Dear John &lt;BR /&gt;&lt;BR /&gt;Thank you very much&lt;BR /&gt;next time I will use set volume command&lt;BR /&gt;&lt;BR /&gt;This machine is a test environment so I can do any test on this machine.&lt;BR /&gt;I try DEFRAGMENT command first but still have ftp put problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2009 23:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165742#M57837</guid>
      <dc:creator>李俊賢</dc:creator>
      <dc:date>2009-03-25T23:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165743#M57838</link>
      <description>I will assume you are performing exactly the same FTP command for the get and the put, and the only difference is with the specific default target disk, and whether the operation is a get or a put.  (This to ensure the local box is not contributing to the ftp speed differences here, whether due to contention, fragmentation or caching..)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but when i put file to other disk ftp speed is very slow,and disk hung&lt;BR /&gt;&lt;BR /&gt;A solidly hung disk?  That's definitely both interesting and quite potentially relevant here, and usually not goodness.&lt;BR /&gt;&lt;BR /&gt;Look for disk errors.  &lt;BR /&gt;&lt;BR /&gt;Look for a bad disk.  &lt;BR /&gt;&lt;BR /&gt;Look for conflicting activity on the disk and on the bus.&lt;BR /&gt;&lt;BR /&gt;Look for SCSI configuration or termination errors.  &lt;BR /&gt;&lt;BR /&gt;Look for differences in default allocation and default extent sizes as established on the drives.  &lt;BR /&gt;&lt;BR /&gt;Look for speed differences among the drives.&lt;BR /&gt;&lt;BR /&gt;The disk settings usually provided by the default INITIALIZE command are somewhere between bad and awful, too.   Cluster size and particularly extent size are two that can be central here.&lt;BR /&gt;&lt;BR /&gt;This is ancient and slow gear and accordingly ill-suited for any sort of serious performance and tuning work.  I'd expect the disks are of a similar and old and slow vintage; not the best for speed.  Replace the gear. &lt;BR /&gt;&lt;BR /&gt;Beyond discussions of disks (which do appear involved here) ftp itself has various issues with network performance and firewalls and related.  OpenVMS ftp isn't itself particularly fast, and the way that ftp works in general does not scale well nor operate well with modern networks.   Here's some old reading on this topic:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_5632.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_5632.html&lt;/A&gt;</description>
      <pubDate>Thu, 26 Mar 2009 01:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165743#M57838</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-26T01:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165744#M57839</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;As John says (hi John) you can use the SET command to turn on/off hi-watermarking, but I seem to remember you have to remount the disk to effect the change.&lt;BR /&gt;&lt;BR /&gt;Have fun,&lt;BR /&gt;&lt;BR /&gt;PJ</description>
      <pubDate>Thu, 26 Mar 2009 06:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165744#M57839</guid>
      <dc:creator>Paul Jerrom</dc:creator>
      <dc:date>2009-03-26T06:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165745#M57840</link>
      <description>Thank you all&lt;BR /&gt;I obtain many experiences about this case!&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Mar 2009 06:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165745#M57840</guid>
      <dc:creator>李俊賢</dc:creator>
      <dc:date>2009-03-26T06:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put file problem on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165746#M57841</link>
      <description>"As John says (hi John) you can use the SET command to turn on/off hi-watermarking, but I seem to remember you have to remount the disk to effect the change."&lt;BR /&gt;&lt;BR /&gt;No. Changing highwater marking is immediate.&lt;BR /&gt;&lt;BR /&gt;Jur.</description>
      <pubDate>Thu, 26 Mar 2009 06:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-put-file-problem-on-openvms/m-p/5165746#M57841</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2009-03-26T06:54:30Z</dc:date>
    </item>
  </channel>
</rss>

