HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UNIX socket in HP-UX 10.20 : socket overload c...
Operating System - HP-UX
1832880
Members
2438
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-23-2001 05:06 AM
07-23-2001 05:06 AM
UNIX socket in HP-UX 10.20 : socket overload condition
Hi all,
i get the following message in my application log:
"The socket is overloaded"
some time later
"Overload condition has abated"
The default buffer size is 64k for TCP and UDP Sockets and my application is using 96kb buffer size.
How can i check if have have enough space for sockets , where is the limitation in HP-UX 10.20 ? Is it the FS size ?
Thanks in advance
i get the following message in my application log:
"The socket is overloaded"
some time later
"Overload condition has abated"
The default buffer size is 64k for TCP and UDP Sockets and my application is using 96kb buffer size.
How can i check if have have enough space for sockets , where is the limitation in HP-UX 10.20 ? Is it the FS size ?
Thanks in advance
Be patient
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:19 AM
07-23-2001 05:19 AM
Re: UNIX socket in HP-UX 10.20 : socket overload condition
Windows and perhaps some other OS's don't do the right thing according
to
HP when receiving source quenches, you can disable it by turning this
feature off with
ndd -set /dev/ip ip_send_source_quench 0
and edit
/etc/rc.config.d/nddconf
and add
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_send_source_quench
NDD_VALUE[0]=0
and replace the instance number with the correct one, if this is
your only parameter '0' is the only correct one. Editing nddconf
will make sure this feature doesn't get turned next time you
reboot.
I think in 10.20 you can see neptune beaucouse ndd is of 11.00.
to
HP when receiving source quenches, you can disable it by turning this
feature off with
ndd -set /dev/ip ip_send_source_quench 0
and edit
/etc/rc.config.d/nddconf
and add
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_send_source_quench
NDD_VALUE[0]=0
and replace the instance number with the correct one, if this is
your only parameter '0' is the only correct one. Editing nddconf
will make sure this feature doesn't get turned next time you
reboot.
I think in 10.20 you can see neptune beaucouse ndd is of 11.00.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:25 AM
07-23-2001 05:25 AM
Re: UNIX socket in HP-UX 10.20 : socket overload condition
nettune -s /dev/ip ip_send_source_quench 0
For 10.X, nettune changes do not do not survive reboots! Create a startup file in /sbin/rc2.d typically /sbin/rc2.d/S341nettune that runs the nettune(s) that you need.
For 10.X, nettune changes do not do not survive reboots! Create a startup file in /sbin/rc2.d typically /sbin/rc2.d/S341nettune that runs the nettune(s) that you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 05:27 AM
07-23-2001 05:27 AM
Re: UNIX socket in HP-UX 10.20 : socket overload condition
The application is written for unix and i do not want to set logging off.
The info i get is only COMMS_INFO and no error.
Kind Regards
The info i get is only COMMS_INFO and no error.
Kind Regards
Be patient
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP