- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to change the ndd parameters wrt SOCKET
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-19-2005 02:06 PM
07-19-2005 02:06 PM
How to change the ndd parameters wrt SOCKET
If any one can provide information about how to chek and change the following ndd parameters, and also please let me know if changing any SOCKET related parameter will impact the system operations ?
The output presented here is a excerpt from "# ndd -h supt" command
SOCKET:
socket_buf_max - Sets maximum socket buffer size for AF_UNIX sockets.
socket_caching_tcp - Controls socket caching for TCP sockets.
socket_qlimit_max - Sets maximum number of connection requests for non-AF_INET sockets.
socket_udp_rcvbuf_default - Sets the default receive buffer size for UDP sockets.
socket_udp_sndbuf_default - Sets the default send buffer size for UDP sockets.
Please help in solving the issue.
Thanks in Advance,
Singaravel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 02:42 PM
07-19-2005 02:42 PM
Re: How to change the ndd parameters wrt SOCKET
Go thru this useful link... regarding ndd and sockets
http://devrsrc1.external.hp.com/STK/impacts/i692.html
Cheers!!!
Vinod K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 03:37 PM
07-19-2005 03:37 PM
Re: How to change the ndd parameters wrt SOCKET
please go thru this links....hope this may help you....
http://devrsrc1.external.hp.com/STK/impacts/i692.html
http://devrsrc1.external.hp.com/STK/cgi-bin/man2html?debug=0&manpage=/usr/share/man/man1m.Z/ndd.1m
http://docs.hp.com/en/B2355-90681/ndd.1M.html
regds
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 10:01 PM
07-21-2005 10:01 PM
Re: How to change the ndd parameters wrt SOCKET
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Hope that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2005 04:49 PM
07-23-2005 04:49 PM
Re: How to change the ndd parameters wrt SOCKET
tho have th system pick up the value everythine the system boots
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2005 05:24 AM
07-24-2005 05:24 AM
Re: How to change the ndd parameters wrt SOCKET
in order to check those ndd parameters
ndd -get /dev/sockets socket_buf_max
and so on....
In order to set them
ndd -set /dev/sockets socket_buf_max
This will change the ndd parameter socket_buf_max.
Then insert the new value into /etc/rc.config.d/nddconf like the following:
TRANSPORT_NAME[0]=sockets
NDD_NAME[0]=socket_buf_max
NDD_VALUE[0]=
0 is just a progressive index.
HTH.
Best regards,
Fabio