- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Source Quench Received
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
11-04-2007 09:17 PM
11-04-2007 09:17 PM
Reply from X.X.X.X: Source quench received.
The below message is intermittent. After some time it pings properly.
Reply from X.X.X.X: bytes=32 time<1ms TTL=255
Thanks
DK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 09:29 PM
11-04-2007 09:29 PM
SolutionKBRC00000238
Source Quench messages are sent when the destination is unable to process traffic as fast as the source is sending it. The Source Quench ICMP tells the source to cut back
the rate at which it is sending data. The destination will continue to generate
Source Quench ICMPs until the source is sending at an acceptable speed.
To disable:
#ndd -set /dev/ip ip_send_source_quench 0
check it using
#ndd -get /dev/ip ip_send_source_quench
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 10:12 PM
11-04-2007 10:12 PM
Re: Source Quench Received
Thanks for replying.
I would like to know the performance on the server, if this message displays, what is the performance problems on the server.
Thanks
DK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 10:23 PM
11-04-2007 10:23 PM
Re: Source Quench Received
PHSS_17810 addresses the problem by increasing the buffer size to 128K and processing the messages every 2 minutes.
Gerhard says in another thread:
"Source Quench Messages is an IP ICMP message implying the following. The server is getting data at to high a rate and can not buffer it. This messages then means please send data in smaller bursts.
This can happen when your server forced set to a lower speed network than which the switch is force set.
Also make sure your MTU sizes between your equipment matches for ethernet generally it is set to 1500.
This can also be because of a problem on the link between to sites and the routers can not keep up with the data."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 12:06 AM
11-05-2007 12:06 AM
Re: Source Quench Received
I set ndd parameter ip_send_source_quench
ndd -set /dev/ip ip_send_source_quench 0
Rgds
DK