- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 1. How to enable 'TCP Large Windows' on HP-UX?
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
11-03-2005 09:10 PM
11-03-2005 09:10 PM
3. Can I install Lukemftp on HP-UX?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:14 PM
11-03-2005 09:14 PM
Solution# ndd -h socket_udp_rcvbuf_default
socket_udp_rcvbuf_default:
Sets the default receive buffer size for UDP sockets.
The value of this tunable parameter should not exceed the
value of the ndd parameter udp_recv_hiwater_max. Otherwise,
a socket() call to create UDP socket will fail and return
the errno value EINVAL.
[1-2147483647] Default: 65535
# ndd -h socket_udp_sndbuf_default
socket_udp_sndbuf_default:
Sets the default send buffer size for UDP sockets.
[1-65535] Default: 65535
#
You have to tune with ndd utility.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:20 PM
11-03-2005 09:20 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
Yes. lukemftp is supporting hpux installation.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:21 PM
11-03-2005 09:21 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:23 PM
11-03-2005 09:23 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:23 PM
11-03-2005 09:23 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
Do you mean to say "Receive window size"? If so,
# ndd -h tcp_recv_hiwater_def
tcp_recv_hiwater_def:
The maximum size for the receive window. [4096,-]
Default: 32768 bytes
# ndd -h tcp_recv_hiwater_lfp
tcp_recv_hiwater_lfp:
The maximum size for the receive window for "long fat pipe"
interfaces such as Fibre Channel which provide high bandwidth
with high latency. [4096,-] Default: 65536 bytes
# ndd -h tcp_recv_hiwater_lnp
tcp_recv_hiwater_lnp:
The maximum size for the receive window for "long, narrow pipe"
interfaces such as PPP over a 56 kb modem which provide low
bandwidth with high latency. [4096,-] Default: 8192 bytes
Tuning these parameter will do.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:24 PM
11-03-2005 09:24 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
http://www.opensource.apple.com/darwinsource/10.4.2/lukemftp-5/lukemftp/
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2005 09:45 PM
11-05-2005 09:45 PM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 05:03 AM
11-07-2005 05:03 AM
Re: 1. How to enable 'TCP Large Windows' on HP-UX?
WRT the HP-UX FTP client/server, they make explicit setsockopt(SO_*BUF) calls and so are not affected by the default settings one can alter via ndd. IIRC it is the -B option one can set to set the size of the socket buffer with the HP-UX FTP bits. Should be more in the manpage.
Years ago I did request that if the parm to -B was 0, the HP-UX ftp bits should make no setsockopt() calls, but I've never had a chance to fire-up tusc to see if that went-in...