Slow FTP & SMB


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Slow FTP & SMB
# 1  
Old 12-10-2005
Slow FTP & SMB

SCO Unix 5.0.5 moving to Red Hat
Intel EtherExpress Pro/100+

Newbie that just started working for a company and having an issue with transfer speeds over the network. Need to move 1.5GB of data from an old server with a single SCSI HDD to a new server with RAID 5 SATA HDD's. Goal was to FTP the data but Tx speed is around 75KB/s.

Check netconfig and correct driver is installed. Was on Auto detect but tried 100/half then 100/full with no change.

This move will have to happen 2-3 times for testing purposes. Not looking to babysit a server for 5 hours for each transfer. Any help would be appreciated.
# 2  
Old 12-10-2005
this seems like a wan/lan network issue ... if there is a way you can get both boxes on the same subnet, you might get the transmit speed to go much higher ...

if both boxes are already on the same subnet, check the settings on the network switch ports themselves to make sure they are not on auto ...

if the NICs and ports for both boxes are already set correctly and there are no issues with any of the network devices connecting the SCO box to the Linux box, try a "temporary enhancement" if possible ...

Code:
1. power-off both boxes
2. remove older box's smaller drive and add it to an empty slot on the newer box
3. boot up newer box
4. if newer box can read data on "new" drive, copy data
5. power-off new box
6. remove "new" drive and return to older box
7. boot up both boxes normally

BTW, I've used the procedure listed above on Sparc boxes running Solaris but I've never done it on Intel-based boxes or with Intel-compatible *nixes ... I vaguely remember doing same procedure on HP-UX and AIX but I'm still foggy from the anesthesia so ...


if there is no way you can do a "temporary enhancement" and everything looks like they are supposed to, then I would suggest running the job right before you leave for the day ... check on the file transfer the next day ...

if you are allowed to setup a rsh/ssh connection between both boxes without being prompted for a password, I suggest you try a remote transfer that way and see if it helps the speed ... try transferring a 1 MB file to test ... see "man rsh", "man ssh", "man tar" ...
Code:
cd /data/dir
tar cvfp - [file|dir] | rsh linuxbox "cd /data/dir; tar xvfp -"  # could also use ssh

when setting up the rsh/ssh connection, make sure that it is setup for the user who owns the data being transferred unless you can set it up for root on both boxes ... search forums on tips to setup remote rsh/ssh connection ... good luck!
# 3  
Old 12-11-2005
If the machines are in physical proximity with each other, you could just use a crossover cable between them and transfer over a dedicated interface. That of course assumes that you have a spare network port on each machine.
# 4  
Old 12-11-2005
Thx. Boxes are on same subnet and I cannot attached the SCSI drive to the SATA/IDE box. I'll look a little closer at the switch, then try a crossover cable.

BTW, anyway to attach a SCSI via external encloser or would I be stuck with having to purchase an add-in SCSI card.
# 5  
Old 12-11-2005
IMHO - I'd suggest downloading the data to your local pc/laptop and then uploading to the second server. 1.5Gb isn't that much data.

Depending on how the network load is ; it could be resulting on the slow transfer rate that you've experienced.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to see the status of all the ftp put & get files logs and curent ftp transfer status ?

How to see the status of all the ftp put & get files logs and curent ftp transfer status if any active ftp running in the background ? (2 Replies)
Discussion started by: i4ismail
2 Replies

2. UNIX for Advanced & Expert Users

Smb & nmb not starting at boot - CentOS7

I would like the smb and nmb to start on boot. In the terminal (as root) I did: /sbin/chkconfig smb --addor chkconfig --add sambaor chkconfig --add /sbin/smbdresault is message like below : error reading information on service smb: No such file or directory Please use CODE tags as... (2 Replies)
Discussion started by: momed131
2 Replies

3. UNIX Desktop Questions & Answers

Ftp is slow

hi, good morning. Ma trying to ftp from one AIX machine to another on the same segment of the network. The ftp to eshtablish connection from machine A to machine B is quick, but the reverse is taking is much time (2 mins). anyone can help me to solve this issue please (1 Reply)
Discussion started by: kamaldev
1 Replies

4. AIX

Slow FTP response on WAN

Hi All. We are using AIX 5.3 ML9. There is 1 Gig NIC installed on two servers (Primary and Secondary) with Full Duplex Mode. We have scheduled a cronjob to copy the backup from primary to secondary thru FTP on WAN. The total data size is 15 GB and it took 9 Hours and 18 Mins with transfer rate... (6 Replies)
Discussion started by: lodhi1978
6 Replies

5. IP Networking

Slow LAN FTP Transfers with FreeBSD...

Hello, I've got a FreeBSD 6 server running on my network that I used as a file server for my main computer. However I've really become frustrated with the slow up/down speeds I'm getting, about 100KB/s, which is about as bad as if I was using a "real" server. My setup is as follows: ISP |... (4 Replies)
Discussion started by: CyberCat
4 Replies

6. Shell Programming and Scripting

FTP run from shell script gives slow transfer rates

Hey everybody, this is my first post so be gentle. I have two Sun 5220's running Solaris 10 that are directly connected with a cross-over cable at Gig. One of these boxes is my production Oracle server which generates a 50GB dump file every evening at 10:50. The other Solaris is a devolopment... (8 Replies)
Discussion started by: Countificus
8 Replies

7. UNIX for Dummies Questions & Answers

SSH and FTP connect slow

Hi again guys, Earlier today, just all of a sudden, all SSH and FTP connections to my internal Linux box just slowed down to a crawl. After the connection/authentication though, everything was back to normal speed. Until you have to connect again. A box reboot didnt work either. Now, from... (1 Reply)
Discussion started by: Aeros
1 Replies

8. Solaris

Solaris 9 slow login thru ssh & ftp

When I ssh to my box, an Ultra 5. I get prompted for password immediately. I enter it and have to wait sometimes a full minute for it to prompt for a password. The same thing happens when i try to ftp to the box, it will say connected, but it takes forever to prompt for password, and... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

9. BSD

ipfw slow ssh and ftp connections

just as the title says. thanks. #General Rule Sets /sbin/ipfw add 0300 check-state /sbin/ipfw add 0301 deny tcp from any to any in established /sbin/ipfw add 0302 pass tcp from any to any out setup keep-state /sbin/ipfw add 0303 pass udp from any to any out #SSH FTP /sbin/ipfw add 0400... (11 Replies)
Discussion started by: dwildgoose
11 Replies

10. UNIX for Dummies Questions & Answers

slow ftp

On one of of solaris 7 boxes whenever i telnet or ftp it takes sometime before i get the prompt...any quick ideas where I should look...Thanks (3 Replies)
Discussion started by: suntan
3 Replies
Login or Register to Ask a Question