- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- ftp problem in OpenVMS V7.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:40 PM
03-16-2005 09:40 PM
thanks.
Otep
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:45 PM
03-16-2005 09:45 PM
Re: ftp problem in OpenVMS V7.2
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:49 PM
03-16-2005 09:49 PM
Re: ftp problem in OpenVMS V7.2
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:58 PM
03-16-2005 09:58 PM
Re: ftp problem in OpenVMS V7.2
Hi Ian, that is for ftp only. push and pull scenarios.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 10:09 PM
03-16-2005 10:09 PM
Re: ftp problem in OpenVMS V7.2
ftp> put SMAD11-0117.FCDR;1 test1
200 PORT command successful.
150 Opening data connection for SMSC_TCDR:[BILLING]test1.; (9.9.8.34,52603)
226 Transfer complete.
5179420 bytes sent in 21.02 seconds (240.64 Kbytes/s)
ftp> get test1 test1
200 PORT command successful.
150 Opening data connection for SMSC_TCDR:[BILLING]TEST1.;2 (9.9.8.34,52860)
226 Transfer complete.
5179420 bytes received in 348.53 seconds (14.51 Kbytes/s)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 10:15 PM
03-16-2005 10:15 PM
Re: ftp problem in OpenVMS V7.2
this applies only the VMS systems port
- regarding FTP:
are both directions slow or just writing?
If writing is slow, try to increase the Extendsize by which files are extended
(set rms/extend).
Then there is the famous TCPIP SET PROT TCP /NODEALY.
And last not least try increasing the TCP buffer spaces with SYSCONFIG (sysconfig -r inet tcp_sendspace=1048576 tcp_recvspace=1048576).
Be sure to have read the tuning manual, found under http://h71000.www7.hp.com/doc/732final/documentation/pdf/aa-rn1vb-te.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 10:50 PM
03-16-2005 10:50 PM
Re: ftp problem in OpenVMS V7.2
(Personnaly I fail to understand why a server would need "auto-negotiate". These machines tend to located rather stablely in the network and don't hop from one location to another....)
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:13 AM
03-17-2005 01:13 AM
Re: ftp problem in OpenVMS V7.2
With all due respect, I must differ with a part of your Mar 17, 2005 10:45:28 GMT.
While Auto-negotiate is well-known to cause problems, I do not remember any problems with Full Duplex.
The problems that I do remember where AutoNegotiation problems, where one side selected Full Duplex and the other went Half Duplex.
The best way to deal with a slowdown, is to analyze the traffic between the nodes, using an analyzer. Then work back to fix the actual symptom. While it is possible to fix things by repeated experimentation, it is a surer long term solution.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 03:34 AM
03-17-2005 03:34 AM
Re: ftp problem in OpenVMS V7.2
mc lancp show dev/char.
Compare this with what the network team configured.
The put goes acceptable (240K/sec) and the get is slow (14K/sec).
This makes me believe that VMS is OK but the other side of the FTP has problems (or whatever that is in between).
Full duplex problems means that you generate errors on VMS when trying to put packets on the cable. When you put, it is the VMS side that is putting the packets on the network. When you get, it is the other side that is putting the packets on the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 03:44 AM
03-17-2005 03:44 AM
Re: ftp problem in OpenVMS V7.2
Actually, the effects of Full/Half Duplex mismatch vary wildly depending upon which nodes's messages get lost during the time window.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 05:24 AM
03-17-2005 05:24 AM
Re: ftp problem in OpenVMS V7.2
You might be right. I've already seen very strange behaviours.
In any case, you should most probably see collision (probably late) on the network interface. mc ncl sho csm stat * all (or use lancp or sda) and check the counters.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:02 PM
03-17-2005 12:02 PM
Re: ftp problem in OpenVMS V7.2
>First thing you _should_ avoid on the
>VMS side is auto-negotiate. It's a
>notoirious source of trouble
I have to disagree with this.
It's much better to use AUTONEGOTIATE on your OpenVMS systems. Most switches and hubs default to AUTO. Some of the cheaper ones cannot be configured otherwise. Pick a random port out there and odds are it will want to negotiate, so your systems should go with the majority. The protocol works, so you're better off using it.
The trouble comes when OpenVMS managers specify a fixed speed and the hub or switch it's connected to tries to negotiate. The protocol doesn't understand fixed speed ports, and can configure a duplex mismatch.
(one might argue that this is a failing of the negotiation protocol, but that's not something we're going to be able to change).
As of V8.2 (and recent LAN patches on older versions), OpenVMS will detect and report duplex mismatches on the console. Short term fix is to reset the local port using LANCP, but the long term fix is to enable autonegotiate at the console.
Everything is much simpler if you can forget about trying to make sure a particular cable needs to be plugged into a particular socket. Setting *everything* to autonegotiate makes that happen, so that's the current recommendation from OpenVMS Engineering and HP Customer Support.
Although I agree to some extent with your comment about servers being fixed, so why let them negotiate, the reality is the rest of the world expects autonegotiation, so we're better off complying than standing on principle. It also gives you the flexibility of changing your hub or switch technology without having to worry about configuring it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 04:39 PM
03-17-2005 04:39 PM
Re: ftp problem in OpenVMS V7.2
Hope someone can help us on this. thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 08:37 PM
03-17-2005 08:37 PM
Re: ftp problem in OpenVMS V7.2
Could you use HGFTP?
ftp://ftp.process.com/vms-freeware/fileserv/hgftp.zip
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 10:37 PM
03-17-2005 10:37 PM
Re: ftp problem in OpenVMS V7.2
7K a second is severly low. I strongly suspect that the problem is NOT the software on the OpenVMS side.
When getting an answer of that type, it is important to do a check on the reasonableness of the answer.
A suggestion: Connect the OpenVMS system standalone to another system, a notebook (laptop) computer with a reversed (null modem) RJ45 cable. Then do FTP operations in both directions. If, as I suspect, the problem is not on the VMS side, you will see substantially higher bandwidth.
In that case, the problem is not directly the protocol stack, but either a setting somewhere or a backbone problem. I have dealt with these problems many times, and they are almost always solveable (just dealt with such a situation the other week with KERMIT over LAT servers). [smile] When necessary, I have had to go into the field and troubleshoot the problem by decoding packets, but it is always solvable.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 01:45 AM
03-18-2005 01:45 AM
SolutionOT, but from your profile:
"I have assigned points to 9 of 43 responses to my questions. "
See:
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA949978&listType=unassigned&forumId=1
some of those are already rather old.
-- maybe you can find some time to fixe up some loose ends? Even if you do think an answer deserves no points, then assigning 0 points will remove the "unassigned" flag.
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 02:37 AM
03-18-2005 02:37 AM
Re: ftp problem in OpenVMS V7.2
A footnote to my posting from earlier this morning.
7Kbytes/second is roughly equal to 56Kbits/second, which is roughly 0.5% of a first generation 10Mbit/second IEEE 802.3 (Ethernet) network. It is less than 0.05% of a 100Mbit/second network.
Unless you have a vey slow link (say a 56Kbit/second landline), this is an unreasonable level of network performance. I routinely do 100Mbyte transfers over a 10Mbps network between OpenVMS nodes in far less time (using various versions of HP TCP/IP, Multinet, TCPware, and DECnet).
- Bob Gezelter, http://www.rlgsc.com