Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
Search Forums:



HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 03-11-2010
Registered User
 

Join Date: Apr 2009
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
How to view socket_udp_rcvbuf_default'value in hp-ux

In the hp-ux 11.31 environment . How can i view the values of below parameters:

socket_udp_rcvbuf_default
socket_udp_sndbuf_default

thanks!
Sponsored Links
    #2  
Old 03-12-2010
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 3,773
Thanks: 53
Thanked 156 Times in 150 Posts
I have no 11.31 under the hand to check for you, but since on 11.11, I would use ndd:

Code:
ant:/home/vbe $ ndd -h socket_udp_sndbuf_default

socket_udp_sndbuf_default:

    Sets the default send buffer size for UDP sockets.
    [1-65535] Default: 65535

ant:/home/vbe $ 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

So most certainly it would be a ndd -get ...
Look at the ndd man pages!
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
sed to fix view names capri_drm Linux 6 05-15-2008 07:00 PM
how do I view a jpeg? dsstamps UNIX for Dummies Questions & Answers 0 05-14-2008 01:25 PM
How to view my IP blowFish@ubuntu UNIX for Dummies Questions & Answers 14 05-09-2008 09:35 AM
view log files sak900354 UNIX for Dummies Questions & Answers 5 06-15-2006 07:26 AM
DBM View schafferm UNIX for Dummies Questions & Answers 1 08-06-2002 04:18 AM



All times are GMT -4. The time now is 11:25 PM.