- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Quench Reply
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
07-01-2003 01:48 AM
07-01-2003 01:48 AM
I have two servers (S16K-A and N4000-75) with HP-UX v.11.11. When I do a ping outside these servers, it returns: QUENCH REPLY.
The people of routers have seen a lot of things, but they doesn't find anything... is anyone knows if it could be from the server.... maybe because the server is work a lot of???. Any idea?
Thanks a lot of,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 02:01 AM
07-01-2003 02:01 AM
SolutionICMP source quench messages are generated when an IP packet is
received by the 11.0 system that can't be delivered to the socket
buffer of the receiving application. The intent is to inform the
sender of the full buffer condition so the rate of the transmission
is slowed down until the buffer can be read by the receiving
application.
Setting the ndd parameter ip_send_source_quench to 0 can be an
effective way to deal with the messages.
Just do a
#ndd -get /dev/ip ip_send_source_quench
If it returns a 1 source quench turned on
turn it off using
#ndd -set /dev/ip ip_send_source_quench 0
to persist the change after reboot make entries in
/etc/rc.config.d/nddconf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 02:08 AM
07-01-2003 02:08 AM
Re: Quench Reply
add this entry in the nddconf file for set quench to 0:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_send_source_quench
NDD_VALUE[0]=0
and
ndd -c
for Read input from the configuration file
/etc/rc.config.d/nddconf and set the tunable parameters.
Enrico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 04:00 AM
07-01-2003 04:00 AM
Re: Quench Reply
If you are performing a ping from the HP-UX servers and received a source quench from the pinged system, then it is the pinged system that has to disable ICMP source quench.
The source quench is a way for the pinged system to tell the pinging system that it is sending ICMP traffic too fast for it to handle i.e. giving a "please slow down" signal.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2003 04:07 AM
07-01-2003 04:07 AM
Re: Quench Reply
Are you pinging an HP-UX 11.0 box from your 11i servers? If so, there is a patch to fix this problem in 11.0 (PHSS_27962 ).
If you are seeing this when pinging any host, then something else is afoot.