<?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: copy/ftp not responding in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252455#M59851</link>
    <description>the comments provided have provided invaluable information in closing this issue with the customer.</description>
    <pubDate>Mon, 23 Aug 2010 04:36:32 GMT</pubDate>
    <dc:creator>tim lloyd_1</dc:creator>
    <dc:date>2010-08-23T04:36:32Z</dc:date>
    <item>
      <title>copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252445#M59841</link>
      <description>Hi All, I maintain a system which consists of 4 Itanium servers running on Open VMS8.2-1.&lt;BR /&gt;The application is restarted every morning. One of the servers is classed as the “master” server and the other 3 are real time backups.&lt;BR /&gt;&lt;BR /&gt;Typically the master would start up at approx 6:30am with the other servers following. The location of the servers is split between a master site (where the master and another server live) and a recovery site where the other 2 servers are situated.&lt;BR /&gt;&lt;BR /&gt;So, if the master dies, its partner should take over immediately. If the master site dies the servers at the recovery site should be able to take over immediately.&lt;BR /&gt;&lt;BR /&gt;There are a couple of mechanisms for transferring data between servers: messages coming from external sources go to the master and are then distributed to the other servers via the Ethernet. But my concern is user data which is passed via the “copy/ftp” command.&lt;BR /&gt;&lt;BR /&gt;FTP just works! Or that is the way the system is designed. At several points of the day “copy/ftp” sends information from one server (not necessarily the master) to all other servers.&lt;BR /&gt;&lt;BR /&gt;One day the customer had huge network problems. The link between master and recovery site was down for several hours. The link was restored eventually and the system continued with the disaster recovery capability enabled and FTP working.&lt;BR /&gt;&lt;BR /&gt;But, at end of day I was alerted to the fact that the system “locked up”: the operators tried to initiate the end of day activity and their interface did not respond – the screen hung.&lt;BR /&gt;&lt;BR /&gt;After a bit of digging around I realised that an FTP job was sitting in the batch queue. The operators initiate end of day activity on the master server. Before this server can begin its own processing it uses FTP to alert all other servers to begin their activity.&lt;BR /&gt;&lt;BR /&gt;I tried to FTP from DCL on the master to another server and the job hung also – I didn’t get an error returned it simply sat there. I can’t remember how long I waited but I would say 5-10 minutes before I used CRTL-C to kill this action.&lt;BR /&gt;&lt;BR /&gt;This is the first and only time I have ever seen this problem. I am convinced that the customer had started to investigate their earlier problem and the knock on of that affected me. The silence on their part begins to confirm this.&lt;BR /&gt;&lt;BR /&gt;BUT, my experience with FTP is that it either works or it doesn’t work. The command issued is:&lt;BR /&gt;COPY/FTP filename node  username password::dest_file_name&lt;BR /&gt;This is part of a command file which is submitted to the SYS$BATCH&lt;BR /&gt;I would be grateful if anyone can advise:&lt;BR /&gt;• Why would FTP hang?&lt;BR /&gt;• I don’t see a timeout qualifier on COPY/FTP. Is there a  more prudent way to use FTP?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2010 00:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252445#M59841</guid>
      <dc:creator>tim lloyd_1</dc:creator>
      <dc:date>2010-08-20T00:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252446#M59842</link>
      <description>&lt;!--!*#--&gt;&amp;gt; FTP just works!  [...]&lt;BR /&gt;&lt;BR /&gt;Sure it does.  But, for a VMS-to-VMS COPY&lt;BR /&gt;operation, I'd tend to use DECnet rather than&lt;BR /&gt;FTP.  (Or, in a cluster, plain-old COPY&lt;BR /&gt;to/from a served/shared disk.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Open VMS8.2-1.&lt;BR /&gt;&lt;BR /&gt;      TCPIP SHOW VERSION&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] Why would FTP hang?&lt;BR /&gt;&lt;BR /&gt;DNS problems?  Network problems?  Many things&lt;BR /&gt;are possible.&lt;BR /&gt;&lt;BR /&gt;      HELP COPY /FTP /VERBOSE&lt;BR /&gt;&lt;BR /&gt;Hard to say what happens without some info on&lt;BR /&gt;what it's doing when it happens.</description>
      <pubDate>Fri, 20 Aug 2010 00:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252446#M59842</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-20T00:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252447#M59843</link>
      <description>Hi, apparently DECNET was used before but FTP was adopted when the system migrated from Vax to Itanium. Unfortunatly, as this is largely seen as a legacy system, it is unlikely a fundemental change such as this will be made.&lt;BR /&gt;&lt;BR /&gt;Your thoughts on why FTP doesn't work sort of correspond with mine. That is - it could be any one of a number of reasons.&lt;BR /&gt;&lt;BR /&gt;My remit is to support the host system and let the network guys field network problems. I would though like to ensure the host is as informative as it can be. I will investigate the /VERBOSE switch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I did check the TCPIP information:&lt;BR /&gt;&lt;BR /&gt;$ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.5&lt;BR /&gt;  on an HP rx2600  (1.40GHz/1.5MB) running OpenVMS V8.2-1&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2010 01:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252447#M59843</guid>
      <dc:creator>tim lloyd_1</dc:creator>
      <dc:date>2010-08-20T01:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252448#M59844</link>
      <description>&lt;!--!*#--&gt;&amp;gt; HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.5&lt;BR /&gt;&lt;BR /&gt;I see ECO 3 for that one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/layered_products/i64/" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/layered_products/i64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or, perhaps V5.6 ECO 5, if it's suitable.&lt;BR /&gt;(That's what's on my V8.3-1H1 system.)&lt;BR /&gt;&lt;BR /&gt;No bets that either would matter, but a look&lt;BR /&gt;might pay off.  The release notes seem to be&lt;BR /&gt;hidden in the kits, not available separately&lt;BR /&gt;from the FTP server.  (Which, of course, is&lt;BR /&gt;itself set to disappear soon, so get those&lt;BR /&gt;patches while you can.)</description>
      <pubDate>Fri, 20 Aug 2010 02:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252448#M59844</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-20T02:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252449#M59845</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;  Check the time period of the "hang". No distrespect intended, but in my experience, when a user says "I would say 5-10 minutes", it's usually significantly less. A DNS timeout can be several minutes, especially if there are several name servers defined (timeout on each in turn). To prove the point, start the COPY and go to lunch. If it's still hanging when you get back, I'll believe it really is hung! &lt;BR /&gt;&lt;BR /&gt;  You need to check that both nodes can see ALL their name servers, and that they can successfully translate each other's node names in both directions (name-&amp;gt;number and number-&amp;gt;name).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I donâ  t see a timeout qualifier on &lt;BR /&gt;&amp;gt;COPY/FTP. Is there a more prudent way &lt;BR /&gt;&amp;gt;to use&lt;BR /&gt;&lt;BR /&gt;  There are several possible timeouts, but they're defined system wide in TCPIP. As a hack, (and assuming IMCP messages are allowed), you could check PING connectivity prior to starting the COPY (but if it's a DNS issue, you'll possibly suffer the same delay).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Aug 2010 02:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252449#M59845</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-08-20T02:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252450#M59846</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;I've seen similar problems on systems using COPY/FTP with MultiNet.  Usually it was a problem on the FTP server but that didn't explain all occurrences.&lt;BR /&gt;&lt;BR /&gt;In the end I wrote a program which would issue a $FORCEX on the COPY/FTP.  You can pick up a copy of this from&lt;BR /&gt;&lt;A href="ftp://ftp.vsm.com.au/kits/timeout.zip" target="_blank"&gt;ftp://ftp.vsm.com.au/kits/timeout.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's how I used it:&lt;BR /&gt;&lt;BR /&gt;$ timeout := $ute:timeout.exe&lt;BR /&gt;$ timeout 00:02:00 /forcex&lt;BR /&gt;$ copy/ftp/log 'sourcefile' remote.node::'destfile'&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;If the COPY/FTP takes more than two minutes it will be forced to exit.  Depending on the job, you could replace /FORCEX by /DELPRC or /KILLJOB.  See TIMEOUT.PAS in the zipfile for details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Fri, 20 Aug 2010 05:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252450#M59846</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2010-08-20T05:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252451#M59847</link>
      <description>I share Jeremy's experience (also with MultiNet). It seems that FTP client software can occasionally get into a state where it is waiting for some (unknown to me) event that (apparently) won't occur and thus never issues a subsequent socket IO that could tell it that the connection is no longer viable and that the stack has timed the connection out. So, it just sits. My solution was to embed the FTP within a wrapper program where one thread performed the FTP and the other monitored the FTP for resource consumption (CPU/DIO/BIO) - if the progress stalled for some period of time the monitor thread aborted the FTP thread. This condition was rare but did occur periodically (100+ sites doing hundreds of FTPs daily), typically after some sort of network disruption along the FTP path.</description>
      <pubDate>Fri, 20 Aug 2010 11:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252451#M59847</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2010-08-20T11:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252452#M59848</link>
      <description>On the remote node, FTP should spawn a process with a name TCPIP$FTPxxxxx, with xxxxx such as C0000E&lt;BR /&gt;&lt;BR /&gt;Try acc/fu/since=just before the copy/ftp to see if you have a weird&lt;BR /&gt;&lt;BR /&gt;Do on the remote node repeated&lt;BR /&gt;&lt;BR /&gt;$ sh sys/net&lt;BR /&gt;during the copy/ftp &lt;BR /&gt;&lt;BR /&gt;and check to see the final status code&lt;BR /&gt;Check the file tcpip$ftp.log in the account of the remote node.&lt;BR /&gt;&lt;BR /&gt;By the way, you should leave VMS 8.2-1, and go to 8.3 (or 8.3-1H1) with the latest patches, but this may be completely unrelated to your problem.</description>
      <pubDate>Fri, 20 Aug 2010 12:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252452#M59848</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2010-08-20T12:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252453#M59849</link>
      <description>The first time you've seen it, maybe.  &lt;BR /&gt;&lt;BR /&gt;Far from the first case here.&lt;BR /&gt;&lt;BR /&gt;That stinking and festering and absurd and hideous pile of galactic-scale stupid known as ftp isn't the first suspect here.  Your network hardware is.  Then your IP.  Then your routers.  Your switches are absolutely suspect.  VLANs and firewalls, too.  As is your DNS.  As are your network duplex settings.&lt;BR /&gt;&lt;BR /&gt;Trust your network staff, but remember to verify what you're told.&lt;BR /&gt;&lt;BR /&gt;Here's the most recent discussion of ftp as a "canary" for a lower-level issue:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1439155" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1439155&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And no, I'm not a fan of (gag) ftp.</description>
      <pubDate>Fri, 20 Aug 2010 13:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252453#M59849</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-08-20T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252454#M59850</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;As has been noted there are a variety of possible causes. If the cause is not obvious, please consider using a LAN monitor such as WireShark to see what is actually happening on the network.&lt;BR /&gt;&lt;BR /&gt;I have seen these sort of problems caused by DNS, switches, firewalls, routers, LOGIN.COM, SYLOGIN.COM, disk problems, and numerous other causes. In the end, the LAN trace is often a useful step (to rule in/out network issues). I would also check the logs on the remote system (both FTP and accounting) to see if there is any information there.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 20 Aug 2010 14:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252454#M59850</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2010-08-20T14:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp not responding</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252455#M59851</link>
      <description>the comments provided have provided invaluable information in closing this issue with the customer.</description>
      <pubDate>Mon, 23 Aug 2010 04:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp-not-responding/m-p/5252455#M59851</guid>
      <dc:creator>tim lloyd_1</dc:creator>
      <dc:date>2010-08-23T04:36:32Z</dc:date>
    </item>
  </channel>
</rss>

