- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sockets overflow
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
09-24-2001 10:02 AM
09-24-2001 10:02 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 10:11 AM
09-24-2001 10:11 AM
SolutionYou 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 11:52 AM
09-24-2001 11:52 AM
Re: sockets overflow
Have a look at the thread below.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=9f8da213050b496d36/screen=ckiDisplayDocument?docId=200000042773864
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=9f8da213050b496d36/screen=ckiDisplayDocument?docId=200000054496925
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=9f8da213050b496d36/screen=ckiDisplayDocument?docId=200000024625405
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=9f8da213050b496d36/screen=ckiDisplayDocument?docId=200000056243682
You can also load these two patches.
s700_800 10.20 NFS/NIS cumulative Megapatch (PHNE_22288)
s700_800 10.20 NFS Kernel General Rel & Perf Patch (PHNE_22877)
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 09:31 AM
09-26-2001 09:31 AM
Re: sockets overflow
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 02:05 PM
09-26-2001 02:05 PM
Re: sockets overflow
Here is something for you to read.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=b677096f16e35ba59b/screen=ckiDisplayDocument?docId=200000055052551
http://us-support.external.hp.com/cki/bin/doc.pl/sid=b677096f16e35ba59b/screen=ckiDisplayDocument?docId=200000056243682
http://us-support.external.hp.com/cki/bin/doc.pl/sid=b677096f16e35ba59b/screen=ckiDisplayDocument?docId=200000055953972
You may also look for some networking patches you might be missing.
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 02:41 PM
09-26-2001 02:41 PM
Re: sockets overflow
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