1826621 Members
3303 Online
109695 Solutions
New Discussion

FTP transfer slow

 
trilok_pvp
Frequent Advisor

FTP transfer slow

Hi All,

When i copy a file from a Server A to any servers in network, its coping fine, But when i try to copy the file from any of the servers to server A, its taken more time to copy.

it takes nearly 1MB for 1 Min, pls suggest on this.
4 REPLIES 4
nightwich
Valued Contributor

Re: FTP transfer slow

Hi trilok


Please see if you have any network errors:


netstat -in


Also try to do a traceroute from one server to the server with slow ftp and analise the rout.


Reply with the output of commands if you have any doubt
Steven E. Protter
Exalted Contributor

Re: FTP transfer slow

Shalom,

There are a number of possible causes for this issue.
1) Server A may be missing a self resolution entry in /etc/hosts . While not strictly necessary, often slowdowns of this type can be resolved by adding a few /etc/hosts entries, for the server itself at the least.
2) DNS response could be slow. make sure the DNS servers have correct information in them for Server A.
3) There could be a problem with routers or router configuration between server A and the network.
4) Network configuration. Check lanadmin -x ## Replace ## with the number from the lan entry. Use lanadmin to hist lan interfaces. Ideal output for lanadmin -x should be full duplex.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Suraj K Sankari
Honored Contributor

Re: FTP transfer slow

Hi,

Check the network card setting, of your server and switch.

try to set (100/10/auto) same at both the side and try..

Suraj
trilok_pvp
Frequent Advisor

Re: FTP transfer slow

Hi,

I checked the settings for the server. Pls check the settings below for server A and Server B. B working fine.


serverb:/etc>netstat -in
Name Mtu Network Address Ipkts Opkts
lan0 1500 192.166.10.0 192.166.10.136 84375412 59054107
lo0 4136 127.0.0.0 127.0.0.1 23 23


root:servera:/etc>netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 192.166.10.0 192.166.10.125 620816742 2760446 723393647 0 0
lo0 4136 127.0.0.0 127.0.0.1 123994503 0 123994506 0 0