<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Source quench Received. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141923#M568622</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check out this link,&lt;BR /&gt;I had the same problem before...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
    <pubDate>Thu, 11 Dec 2003 03:39:54 GMT</pubDate>
    <dc:creator>Sritharan</dc:creator>
    <dc:date>2003-12-11T03:39:54Z</dc:date>
    <item>
      <title>Source quench Received.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141922#M568621</link>
      <description>&lt;BR /&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt; Very often we get this ICMP reply "Source quench Received" when we ping to production servers at onsite. This part has been conformed that message is from server and not fron network gateway. &lt;BR /&gt;&lt;BR /&gt;I have understood the conecpt of this ICMP reply "Source quench Received". &lt;BR /&gt;&lt;BR /&gt;but to troubleshoot on server side, whcih has hp-ux 11.i OS running on to it, I need to know various commands of networking on hp unix. &lt;BR /&gt;&lt;BR /&gt;It would be great help if u can tell the procedure to find out the cause for this and how fix the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards&lt;BR /&gt;&lt;BR /&gt;Waiting for the mail.&lt;BR /&gt;chandramohan a</description>
      <pubDate>Thu, 11 Dec 2003 03:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141922#M568621</guid>
      <dc:creator>Chandramohan Achar</dc:creator>
      <dc:date>2003-12-11T03:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Source quench Received.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141923#M568622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check out this link,&lt;BR /&gt;I had the same problem before...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=17173&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
      <pubDate>Thu, 11 Dec 2003 03:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141923#M568622</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-12-11T03:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Source quench Received.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141924#M568623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have a look on this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=91425" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=91425&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 11 Dec 2003 03:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141924#M568623</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-12-11T03:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Source quench Received.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141925#M568624</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;that message is about ICMP packets&lt;BR /&gt;you should verify&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_send_source_quench&lt;BR /&gt;&lt;BR /&gt;Maybe it is 1, then in order to solve that message you can set it to 0:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_send_source_quench 0&lt;BR /&gt;&lt;BR /&gt;and verify that /etc/rc.config.d/nddconf file sees as follows&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[X]=ip&lt;BR /&gt;NDD_NAME[X]=ip_send_source_quench&lt;BR /&gt;NDD_VALUE[X]=0&lt;BR /&gt;&lt;BR /&gt;To know more about "Source Quench" see RFC1812 on Chapter 4.3.3.3:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.rfc-editor.org/in-notes/rfc1812.txt" target="_blank"&gt;ftp://ftp.rfc-editor.org/in-notes/rfc1812.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Thu, 11 Dec 2003 04:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141925#M568624</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-12-11T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Source quench Received.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141926#M568625</link>
      <description>Chandra a,&lt;BR /&gt;Please assign points to those who have replied.&lt;BR /&gt;This information has been very helpful to me and I am sure to others.&lt;BR /&gt;Assigning points assures that those of us who need answers will get prompt, accurate replies.&lt;BR /&gt;Thanks,&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 26 Mar 2004 12:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received/m-p/3141926#M568625</guid>
      <dc:creator>Andrew Luis Arruza</dc:creator>
      <dc:date>2004-03-26T12:52:22Z</dc:date>
    </item>
  </channel>
</rss>

