- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow file transfer
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-19-2002 07:36 AM
07-19-2002 07:36 AM
An FTP to an NT server system is very fast, as expected. However, when doing a file transfer from one ot the HP-UX boxes to another, the file transfer is horribly slow. As in painful, fingernails on chalkboard slow. A 1 MB file can take a minute. The odd thing is, this is also true if ensuring that we are using the gigabit NIC's in the two machines for the transfers. (We FTP to the IP address configured on the gig network card.)
No network errors appear in the syslog.log files.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 07:52 AM
07-19-2002 07:52 AM
Re: Slow file transfer
try rcp
just to amuse me..
Sounds like you need a patch..
lanadmin can possibly help identify any protocol errors..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:11 AM
07-19-2002 08:11 AM
Re: Slow file transfer
check ur duplex settings on the interface card and on the switch, try to put full duplex, ftp largely depends on duplex settings.
and also is there any problem with telnet becoming slow?
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 08:13 AM
07-19-2002 08:13 AM
Re: Slow file transfer
Do a "lanscan" to verify your lan cards are up and supported. "lanadmin" can be used to display the counters. Check for excessive errors.
Also check the speed of the cards and the IP addresses. The 100Base-T should be talking to the 100Base-T on the other system. Same with the 1000Base-F.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2002 05:34 AM
07-20-2002 05:34 AM
SolutionIf half duplex is the setting, you probably have an unlucky cable length between your machine and the switch and timing has misconfigured the duplex setting. To fix this temporarily, use lanadmin -X to set the 100BaseT cards to full-duplex. (Also change the switch to manual/100Mbit full-duplex) Do not turn off autonegotiation for the Gigabit cards as this is a requirement for the protocol.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 06:56 AM
07-22-2002 06:56 AM
Re: Slow file transfer
lanadmin -s reported 100 Mb/s
lanadmin -x reported HD
A-ha!
lanadmin -X 100FD 0 solved the problem!
Now, a side question. I have 4 11i servers that I want to communicate with each other via the gig Ethernet. I notice in the syslog.log file that the source IP is on the 100-BT card, not the gig card.
Recall both 100-BT and gig cards are on the same subnet. Is there some way that I can force the gig NIC to be used when communicating between the HP-UX boxes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 10:13 AM
07-22-2002 10:13 AM
Re: Slow file transfer
if you want one link to be a fail-over for the other, you might look-into the LAN Monitor functionality of Auto Port Aggregation.
If the number of IP's involved is small and there are no fail-over concerns, then you can configure explicit host routes for the remote destinations, pointing at one or the other of the local interface IPs. This will work for local traffic, it will rely on proxy ARP for remote IPs.
If you use ndd to set ip_strong_es_model to one (1), then traffic will exit the system on the interface on which it entered - so from the server standpoint that is cool as the incoming request picks the IP address. for initiation, i'm honestly not sure what happens - I've never tried it there.
you would still have to use explicit IP's in the calls to ftp etc to get that remote IP used unless you have separate names for each IP.
fwiw, it is ok to have multiple address aliases in the same subnet on a single NIC (single NIC as far as the transport can tell - IE an APA aggregate is OK too). it is also OK to have multiple IP subnets running on the same switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 04:24 AM
07-23-2002 04:24 AM
Re: Slow file transfer
I would consider doing the same thing using HP Auto Port Aggregation (APA).
APA is defined as allowing the exact same IP address to exist on two different LAN cards at the same time, for redundancy as well as increased throughput.
However, you cannot use ordinary hubs or switches with APA as the switch must support the APA protocol.
In order for an APA link to form, there must not be ANY IP addresses ifconfig'd on the lan NIC's. Otherwise you'll see an error and the lan aggregate will not form.
If you presently have lan0 in your netconf, just change that to lan900, which will be the lan formed by APA. Of course make sure you get the rest of the hp_apaconf and hp_apaportconf files set up too, per the manual. Its really pretty easy once you do it a couple of times.
On my system what I did was to remote the IP addresses and unplumb the lan cards being used in the aggregate, then edited the config files, and ran /sbin/init.d/hpapa start, and verified the lan aggegate was up e.g. with lanscan -q and lanadmin -x -v 900. After that, ifconfig lan900 inet 192.168.1.1 up and it came up and ran fine.
Have a look at the following document for more information on how to do this.
http://docs.hp.com/hpux/pdf/J4240-90016.pdf
Hope this helps!
Best Regards
Yogeeraj