<?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: UCX 4.1 - RCP Problems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191068#M70663</link>
    <description>Reread the story. The problem only occurs when making the connection ?&lt;BR /&gt;&lt;BR /&gt;On VMS : &lt;BR /&gt;$ ucx sho comm&lt;BR /&gt;and check if peak column reaches maximum&lt;BR /&gt;if number of routes peaks are high (e.g. 100), I could be small buffers that must be increased (I had the problem once).&lt;BR /&gt;$ ucx sho servi rsh/fu&lt;BR /&gt;and check if limit was reached by peak value.&lt;BR /&gt;Are quotas low ? Did the line had to be opened and did it take longer than the connection timeout ?&lt;BR /&gt;&lt;BR /&gt;On the Sun :&lt;BR /&gt;$ netstat -a | wc&lt;BR /&gt;If high, the limit could be reached (which is at 10.000 connection as far as I know, it could be dangling connections).&lt;BR /&gt;Check the same things as on VMS.&lt;BR /&gt;&lt;BR /&gt;Try to capture a tcptrace (tcptrace/fu/prot=tcp/pack=1000000). The reason may be readable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Feb 2004 06:21:14 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-02-16T06:21:14Z</dc:date>
    <item>
      <title>UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191053#M70648</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a VMS box in Asia and a Sun Solaris box in London linked to each other via a 128kbps dedicated bandwith&lt;BR /&gt;&lt;BR /&gt;My question is on the vms box&lt;BR /&gt;&lt;BR /&gt;VMS is running 7.1 with UCX 4.1 ECO-9&lt;BR /&gt;&lt;BR /&gt;There are applications running on VMS and SUN boxes which transfer files between the 2 boxes using "RCP"&lt;BR /&gt;&lt;BR /&gt;1. We occasionally used to encounter file transfer errors with mysterious errors like below&lt;BR /&gt;%RCP-E-CONHST, error connecting to remote host&lt;BR /&gt;&lt;BR /&gt;But we _could_ connect to the host via telnet. Also upon immediate retry the file transfer would go through.&lt;BR /&gt;&lt;BR /&gt;The file transfer problems normally surface with big files around 4mb...but occasionally with smaller files as well.&lt;BR /&gt;&lt;BR /&gt;2. I contacted HP support who asked me to increase SMALL_BUFFERS from 200 to 1000. Did that and it solved the problem for a while.&lt;BR /&gt;&lt;BR /&gt;But still get problems occasionally.&lt;BR /&gt;&lt;BR /&gt;Then HP asked to upgrade to 4.2 - did not solve the problem at all&lt;BR /&gt;&lt;BR /&gt;3. then HP support asked me to upgrade to 5.1 (on VMS 7.1 itself). Did that and then the problem got worse!  ALso the SMALL_BUFFERS parameter had been rendered redundant and we could not fiddle around with that either.&lt;BR /&gt;&lt;BR /&gt;In desperation we restored back a system image from a backup taken with the ucx 4.1 ECO 9 since with this version the situation was atleast tolerable&lt;BR /&gt;&lt;BR /&gt;So we are now back to square one.&lt;BR /&gt;&lt;BR /&gt;Now HP says, 5.1 was not supported on VMS 7.1 and so they are asking us to upgrade to atleast 7.2-1 and UCX 5.0a&lt;BR /&gt;&lt;BR /&gt;I am a bit reluctant to do that since I did not see any patch release documents stating that this problem has EVER been fixed in 5.0a or 5.1 patches.&lt;BR /&gt;&lt;BR /&gt;We then contacted the network engineer who manages the 128kbps link over whch we rcp the files. He looked at the router and link stats and said he could not see anything wrong!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So now what do I Do??&amp;gt;?&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;I have test systems to play around with and give you any output you may want&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;one more interesting thing is that there are 2 ways to rcp a file&lt;BR /&gt;&lt;BR /&gt;run rcp on sun and pull the file from vms to sun&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;run rcp on vms and push the file from vms to sun&lt;BR /&gt;&lt;BR /&gt;from my tests the second one is more likely to fail.&lt;BR /&gt;&lt;BR /&gt;BUT with some other applications, on the sun which run rcp on the sun to PUSH files to the VMS, I've seen failures too&lt;BR /&gt;&lt;BR /&gt;totally nonplussed and don't know what is the way to even start approaching to tackle this issue&lt;BR /&gt;&lt;BR /&gt;surya&lt;BR /&gt;======</description>
      <pubDate>Fri, 13 Feb 2004 00:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191053#M70648</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-13T00:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191054#M70649</link>
      <description>Hi Surya,&lt;BR /&gt;&lt;BR /&gt;As you said the problem is with both VMS &amp;amp; SUN ( though with VMS more likely ), so I guess the problem might be with network ( though intermittent ) . Anyway, can you use ftp instead of RCP and check whether it also fails or not ?? If with FTP also you are facing the problem from both SUN &amp;amp; VMS , then we can suspect network problem...&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Fri, 13 Feb 2004 02:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191054#M70649</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-02-13T02:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191055#M70650</link>
      <description>Depending on what you have on the Sun, but maybe you can use Decnet ( dnincp or something like that on Sun).&lt;BR /&gt;&lt;BR /&gt;For you problem, I think there is a Tcp parameter you have to adjust to avoid it (sorry, I have forgottent which one, I will try to find)</description>
      <pubDate>Fri, 13 Feb 2004 03:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191055#M70650</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-13T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191056#M70651</link>
      <description>and anyway,you should avoid rcp, which does not have a strict rfc  (or does not have a rfc at all), and is not the best tool.&lt;BR /&gt;&lt;BR /&gt;you should have a look at FTSO, which is the same as FTSV, but using the IP transport. There is checkpointing, so if you reboot the Vms or the Sun when you have copied 90% of a file, it will just copy teh remainig 10 %.</description>
      <pubDate>Fri, 13 Feb 2004 03:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191056#M70651</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-13T03:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191057#M70652</link>
      <description>Hi Lokesh,&lt;BR /&gt;&lt;BR /&gt;I tried with FTP as well as RCP for a large number of trials. FTP did not fail. But I can't use FTP since with FTP I need to provide a password and due to security reasons, I can't do that. With RCP I can use proxies.&lt;BR /&gt;&lt;BR /&gt;Also we have 2 other VMS 7.1 TCPIP 5.0a systems which also have file transfer operations with the same SUN box and they don't have any problems whatsover. These 2 other VMX boxes are located closer to the SUN box and have a bandwidth of 256kbps.&lt;BR /&gt;&lt;BR /&gt;But network engineers say they don't see any problems related to bandwidth. They say if bandwidth was the problem, then the file transfer won't fail, it will just take longer.&lt;BR /&gt;&lt;BR /&gt;surya&lt;BR /&gt;=====</description>
      <pubDate>Fri, 13 Feb 2004 03:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191057#M70652</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-13T03:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191058#M70653</link>
      <description>Hi labadie,&lt;BR /&gt;&lt;BR /&gt;Please take a look at my reply to Lokesh on why we use RCP&lt;BR /&gt;&lt;BR /&gt;Also how do I use FTSO and FTCV? I am not able to invoke these commands on the DCL. I am not a VMS expert but not a real novice either - just to give you an idea on my level of VMS knowledge&lt;BR /&gt;&lt;BR /&gt;Can you tell me which TCP parameter to tune?&lt;BR /&gt;&lt;BR /&gt;surya&lt;BR /&gt;======</description>
      <pubDate>Fri, 13 Feb 2004 03:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191058#M70653</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-13T03:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191059#M70654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We also had some ftp's losing their connection to a remote site. After a long search we found that the firewall decided to reset the connection (because of obscure bugs).&lt;BR /&gt;&lt;BR /&gt;It was also present in all UCX and TCP versions.&lt;BR /&gt;&lt;BR /&gt;It was solved by using high portnumbers on vms.&lt;BR /&gt;&lt;BR /&gt;Set ipport_userreserved_min to e.g. 51000 and ipport_userreserved to 59999 and test again. I don't remember how to do it in UCX.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 04:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191059#M70654</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-13T04:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191060#M70655</link>
      <description>Ftso is a commercial product, see the Spd at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/info/SPD/#SPD_F" target="_blank"&gt;http://h18000.www1.hp.com/info/SPD/#SPD_F&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;look for&lt;BR /&gt;&lt;BR /&gt;54.34 File Transfer Spooler for Open systems, Version 1.6 26 Feb 2001 &lt;BR /&gt;&lt;BR /&gt;Sorry I have to search in my notes to find the Tcp parameter.</description>
      <pubDate>Fri, 13 Feb 2004 04:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191060#M70655</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-13T04:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191061#M70656</link>
      <description>Thanks for the info on FTSO. but since we may have to change a number of applications to use FTSO, that could be 1 problem.&lt;BR /&gt;&lt;BR /&gt;Tell me please, is there a way to use FTP and not hardcode the password?&lt;BR /&gt; &lt;BR /&gt;surya&lt;BR /&gt;======</description>
      <pubDate>Fri, 13 Feb 2004 04:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191061#M70656</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-13T04:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191062#M70657</link>
      <description>Not to my knowledge.</description>
      <pubDate>Fri, 13 Feb 2004 07:22:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191062#M70657</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-13T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191063#M70658</link>
      <description>&amp;gt; Tell me please, is there a way to use FTP and not hardcode the password?&lt;BR /&gt;&lt;BR /&gt;I've done this before:&lt;BR /&gt;&lt;BR /&gt;- In AUTHORIZE, create a rights identifier (FTP_PASSWORD, for example)&lt;BR /&gt;- Grant that rights identifier to the username that will do the FTP&lt;BR /&gt;- Put the username and password in a file (FTP_PASSWORD.DAT, for example)&lt;BR /&gt;- Establish an ACL so that only processes with the FTP_PASSWORD rights identifier can access the file&lt;BR /&gt;- When it's time to transfer a file, open FTP_PASSWORD.DAT and fetch the username and password&lt;BR /&gt;&lt;BR /&gt;Ugly, but effective...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Feb 2004 12:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191063#M70658</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2004-02-14T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191064#M70659</link>
      <description>On FTP preventing a password:&lt;BR /&gt;I remember I had a similar problem between two TRU64 machines, but am uncertain how it was solved exactly. Anyway, there involved a hidden file on either side (sender of receiver, that I canot remember) and by that it was possible to start a FTP session without specifying a password.&lt;BR /&gt;&lt;BR /&gt;The fact that your other machiens seem to have no trouble, makes me think of yet another issue: Some VMS machines do have trouble where NICs are set to "auto-negotiate". You'd better avoid that. We did have severe problems using FTP (VERY slow) where TELNET was no trouble at all, and it was solved by explicilty setting NIC and switch-port to 100Mb, secondly try half-duplex. It _may_ work with RPS as well.</description>
      <pubDate>Mon, 16 Feb 2004 02:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191064#M70659</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-02-16T02:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191065#M70660</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. Keep 'em coming.&lt;BR /&gt;&lt;BR /&gt;Just to make a slight correction to one of my earlier posts (not the very first post)&lt;BR /&gt;&lt;BR /&gt;QUOTE&lt;BR /&gt;Also we have 2 other VMS 7.1 TCPIP 5.0a systems which also have file transfer operations with the same SUN box and they don't have any problems whatsover. These 2 other VMX boxes are located closer to the SUN box and have a bandwidth of 256kbps.&lt;BR /&gt;END QUOTE&lt;BR /&gt;&lt;BR /&gt;The correction is that these 2 other boxes are VMS 7.2-1 and TCPIP 5.0a. So the 2 variables between the ones that work and the one that has problems are as follows&lt;BR /&gt;&lt;BR /&gt;1. lower bandwidth&lt;BR /&gt;2. physically located much farther than the other 2 VMS boxes (and the SUN box) that don't have a problem&lt;BR /&gt;3. earlier versions of vms and ucx on the box that has problems&lt;BR /&gt;&lt;BR /&gt;I have noted the suggestion of setting the NIC to 100M/full and not to use AUTODETECT and will test this out to see if this helps. I am now working on producing a reproducible test case - one that can help us figure out which "variable" actually is the culprit.&lt;BR /&gt;&lt;BR /&gt;planning to upgrade to vms 7.2-1 (from 7.1) and to TCPIP 5.0a (from ucx 4.1 eco-9) and test that first. if it works, we wont touch the bandwidth. if that doesn't work then we will try increasing the bandwidth - but somehow I've got a gut feeling that bandwidth congestion will not cause the type of ERRORS. it may only have an impact on performance.&lt;BR /&gt;&lt;BR /&gt;Does anyone agree with my suggested approach or does the whole exercise of VMS upgrade etc seem a waste of time and are there any other parameter tuning that can be attempted before we embark on the VMS upgrade exercise?&lt;BR /&gt;&lt;BR /&gt;tia&lt;BR /&gt;&lt;BR /&gt;surya&lt;BR /&gt;=====</description>
      <pubDate>Mon, 16 Feb 2004 03:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191065#M70660</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-16T03:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191066#M70661</link>
      <description>Is there any firewall in place ? Which one (version) ? Some firewalls impersonate one site and add packages that were not sent. I had a firewall that added RST (ask for a reset of the connection). The RST was added because the firewall was convinced that there was a security breach.&lt;BR /&gt;&lt;BR /&gt;The RST can be checked with TCPTRACE.</description>
      <pubDate>Mon, 16 Feb 2004 04:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191066#M70661</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-16T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191067#M70662</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is no firewall anywhere between these boxes&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;surya&lt;BR /&gt;=====</description>
      <pubDate>Mon, 16 Feb 2004 04:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191067#M70662</guid>
      <dc:creator>Surya Rao</dc:creator>
      <dc:date>2004-02-16T04:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191068#M70663</link>
      <description>Reread the story. The problem only occurs when making the connection ?&lt;BR /&gt;&lt;BR /&gt;On VMS : &lt;BR /&gt;$ ucx sho comm&lt;BR /&gt;and check if peak column reaches maximum&lt;BR /&gt;if number of routes peaks are high (e.g. 100), I could be small buffers that must be increased (I had the problem once).&lt;BR /&gt;$ ucx sho servi rsh/fu&lt;BR /&gt;and check if limit was reached by peak value.&lt;BR /&gt;Are quotas low ? Did the line had to be opened and did it take longer than the connection timeout ?&lt;BR /&gt;&lt;BR /&gt;On the Sun :&lt;BR /&gt;$ netstat -a | wc&lt;BR /&gt;If high, the limit could be reached (which is at 10.000 connection as far as I know, it could be dangling connections).&lt;BR /&gt;Check the same things as on VMS.&lt;BR /&gt;&lt;BR /&gt;Try to capture a tcptrace (tcptrace/fu/prot=tcp/pack=1000000). The reason may be readable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2004 06:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191068#M70663</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-16T06:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191069#M70664</link>
      <description>1. lower bandwidth&lt;BR /&gt;2. physically located much farther than the other 2 VMS boxes (and the SUN box) that don't have a problem&lt;BR /&gt;&lt;BR /&gt;Combined this _could_ lead to time-out problems. Normally, distance should NOT be a problem, nor would low bandswith alone. BOTH may introduce timeouts, causing the connection to be dropped. &lt;BR /&gt;Also, line quality is a matter of concern. A 'bad' line requires more retransmission requests - causing more traffic - causing more collisions - causing more delay - causing retransmissions and so on. At a certian point, the connection may be dropped due to "too much errros".&lt;BR /&gt;It may be worthwhile to check the counters. Which ones, check &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=276091" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=276091&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2004 07:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191069#M70664</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-02-16T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191070#M70665</link>
      <description>Please post a TCPIP trace. This shows if any retransmissions are done.</description>
      <pubDate>Mon, 16 Feb 2004 07:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191070#M70665</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-16T07:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191071#M70666</link>
      <description>How about assigning some points to the responses?&lt;BR /&gt;&lt;BR /&gt;Pointer to help on points:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 07:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191071#M70666</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2005-08-30T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: UCX 4.1 - RCP Problems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191072#M70667</link>
      <description>FTSO is now free&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware70/ftso/http://h71000.www7.hp.com/freeware/freeware70/ftso/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware70/ftso/http://h71000.www7.hp.com/freeware/freeware70/ftso/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 07:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-4-1-rcp-problems/m-p/3191072#M70667</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-08-30T07:46:29Z</dc:date>
    </item>
  </channel>
</rss>

