FTP over ATM issue


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users FTP over ATM issue
# 1  
Old 10-07-2003
FTP over ATM issue

We just recently upgraded our T1 wan link to a 10Mbit ATM link.

Windows pc's seem fine and get great speed, however we have 2 Sco unix box's that seem really slow at FTPing now.

both Sco box's are

SCO OpenServer Enterprise System (ver 5.0.5m)
compaq ML530's

I'm not really sure what to check...

I did an identical file transfer to the same pc on the other side of the wan. My windows box was getting around 180k/s but the 2 sco box's were only getting around 30k/s.

I'm not sure why when we did the cut over from T1 to ATM the unix servers acted different. Will a reboot of the unix servers make a difference?

Any help would be great.

Thanks
# 2  
Old 10-08-2003
Hi,

I think it's time to upgrade to a different type of Unix server Smilie
No, just kidding.

ATM has the nice feature of rebuilding your packets to transfer to the other site and over there it goes visa versa. A kind of MOdulate DEModulate Smilie

It might be that the mtu from your system is conflicting with the size ATM is using, I know you can let this being addapted by your ATM provider. Adapting the MTU size of your packets is addaptable as well (temporarily) using ifconfig. I think it is very wyse to wait to get some more (different) answers from multiple people as this does not looks to be an easy problem. If nothin else comes out I'dd defintly try to get in contact with a specialist from your ATM provider.

Good luck.


Regs David
# 3  
Old 10-08-2003
Try a transfer from your local pc to your local sco box. This will, I hope, not involve ATM. How fast is that?
# 4  
Old 10-08-2003
Here is a transfer of a windows file from my 2k PC to my Sco box

150 Opening BINARY mode data connection for Q311401_IIS5_SP2_x86_ENU.exe.
17328032 bytes sent successfully. (5640.64 KB/s) (00:00:03).
# 5  
Old 10-09-2003
We don't really have any SCO experts and I'm not sure what to tell you. But here are a few thoughts.

First check the local lan as SCO sees it. Try "netstat -i" at least and look for excessive errors or collisions. The box needs a good connection to the lan. Things may have been reconfigured that caused a problem. Also sco may have some addition stats that can be displayed by an additional command. Look for anything like that. And check the traffic flow to/from the box. If the box is doing 15 other concurrent ftp jobs, your job is going to be slow.

Still got a problem? Unplug the sco box for a while and take your pc over and plug in into the sco's network connection. Reset your pc to sco's ip address. Send the file. If it's fast from your pc and slow from the sco, you know that the problem is on the sco. If the pc is also slow, there must be a network issue near the sco.

If the problem is on the sco box, make sure that your os is up-to-date. No fair comparing a 15 year old unix to a recent pc. And make sure that your os has all networking patches. Look around on the sco and see if you can find any way to tune tcp/ip. For example, sun and hp have ndd which can do that.

That's about all I can think of. If you get it working faster, let us know what the problem was.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Issue with FTP?

HI Guys, Issue:: While doing bye command on ftp, it just hings as below untill you try Ctrl+C 891 bytes received in 0.0017 seconds (526.16 Kbytes/s) ftp> bye 221-You have transferred 0 bytes in 0 files. I too have tried with other commands like, close, disconnect etc but no luck. ... (1 Reply)
Discussion started by: Atp3530
1 Replies

2. Solaris

ATM to Ethernet conversion

More old kit ..... We have a bunch of old Sun kit E4500, E450 etc that are currently running on ATM nic's and need to be put on the the onboard Ethernet ports.... Anyone know how to do this without downtime? It'd be better if I can keep the original Ip Addresses though it may be possible to... (2 Replies)
Discussion started by: Martincorneuk
2 Replies

3. Shell Programming and Scripting

Simulation of ATM interface

Hi guys, I recently discovered this problem and any help would be great. 1) Create a file in vi named Accounts_File with the following data: The user, the name, the pin number, current balance and transaction history. There are 3 users who need to be inputted with all their PIN, etc... (1 Reply)
Discussion started by: Jimmy_c
1 Replies

4. UNIX for Dummies Questions & Answers

Simulation of an ATM interface

Hi guys, I recently discovered this problem and any help would be great. 1) Create a file in vi named Accounts_File with the following data: The user, the name, the pin number, current balance and transaction history. There are 3 users who need to be inputted with all their PIN, etc... (1 Reply)
Discussion started by: Jimmy_c
1 Replies

5. UNIX for Dummies Questions & Answers

Create a simple ATM (Cash machine simulation)

I need to create a simple ATM (Cash machine simulation in unix) which shows a welcome screen, then a login screen to enter 3 users details. help please on the coding The users details need to be in a txt file: the details are: (PIN No, First name last name, Account number, Balance, Histrosy) ... (1 Reply)
Discussion started by: oobla01
1 Replies

6. Homework & Coursework Questions

Client/server atm with sockets

Hello everyone!I would appreciate any help you could give me,I have to make a program of an atm machine using client server sockets and semaphores.I know how to construct an ATM in c++ but don't know anything about unix c.The problem is that Don't know what to do and how to link the two programs... (0 Replies)
Discussion started by: tamanas
0 Replies

7. IP Networking

Need Cisco hardware that'll translate IP to ATM

Hello, This is my first time here so I hope I can describe everything. Due to the nature of what we're doing, I'm only going to describe what I need. We need to convert TCP/IP to ATM. I'm not talking about encapsulizing it by wrapping ATM around it, rather pure conversion from IP to ATM.... (0 Replies)
Discussion started by: sohel2009
0 Replies

8. Shell Programming and Scripting

error in ftp script which pulls files from ATM

Hi Everyone, I have an ftp script which pulls files from ATM in a daily basis. But for the last two days i found that the script is throwing some error like ******************************************** cat: 0652-050 Cannot open EJpullErr_20090411.log. cat: 0652-050 Cannot open... (5 Replies)
Discussion started by: Renjesh
5 Replies

9. UNIX for Dummies Questions & Answers

FTP Issue, Help please

folks; when i manually run this script below, it works fine, but when i run it using a scheduler like "autosys" it doesn't work & i get this error: ftp: connect: A remote host refused an attempted connect operation The script: ftp -n XXX.XXX.XXX.XXX <<- eof User Pswd cd xxx/xxxx/xxx... (0 Replies)
Discussion started by: moe2266
0 Replies
Login or Register to Ask a Question