- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp 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
06-17-2002 07:24 AM
06-17-2002 07:24 AM
ftp timeout
I got a problem with the ftp daemon on my HP-UX 10.20 box. I think it's with the daemon... Let me explain:
I need to upload files on my server (HP-UX 10.20) from my workstation (WinNT 4.0), all on the same LAN, no firewalls to passthru, when I try to upload, from my WS to my server, those files, the upload "freeze", never at the same file, after a while. But when I download the same bunch of file from the server to my WS every thing's fine. I checked out the space available and I get enought space to put the files. I tried to upload the file with 3 different ftp agent (CuteFTP, WS_Ftp and Hummingbird FTP)
Any ideas???
Regards,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:31 AM
06-17-2002 07:31 AM
Re: ftp timeout
Ive seen this problem before, its almost always a network/routing problem. Some strange way way of connecting from your PC to the HP server. Check your IP's, subnet masks, DNS, traceroute output etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:38 AM
06-17-2002 07:38 AM
Re: ftp timeout
Hope you don't have a duplicate ip problem on the network.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:42 AM
06-17-2002 07:42 AM
Re: ftp timeout
Then check your routes on the Unix box (netstat -r), you may have a bogus static route and the return tcp packets are getting lost. Also, try doing the ftp remotely, but add the "hash" command at the start before initiating any file transfer. This will generate some tcp trafic back to the remote system and may address any timeout issues.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 07:43 AM
06-17-2002 07:43 AM
Re: ftp timeout
It can be bcoz of the Lan port setting of the server and the switch , like a mismatch for Half Dupelx and full duplex stuff . Try doing a ftp to another Unix server and check the timing for a big file if this doesnt time out then the problem is outside other wise if this is lsow then try changing the settings of the server lan port.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 06:53 PM
06-17-2002 06:53 PM
Re: ftp timeout
I have heard of this problem in the past, however I don't remember and exact solution if there is one.
I would check my routes to ensure everything is configured properly there. Then I would also check for the duplex settings on both the switch and the NIC on the workstation and the server.
Use lanadmin and take a look at the counters there to ensure you're not getting network errors of any type.
Then if you want to elimiate the ftpd that ships with 10.20 you can try implementing a new ftpd server, such as:
http://www.proftpd.org/
You can download a precompiled version here:
http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.2.4/
Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 08:29 PM
06-17-2002 08:29 PM
Re: ftp timeout
You can also increase logging to enable ftpd to write errors to the syslog via inetd.conf
file
just append -v to the ftpd entry then hit
#inetd -c
to get inetd to re-read it's config file
timeout can also be increased via the same file, this is done in seconds although I don't think that that is the issue
-t1800 = 30 mins
Regards
Steve