- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- slow ftp and rcp between adjacent servers
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-17-2002 08:10 AM
07-17-2002 08:10 AM
slow ftp and rcp between adjacent servers
Both work OK. Both have different MAC addresses
Both have 10Mb cards disabled (via SAM) and 100Mb 1/2 duplex cards with the addresses above
.1 is HP-UX 10.20 and is working OK
.2 was working well under 10.20
.2 has just been upgraded to HP-UX 11
.2 seems fine except any attempts to copy files from .2 (rcp) is very slow and ftp'ing files from .2 to my pc is also slow.
Ping seems OK.
.1 will ftp to my pc at 1Mbyte/sec
.2 will only reach 16Kbyte/sec
.1 has 2 network cards, 100Mb EISA enabled
10Mb on-board disabled
.2 Has the same 100Mb EISA card and a 10Mb card.
10Mb on-board disabled
I'd suspect a routing issue except for the adjacent IP addresses and both servers being on the same switch.
Any ideas where else to look?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 08:19 AM
07-17-2002 08:19 AM
Re: slow ftp and rcp between adjacent servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 08:21 AM
07-17-2002 08:21 AM
Re: slow ftp and rcp between adjacent servers
You can check the cards setting by using the lanadmin -x
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 08:25 AM
07-17-2002 08:25 AM
Re: slow ftp and rcp between adjacent servers
set duplex at swith level and system level to same. better if it is a full duplex.ftp does perform better on full duplex.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 09:55 AM
07-17-2002 09:55 AM
Re: slow ftp and rcp between adjacent servers
The above responses are correct. I have had the same trouble in the past, and it alway turned out to be duplexing not being the same on the switch and the hosts.
Hope this helps.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2002 10:04 AM
07-17-2002 10:04 AM
Re: slow ftp and rcp between adjacent servers
I agree with Clay in that the first thing I'd look at is mismatched duplex settings between the network switch and the LAN card (as defined in the appropriate configuration file):
http://techsolutions.hp.com/fe/configs.html#config_files
Since you mention EISA cards, note that they support only half duplex (10 and 100mbps); and 'auto-negotiation' is not supported.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:19 AM
07-18-2002 01:19 AM
Re: slow ftp and rcp between adjacent servers
They both work well when re-install the 10.20 disks.
When running 11's netstat -p tcp we see:
500,000+ packets sent
500,000+ packets received
12,000 retransmit timeouts, 0 connections dropped by rexmit timeout.
On our working 11 box there are only 500 retransmit timeouts for similar packets sent and received.
Even telnet screen refreshes look slow: Is there some choke parameter that restricts bandwidth per connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:22 AM
07-18-2002 01:22 AM
Re: slow ftp and rcp between adjacent servers
Agree with all comments above.
The main source of these problems is the
settings for autonegotiation.
One end will probably trying to autoneg, and the other not.
This will lead to the poor performance you describe.
Here I don't have access to our switch configs,
(Different Team!!), but then I sun into these problems I jsut change things at the server end
and benchmark the result.
I change autoneg first, and if that doesn't fix it I try changing the speeds to get a match
(there aren't that many combinations)
You can use sam for ease or
lanadmin -X
from the command line
(usual settings are 10HD, 10FD, 100HD, 100FD
AUTO_ON )
hope this helps
Jeffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 01:26 AM
07-18-2002 01:26 AM
Re: slow ftp and rcp between adjacent servers
Try setting the -TCP_DELAY option in /etc/inetd.conf as below;
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -TCP_DELAY
then restart inetd (inetd -c)
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 02:43 AM
07-18-2002 02:43 AM
Re: slow ftp and rcp between adjacent servers
Tried lanadmin -X 100HD 1, no improvement
Checked in swlist - both running the same software for the card (J2780BA)
Checked /etc/rc.config.d/hpeisabtconf on both servers: Some differences - working card was set HP_EISABT_SPEED[0]=AUTO_ON and HP_EISABT_DUPLEX[0]=-256, a depracated setting included.
Replaced hpeisabtconf with the working one & restarted server - now working OK.
Thank you for all your suggestions