- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: poor ftp performance
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
02-23-2001 07:34 AM
02-23-2001 07:34 AM
poor ftp performance
It seems the solution is to change Auto-negotiation from On to Off in network connection characteristics (as I've read from other threads), but I don't know how to do it in hp-ux 10.20. In fact, I don't know how to see if auto-negotiation is on or off, because this information is not shown by lanadmin
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 07:45 AM
02-23-2001 07:45 AM
Re: poor ftp performance
To lock down the LAN config, use one of the start scripts in the /etc/rc.config.d. The specific file to modify will depend on the driver being used as well. An example of a file is the 'hpbasetconf', but remember this will depend on the LAN driver in use. Config of this file will lock down the card at a specific setting that you define. Don't forget that the port (switch) will need to be set correctly as well.
There are previous posts regarding the patches to use and the file to config based on the LAN driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 08:27 AM
02-23-2001 08:27 AM
Re: poor ftp performance
I have used lanadmin without any parameter and this program shows that speed is
10000000
but if I try to send 1200 files of about 1700 bytes each, it takes 250 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2001 09:59 AM
02-23-2001 09:59 AM
Re: poor ftp performance
Using the lanadmin command with the -x option will tell you if it is at 10, 100, full duplex, half duplex, auto negotiate on or off.
For 10.20, use the NMID#, for 11.00 use the snap#. These values can be obtained from the lanscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2001 10:00 AM
02-24-2001 10:00 AM
Re: poor ftp performance
If you want to get the files across faster, you might try rcp, or taring the files into a tar file and then untaring at the end.
If you were to run the same test between a pair of 11.0 systems, I would expect the file rate to increase - the standalone ack timer is 50 milliseconds in 11.0 and 200 in 10.20 and other BSDish stacks. With that clue, and a suggestion to use tcpdump to watch the control connection the inquisitive reader can figure-out what the control channel does that limits successive file transfers to 5 per second :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2001 01:34 AM
02-25-2001 01:34 AM
Re: poor ftp performance
Consider using "rsync" if you would like higher transfer speed. Rsync could compress the sending data for improving efficiency. My experience is that this program need less than half of the ftp time when sending large amount of data.
Rsync link,
http://rsync.samba.org/
Have a look and you may like it.
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2001 01:01 AM
02-26-2001 01:01 AM
Re: poor ftp performance
I think the cause of the poor performance I have described is due to the reason Rick Jones indicated because for every sent file, ftp shows
1700 bytes sent in 0.00 seconds (8247.32 Kbytes/s)
Then the problem is not the speed but he standalone ack timer. Is there any way to modify it? In fact, I can't find its value because I can?t find the file 'tcpdump'