How to view socket_udp_rcvbuf_default'value in hp-ux


 
Thread Tools Search this Thread
Operating Systems HP-UX How to view socket_udp_rcvbuf_default'value in hp-ux
# 1  
Old 03-11-2010
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!
# 2  
Old 03-12-2010
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!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

View my posts

How can I view a list of my posts.? (5 Replies)
Discussion started by: drew77
5 Replies

2. What is on Your Mind?

Moving from Desktop View to Mobile View

See attached video for a demo on how to move back and forth from the desktop view to the mobile view. Currently this only works for the home page, but I will work on some new PHP code in the future to make this work with the page we are currently on. Edit: The issue with making every page ... (2 Replies)
Discussion started by: Neo
2 Replies

3. UNIX for Dummies Questions & Answers

Can I view an 'at' command?

Hi, One of our users has loads of jobs scheduled. When I do at -l I get a long list of tasks which end in .a Is there anyway I can view what these commands will do? Also, What's the relationship between the 'at' function and the crontab? I can't see any entries in crontab....Cheers (4 Replies)
Discussion started by: Grueben
4 Replies

4. Solaris

Need to view all DB

Hi Gurus, How to view only a database files on solaris. Please do a reply at the earliest. Thanks | P.Bharathiraja (2 Replies)
Discussion started by: bharathiraja
2 Replies

5. UNIX for Dummies Questions & Answers

view others process

Hello, I hope this is an easy question. I have a few users who login through SSH and some times their bash session is using 100% cpu even though its been "idle" according to who for several days. I would like to know what command the user ran in their bash session to peg the cpu out but am... (6 Replies)
Discussion started by: taheri6
6 Replies

6. UNIX for Dummies Questions & Answers

how do I view a jpeg?

I use gv or ggv to view a .pdf, or .ps file. What will allow me to see a jpeg file? If it matters, I'm using xterm on a PowerBook G4. (0 Replies)
Discussion started by: dsstamps
0 Replies

7. UNIX for Dummies Questions & Answers

How to view my IP

I run Ubuntu server 7.04, to learn some *nix. I set up LAMP, DNS and FTP but I don't know how to view my ip. now I tried ifconfig but that didnt tell me what I wanted to know. so by what way can I do this without a gui and a website like ipchicken? (14 Replies)
Discussion started by: blowFish@ubuntu
14 Replies

8. UNIX for Dummies Questions & Answers

view all others terminals

i'm responsible for maintenance at my place and would like to watch all terminals in front me.i log myself into one terminal, but would like to view copy of other's terminals visible to me, it is just like for audit/security watch. (2 Replies)
Discussion started by: vkandati
2 Replies
Login or Register to Ask a Question