1832648 Members
3392 Online
110043 Solutions
New Discussion

sockets overflow

 
SOLVED
Go to solution
Elizabeth Levin
New Member

sockets overflow

I have a few hp unix boxes running 10.20
when doing an nestat -s |grep overflow
I am seeing a huge amounts of socket overflows
how do I fix this..
on some other boxes - also 10.20 there are
zero overflows...

thanks
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: sockets overflow

Hi Elizabeth:

You don't give us a lot to go on but I have seen that error on 10.20 boxes that are configured as NFS servers. In that case,

edit /etc/rc.config.d/nfsconf and increase NUM_NFSD and NUM_NFSIOD. The default for both of these is four; I would first increase it 16.
Next /sbin/init.d/nfs.server stop and then /sbin/init.d/nfs.server start.

Hope this fixes your wagon, Clay
If it ain't broke, I can fix that.
rick jones
Honored Contributor

Re: sockets overflow

"huge" is a relative thing. you need to guesstimate how many non-overflows there have been. there may be a UDP MIB variable you cna query with something like snmpget/snmpwalk, or you can guess by looking at the ip stats, and subtracting-out the tcp segments from the tcp stats.

in general, a udp socket buffer overflow implies that the recieving application did not "keep up" for some period of time. i suspect that those links in the other replies will talk about things like that.
there is no rest for the wicked yet the virtuous have no pillows
Mladen Despic
Honored Contributor

Re: sockets overflow

Elizabeth,

If it is NFS, then the links and suggestions mentioned above should help.

I've seen, however, another (third party) application causing UDP socket overflows. The vendor went on to create a patch for this app in order to fix the problem.

If you are not sure what app is causing socket overflows, you can try using lsof (look for large queues).

Regards ... Mladen