- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp connection very slow
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
01-25-2005 05:15 PM
01-25-2005 05:15 PM
ftp connection very slow
I am trying to get APA working.
Currently I installed J4240AA (Version B.11.23.05), but when issuing "ftp
When using rlogin or telnet, I have high performance issue at all.
Any help will be much apreciated !!
Regs
Achilles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 08:22 AM
01-26-2005 08:22 AM
Re: ftp connection very slow
scp FILENAME DESTINATION/DIRECTORY
should work.
You didn't mention what the destination machine was running. If both machines are running 11.23, and they're both reasonably fast processsors, then you might have a problem to look into.
If you're connecting to an 11.0 system on a slow processor, then indeed there could be a long wait to make the initial connection while the two machines exchange keys. The secure utilities on 11.0 are notoriously slow and this is aggravated by slow processors.
However, once the initial handshaking takes place, the secure utilities are just as fast as their unsecure bretheren. Its worth the bother and the wait to make this work. I've attached my usual file to illustrate the configuration of secure shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 07:16 PM
01-26-2005 07:16 PM
Re: ftp connection very slow
You can improve the speed of this by reducing the size of the server's key "ServerKeyBits" in sshd_config, or by calling ssh with the "-c cipher_spec".
Another cause can be if "sshd" is being called by inetd rather than being a standalone daemon, the "authorized_keys" file is very long, there is a problem with DNS name resolution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 07:37 PM
01-26-2005 07:37 PM
Re: ftp connection very slow
check the lan interface card, whether it has been set to HD (half duplex) or FD (full duplaex)using lanadmin.
change according to your network settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 03:54 AM
02-07-2005 03:54 AM
Re: ftp connection very slow
Usually when FTP to or from HP-UX systems there might be FTP problems if the HP lancard is auto-negotiating the half and full duplex with the switch.
You barely can ftp 1MB file in 10 minutes.
The trick is to turn off auto-negotiation in both or at least the HP lancards.
Regards,
Bob