- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ndd parameters
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
07-07-2009 07:57 AM
07-07-2009 07:57 AM
I have a question or two about TCP Transport parameters. For our application, we were told by App Vendor and HP that the following ndd parameters should be changed from their default value to some specific values that would better suit our large environment. Below are the TCP Transport parameters and current settings in /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_recv_hiwater_def
NDD_VALUE[0]=262144
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_xmit_hiwater_def
NDD_VALUE[1]=262144
TRANSPORT_NAME[2]=tcp
NDD_NAME[2]=tcp_recv_hiwater_lfp
NDD_VALUE[2]=262144
TRANSPORT_NAME[3]=tcp
NDD_NAME[3]=tcp_xmit_hiwater_lfp
NDD_VALUE[3]=262144
TRANSPORT_NAME[4]=sockets
NDD_NAME[4]=socket_udp_rcvbuf_default
NDD_VALUE[4]=262144
TRANSPORT_NAME[5]=sockets
NDD_NAME[5]=socket_udp_sndbuf_default
NDD_VALUE[5]=262144
What I'm interested in right now is what the default Transport Value is for each of these parameters above. Would anyone by chance know how to obtain the default settings for the above or by chance know what they might be?
Here is some more info of system type and OS:
OS= HP-UX 11.23 (ia64)
System Type= BL870
Thanks in advance,
KPS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 08:27 AM
07-07-2009 08:27 AM
Re: ndd parameters
NDD_NAME[0]=tcp_recv_hiwater_def
NDD_VALUE[0]=262144
-->32768
NDD_NAME[1]=tcp_xmit_hiwater_def
NDD_VALUE[1]=262144
-->32768
NDD_NAME[2]=tcp_recv_hiwater_lfp
NDD_VALUE[2]=262144
-->65536
NDD_NAME[3]=tcp_xmit_hiwater_lfp
NDD_VALUE[3]=262144
-->65536
NDD_NAME[4]=socket_udp_rcvbuf_default
NDD_VALUE[4]=262144
-->65535
NDD_NAME[5]=socket_udp_sndbuf_default
NDD_VALUE[5]=262144
-->65535
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 08:30 AM
07-07-2009 08:30 AM
Re: ndd parameters
I would do an install of 11.23 on a system and take a look at /etc/rc.config.d/nddconf
That is how I'd find out the defaults.
The man pages don't seem to say anything.
SEP
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
07-07-2009 08:36 AM
07-07-2009 08:36 AM
Re: ndd parameters
>>and take a look at /etc/rc.config.d/nddconf
>>That is how I'd find out the defaults.
Then you wouldn't find anything. The nddconf file is empty by default.
>>The man pages don't seem to say anything.
Really? I thought it actually provided useful information. I guess you just missed the information about the '-h' option:
ndd -h
When parameter is specified, a detail description of the parameter, along with its minimum, maximum, and default value are displayed. If no parameter is specified, it displays all supported and unsupported tunable parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 09:17 AM
07-07-2009 09:17 AM
Re: ndd parameters
/KPS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 09:18 AM
07-07-2009 09:18 AM
Re: ndd parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 04:19 PM
07-07-2009 04:19 PM
Re: ndd parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2009 02:09 AM
07-08-2009 02:09 AM