- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ndd not scaling beyond 64 K on server
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
09-18-2002 08:51 AM
09-18-2002 08:51 AM
Trying to setup a hpux 11 box tcp window size beyond 64 k, and eventhough I get whatever I set for a value ( 128 K, 256 K, 512 K ), when doing packet tracing from a client to this server, it is not scaling beyond the 64 K. The ftp binary on the server seems to be acknowledging that the parameter is set to higher than 64 k, but it is staying at that parameter and not going beyond.
HPUX 11 does support RFC 1323, but it does not seem to accept the value that the tcp window size is showing, unless this is NOT a dynamic value and a reboot is needed, but then, I need to setup the config file there.
What am I missing ???
Thanks,
Henrique Silva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 12:30 PM
09-18-2002 12:30 PM
Re: ndd not scaling beyond 64 K on server
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 12:33 PM
09-18-2002 12:33 PM
Re: ndd not scaling beyond 64 K on server
is there a SUPER ftp out there for hpux ? what shold I use ?
Thanks,
Henrique Silva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 11:13 AM
09-27-2002 11:13 AM
SolutionThe HP-UX ftp uses (as it should IMO) setsockopt() to set SO_SNDBUF and SO_RCVBUF before connections are established. However, even after RFC 1323 support was added to HP-UX, ftp was not updated to go beyond 56KB in its config line.
I believe that the latest web release of the wu-ftpd for HP-UX on software.hp.com has removed the antiquated restriction on the -B setting and may (I cannot remember if that part of my diatribe to the team was acknowledged) allow one to set -B 0 to have it take the system default. However, do not take my word on that, double check with the new manpages and with tusc and tcpdump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 11:26 AM
09-27-2002 11:26 AM
Re: ndd not scaling beyond 64 K on server
Indeed, wuftp did the trick, with the -B option on the inet.conf file. We are scaling well above the 64 K default now.
Thanks again,
Henrique
PS.: I keep on assigning points, but they do not stick somehow :-(((