HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP Server HP-UX 11.0 Help
Operating System - HP-UX
1827452
Members
3900
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-08-2002 12:24 PM
01-08-2002 12:24 PM
FTP Server HP-UX 11.0 Help
I have a HP-UX 11.0 server that is running FTP server on it. My users in the field are running Windows 2000 and are pulling and pushing data to this server. When my users are downloading a file from the HP I get a lot of disconnects closed by remote host problem. These files are 4-6MB in size going across a 56K modem. Now all there other access does not seem to do this ie Email Internet only the HP so I am looking for any help on settings etc on the HP side that might be causing this problem and how I might fit it. Thank you for your time.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 12:40 PM
01-08-2002 12:40 PM
Re: FTP Server HP-UX 11.0 Help
First thing to do is make sure you have the latest patch bundle installed (Dec 2001).
How frequent are the disconnects?
live free or die
harry
How frequent are the disconnects?
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 12:46 PM
01-08-2002 12:46 PM
Re: FTP Server HP-UX 11.0 Help
As far as I know I am up to date on the patches on the box. The disconnects are getting to be a large issue they are happening more and more. Like 35% of the time now. The connection is still there with the RAS but the FTP itself disconnects before it is finished.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2002 12:51 PM
01-08-2002 12:51 PM
Re: FTP Server HP-UX 11.0 Help
Hi,
Here is the doc How to increase the keep alive time for FTP Doc id # KBRC00000523
Instead of adjusting timeout variables, just enter hash at the ftp
prompt.
ftp> hash
then get your file
ftp> get filename
What this will do is present a # mark for about every 10k transmitted and will
not allow the ftp session to die no matter how long the session. The good thing
about this solution is that it is a client side solution meaning it will work
anywhere for any user.
2. If variables still need to be adjusted use the
nettune -s command. To increase the timeout increase two variables,
tcp_keepstop and tcp_keepfreq. Then make all of the variables present in a
startup script. The commands are as follows.
For 10.x
nettune -s tcp_keepfreq 1000
nettune -s tcp_keepstop 1000
for 11.0
ndd -set tcp_keepfreq
Use the netune -h command to print to standard output all variables that
are defined by nettune on your system.
So to academically incorporate the set_fin_time script to execute at boot-up,
you should create a compliant HP-UX 10.X start-up script.
-USA..
Here is the doc How to increase the keep alive time for FTP Doc id # KBRC00000523
Instead of adjusting timeout variables, just enter hash at the ftp
prompt.
ftp> hash
then get your file
ftp> get filename
What this will do is present a # mark for about every 10k transmitted and will
not allow the ftp session to die no matter how long the session. The good thing
about this solution is that it is a client side solution meaning it will work
anywhere for any user.
2. If variables still need to be adjusted use the
nettune -s command. To increase the timeout increase two variables,
tcp_keepstop and tcp_keepfreq. Then make all of the variables present in a
startup script. The commands are as follows.
For 10.x
nettune -s tcp_keepfreq 1000
nettune -s tcp_keepstop 1000
for 11.0
ndd -set tcp_keepfreq
Use the netune -h command to print to standard output all variables that
are defined by nettune on your system.
So to academically incorporate the set_fin_time script to execute at boot-up,
you should create a compliant HP-UX 10.X start-up script.
-USA..
Good Luck..
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP