- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP interrupted or timeout
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-22-2002 09:41 AM
01-22-2002 09:41 AM
FTP interrupted or timeout
We try to transfer files (approximately 500 Mo)with FTP. The transfer stops after some minutes with the error 'FTP interrupted or timeout'.
We made several attempts (43Mo, 17Mo, 170Mo transfered).
Here is values of some parameters on the HP9000 which will receive the files :
tcp_ip_abort_interval : 600000
tcp_keepalive_interval : 7200000
tcp_ip_abort_cinterval : 75000
tcp_keepalive_detached_interval : 120000
Thanks in advance,
Nora
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:09 AM
01-22-2002 10:09 AM
Re: FTP interrupted or timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:17 AM
01-22-2002 10:17 AM
Re: FTP interrupted or timeout
If you are going through a router(s) then the mtu should be checked on them also. You may also wish to change your pmtu setting with ndd
ndd -get /dev/ip ip_pmtu_strategy
ndd -set /dev/ip ip_pmtu_strategy 0
Hope this helps.
nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:24 AM
01-22-2002 10:24 AM
Re: FTP interrupted or timeout
Error message is :
... connection reset.
FTP return code 27150, Error code 00010
Any suggestion will be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:31 AM
01-22-2002 10:31 AM
Re: FTP interrupted or timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:38 AM
01-22-2002 10:38 AM
Re: FTP interrupted or timeout
lanadmin show MTU Size = 1500 and ndd -get /dev/tcp ip_pmtu_strategy gives 1.
Should I change theses values ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 10:53 AM
01-22-2002 10:53 AM
Re: FTP interrupted or timeout
Unix Server is ignoring ICMP Fragmentation Required errors telling the server to use smaller packets. If you sent the mtu to 1456 this may overcome the problem. If not check the mtu setting on the router.
nancy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:31 AM
02-06-2003 08:31 AM
Re: FTP interrupted or timeout
In my case, we are running HPUX 10.20. We are fairly certain that the other end has an MTU issue, however, could I please get a more detailed reason for setting the MTU to 1456, does this enable fragmentation, or can I set fragmentation elsewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 09:10 PM
02-06-2003 09:10 PM
Re: FTP interrupted or timeout
In HP-UX run traceroute to the other host, look for long delays.
Run ping, look for variance in ping times.
You may have a problem with the physical network or some router.
I'm assuming there's room for the file and there is room in the /var fs on UX and wherever the MVS box stores it logs.
Any of these things can freeze the transfer, and make it look like a timeout when that in fact is not the case.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 10:20 PM
02-06-2003 10:20 PM
Re: FTP interrupted or timeout
If you are running OS390, the problem is very likely on the MVS box. We had a similar problem. Take a look at the following thread. In the next to last reply the patch that solves the problem is stated.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x88847d4cf554d611abdb0090277a778c,00.html
Hope this helps,
Tom