- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- FTP with Unix
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
07-29-2004 10:03 PM
07-29-2004 10:03 PM
Depending on the type of transfer, I got different results:
- sending to Unix, good transfer rate
- sending to Alpha BAD transfer rate with a lot of timeout
The problem seem to be not on Unix, because sending the same file Unix to Unix is OK.
Have someone ideas on the problem ?
Thanks and regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 10:22 PM
07-29-2004 10:22 PM
Re: FTP with Unix
$ tcptrace /full/pack=1000 unix_name /out=trace.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 12:49 AM
07-30-2004 12:49 AM
Re: FTP with Unix
two server are on same network or in WAN? Because if connection line is widebroadband it's assimetric bandwidth.
If you are on same network, disable autonegotation.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 01:02 AM
07-30-2004 01:02 AM
Re: FTP with Unix
Receive as well as sending files : 3 K/sec.
The test was done with 2 AXP's.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 01:31 AM
07-30-2004 01:31 AM
Re: FTP with Unix
Changed from autonegotiaton to 100/Full now FTP work fine in both case (sending & receiving)
Thanks to all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 01:38 AM
07-30-2004 01:38 AM
Re: FTP with Unix
The rule of thumb "disable auto-negotiation" no longer applies with the Intel-based Ethernet cards.
BUT: Regardless whether you switch off (or on) auto-negotiation, be sure to have the same setting on both ends.
A switch port set to auto-negotiate will _not_ talk 100MBit with an Ethernet cards fixed to Fast Full Duplex.
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2004 06:22 AM
07-30-2004 06:22 AM
Re: FTP with Unix
I know from my colleague that the Tru64 Unix people have written a detailled guide on how to set up the network cards for their TruCluster Server environment.
Does something like this exist for the OpenVMS world?