Operating System - HP-UX
1834178 Members
2563 Online
110064 Solutions
New Discussion

Re: How to change the ndd parameters wrt SOCKET

 
Singaravel_1
Occasional Contributor

How to change the ndd parameters wrt SOCKET

Hi All,

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
5 REPLIES 5
vinod_25
Valued Contributor

Re: How to change the ndd parameters wrt SOCKET

hi Vel

Go thru this useful link... regarding ndd and sockets

http://devrsrc1.external.hp.com/STK/impacts/i692.html

Cheers!!!

Vinod K
Venkatesan_5
Frequent Advisor

Re: How to change the ndd parameters wrt SOCKET

Todd Whitcher
Esteemed Contributor

Re: How to change the ndd parameters wrt SOCKET

You may want to review Rick Jones annotated ndd web site.

ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt

Hope that helps

Devesh Pant_1
Esteemed Contributor

Re: How to change the ndd parameters wrt SOCKET

You will have to set up the /etc/rc.config.d/nddconf

tho have th system pick up the value everythine the system boots

thanks
DP
Fabio Ettore
Honored Contributor

Re: How to change the ndd parameters wrt SOCKET

Hi,

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
WISH? IMPROVEMENT!