- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp transfer rate issue..between two unix hosts
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-14-2011 02:00 PM
01-14-2011 02:00 PM
We have two rx6600 servers with 1000base T lan cards..1000FD /auto-neg on settngs ...
the same settngs are at the switch ports too..
But even afetr that we are nt gettng the desired speed...the link is of 45 Mbps..
The speed between two windows machine in the same WAN is about 3.5 - 4 MB/s...
Whereas betwenn two unix hosts it is 1.2MB/s..
Do we need to tune any netwrok parameter at O.S end..like tcp/ip...using ndd..
o.s 11i23 , 16gb Ram...
kindly suggest...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 02:02 PM
01-14-2011 02:02 PM
Re: ftp transfer rate issue..between two unix hosts
If 11.31, use
# nwmgr -c lan0 -v
to get the current link speed (adjust lan0, please).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 02:19 PM
01-14-2011 02:19 PM
Re: ftp transfer rate issue..between two unix hosts
Its 11i23..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 09:55 PM
01-19-2011 09:55 PM
Re: ftp transfer rate issue..between two unix hosts
Kindly suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 10:30 PM
01-19-2011 10:30 PM
Re: ftp transfer rate issue..between two unix hosts
lanadmin -x 1 (for lan1)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 01:58 AM
01-20-2011 01:58 AM
Re: ftp transfer rate issue..between two unix hosts
At both server as well as switch end the speed set is 1000FD Auto-neg on ...
also the latency between two unix boxes is 30ms OVER THE WAN...
Still m not able to achieve the transfer speed as that of two windows boxes....on SAME WAN..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 03:42 AM
01-20-2011 03:42 AM
Re: ftp transfer rate issue..between two unix hosts
Have you reviewed if the absence, or incorrect definition of any static route are causing that your data packages are going by a long way path to reach your target server. You can verify this probability with "traceroute" command from each side of your servers.
Use "netstat -rn" command to view your current routing tables definitions.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 05:59 AM
01-20-2011 05:59 AM
Re: ftp transfer rate issue..between two unix hosts
The hops are the same for both windows and hp boxes..
Can we look from ndd paremetrs point of view...???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 06:10 AM
01-20-2011 06:10 AM
Re: ftp transfer rate issue..between two unix hosts
Modify inetd.conf on the server side:
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l -B 2048
From the client side:
ftp -B 2048 server
Earl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 06:13 AM
01-20-2011 06:13 AM
Re: ftp transfer rate issue..between two unix hosts
Ad you are wondering why WIndows to WIndows xfers are 3.5 to 4MB/s (Full OC3/WAN Speed). Whilst UNIX to UNIX are a measly 1.2MB/s.
And you are testing via FTP.
Possibilities between the disparity are:
- HOW you test. (Use NULL Ftp on UNIX that does not involve disk if it helps)
- Have you ensured that during your UNIX ftp test that there are no other load on the WAN?
- Last, check with your Network Folks -- if they have somewhting set up on the WAN config that limits certain networks or hosts to be restricted not to use the entire expensive WAN pipe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 06:26 AM
01-20-2011 06:26 AM
Re: ftp transfer rate issue..between two unix hosts
Two sites are connected by Point-to-point Leased lines...
We had ensured that there is no data transfer between two hosts over d WAN ...
Hi Earl ,
M working on ur soln , will intimate u asap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 06:34 AM
01-20-2011 06:34 AM
Re: ftp transfer rate issue..between two unix hosts
If you can do Gigabit speeds between HP-UX machines on your LANs - then there should be no reason to suspect there is a network configuration issue on your HP-UX machins sir.
This is how I usually test via FTP to test full bandiwdth vaailable on my LAN:
ftp> put "|dd if=/dev/zero bs=1024k count=1024" /dev/null
it avoids disk I/O so it discounts the effect of slow filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 07:39 AM
01-20-2011 07:39 AM
Re: ftp transfer rate issue..between two unix hosts
You were spot on :)
Wen increased buffer size to 8192 i got a transfer speed of 5 MB/sec which was desperately needed...between 2 unix hosts...
Now my 100MB file takes only 20.82 sec which was previously taking 117 sec .
But now i have another question , we are planning to use oracle dataguard to replicate our archive logs , but since dataguard uses tcp protocol for file transfer , kindly suggest a solution as to how we can achieve the same transfer rate for ORACLE DATAGUARD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 08:09 AM
01-20-2011 08:09 AM
Solutionhttp://www.oracle.com/technetwork/database/features/availability/dataguardnetwork-092224.html
and
http://en.wikipedia.org/wiki/Bandwidth-delay_product
Lots of good references in the oracle document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 08:11 AM
01-20-2011 08:11 AM
Re: ftp transfer rate issue..between two unix hosts
http://blogs.oracle.com/AlejandroVargas/dataguard/Formula%20to%20Calculate%20TCP%20Socket%20Buffer%20Sizes.pdf
I have tried the ftpd buffers on my Linux and 11.11 systems (just out of curiosity) and it had no effect. We have an OC3 WAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 09:35 AM
01-20-2011 09:35 AM
Re: ftp transfer rate issue..between two unix hosts
Thank you very much for the solution :)
Also do let me know if you can find any other references for oracle dataguard reg log transfer protocol.
Thanks again .