<?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 Source Quench in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714273#M61354</link>
    <description>We have noticed that one of our servers is sending out source quench signals and we suspect that this may be related to a performance issue that we have. This server is primarily a NFS server. &lt;BR /&gt;&lt;BR /&gt;Is there a command that shows how many or how freqently this machine is sending these signals. &lt;BR /&gt;&lt;BR /&gt;Is there a setting that I can modify  to make it stop. &lt;BR /&gt;&lt;BR /&gt;Is there a limit to the file size or amount of data that can be handled via NFS.&lt;BR /&gt;&lt;BR /&gt;Am I barking up the wrong tree and worrying needlessly about source quench</description>
    <pubDate>Tue, 30 Apr 2002 14:53:07 GMT</pubDate>
    <dc:creator>Mr. R. Astles</dc:creator>
    <dc:date>2002-04-30T14:53:07Z</dc:date>
    <item>
      <title>Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714273#M61354</link>
      <description>We have noticed that one of our servers is sending out source quench signals and we suspect that this may be related to a performance issue that we have. This server is primarily a NFS server. &lt;BR /&gt;&lt;BR /&gt;Is there a command that shows how many or how freqently this machine is sending these signals. &lt;BR /&gt;&lt;BR /&gt;Is there a setting that I can modify  to make it stop. &lt;BR /&gt;&lt;BR /&gt;Is there a limit to the file size or amount of data that can be handled via NFS.&lt;BR /&gt;&lt;BR /&gt;Am I barking up the wrong tree and worrying needlessly about source quench</description>
      <pubDate>Tue, 30 Apr 2002 14:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714273#M61354</guid>
      <dc:creator>Mr. R. Astles</dc:creator>
      <dc:date>2002-04-30T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714274#M61355</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;try this command&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_send_source_quench 0&lt;BR /&gt;&lt;BR /&gt;CTK</description>
      <pubDate>Tue, 30 Apr 2002 14:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714274#M61355</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2002-04-30T14:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714275#M61356</link>
      <description>ndd -set /dev/ip ip_send_source_quench 0 &lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 14:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714275#M61356</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-30T14:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714276#M61357</link>
      <description>Hi Mr Astles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is a know problem in HPUX 11.00 &lt;BR /&gt;Here is waht you can do on the fly :&lt;BR /&gt;ndd -set /dev/ip ip_send_source_quench 0&lt;BR /&gt;&lt;BR /&gt;also set it up in the /etc/rc.config.d/nddconf to make it permanent , here is waht HP says:&lt;BR /&gt;This problem has been identified and is addressed in SR 5003435396.&lt;BR /&gt;This problem will be fixed in the 11.01 version of the HP-UX operating&lt;BR /&gt;system.  These messages can be safely ignored as they have absolutely no&lt;BR /&gt;impact on the operating system (performance or otherwise).  Alternatively&lt;BR /&gt;these messages can be prevented by disabling source quench.  For more&lt;BR /&gt;information see the sections below.&lt;BR /&gt;&lt;BR /&gt;What is causing these messages?&lt;BR /&gt;&lt;BR /&gt;At 11.0 the Streams Xport layer now passes the ICMP echo request to any&lt;BR /&gt;other process that has a socket open and bound to raw IP.  The rpcd&lt;BR /&gt;rpcd/dced deamon opens a raw socket to listen to ICMP messages.  This raw&lt;BR /&gt;socket is  open by icmp_monitor routine of rpcd.  The main function of&lt;BR /&gt;this routine is to check for error messages from DCE servers registered&lt;BR /&gt;in endpoint database of the host and it checks the socket every 5&lt;BR /&gt;minutes.  It does not respond to or use the ICMP echo requests; however,&lt;BR /&gt;the socket queue becomes filled during the 5-minute delay causing the&lt;BR /&gt;source quench message.  The fix being implemented in 11.01 will be to&lt;BR /&gt;increase the buffer size to 128 K and shorten the wait interval from 5&lt;BR /&gt;minutes to 2 minutes, thereby flushing the queue of these unwanted&lt;BR /&gt;messages before the queue becomes filled.&lt;BR /&gt;&lt;BR /&gt;Why is it safe to ignore these messages or to turn them off?&lt;BR /&gt;&lt;BR /&gt;A good disscussion of this is in TCPIP Illustrated Volume 1,&lt;BR /&gt;by Richard Stevens, pages 160-162.Here is an excerpt from page 161:&lt;BR /&gt;&lt;BR /&gt;     Although RFC 1009 [Braden and Postal 1987] requires a&lt;BR /&gt;     router to generate source quenches when it runs out of&lt;BR /&gt;     buffers, the new router requirements RFC [Almquist 1993]&lt;BR /&gt;     changes this and says that a router must not originate&lt;BR /&gt;     source quench errors.  The current feeling is to deprecate&lt;BR /&gt;     the source quench error, since it consumes network bandwidth&lt;BR /&gt;     and is an ineffective and unfair fix for congestion.&lt;BR /&gt;&lt;BR /&gt;Also, see RFC 1812, section 4.3.3.3 Source Quench for a good&lt;BR /&gt;discussion of the issues.&lt;BR /&gt;&lt;BR /&gt;Also RFC 2001 has discussion on Congestion and why TCP should handle&lt;BR /&gt;this not ICMP:  &lt;BR /&gt;&lt;BR /&gt;   Congestion avoidance and slow start are independent&lt;BR /&gt;     algorithms with different objectives.  But when congestion&lt;BR /&gt;     occurs, TCP must slow down its transmission rate of packets&lt;BR /&gt;     into the network and then invoke slow start to get things&lt;BR /&gt;     going again.  In practice, they are implemented together.&lt;BR /&gt;&lt;BR /&gt;Exactly how do I disable source quench?&lt;BR /&gt;&lt;BR /&gt;You  can disable source quench in HP-UX 11.0 by executing this command:&lt;BR /&gt;&lt;BR /&gt;     ndd -set /dev/ip ip_send_source_quench 0&lt;BR /&gt;&lt;BR /&gt;To disable Source Quench so that it can survive a reboot,&lt;BR /&gt;&lt;BR /&gt;modify the /etc/rc.config.d/nddconf file as follows :   &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;Where X is the next logical numerical sequence in a table&lt;BR /&gt;of values, with X starting at 0.&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;DCE patch and dependencies: &lt;BR /&gt;&lt;BR /&gt;           3  PHCO_23651  fsck_vxfs(1M) cumulative patch&lt;BR /&gt;           2    PHCO_23876  cumulative SAM/ObAM patch&lt;BR /&gt;         1      PHCO_25883  cumulative 10.20 libc compatibility support&lt;BR /&gt;             3  PHKL_18543  PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch&lt;BR /&gt;             3  PHKL_20016  2nd CPU not recognized in G70/H70/I70&lt;BR /&gt;             3  PHKL_23956  Profile, virtual timers and disabling fix&lt;BR /&gt;             3  PHKL_24027  VxFS 3.1 cumulative patch&lt;BR /&gt;         1      PHKL_25906  Probe,IDDS,PM,VM,PA-8700,asyncio,T600,FS&lt;BR /&gt;         1      PHKL_25999  syscall, msem_lock, umask cumulative patch&lt;BR /&gt;           2    PHSS_21614  HP DCE/9000 1.7 Runtime cumulative patch&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 30 Apr 2002 15:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714276#M61357</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-30T15:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714277#M61358</link>
      <description>If you serach for source quench you will find number of threads.&lt;BR /&gt;&lt;BR /&gt;Little facts about this message. I found this log time ago from here in forums. &lt;BR /&gt;&lt;BR /&gt;This message is result of ping only. It is just a warning message that ICMP request that source has received is too fast and it is not able to response back. so it tells ping server to slow down. This will help to  prevent their buffer from overflowing.  As we can see from following figure it send this warning message only when network traffic is very very high.  As you can see on second figure it starts working when you have less network traffic. &lt;BR /&gt;&lt;BR /&gt;you can suppress this message very easily. And it will even improve our performance because you are getting rid of that traffic from network. Only problem is when ICMP request fails it will don't know when to stop. you can disable this error message on fly using comment listed above.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 15:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714277#M61358</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-30T15:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714278#M61359</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Searched my old answers !&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x73afba808b46d611abda0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x73afba808b46d611abda0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;C.</description>
      <pubDate>Tue, 30 Apr 2002 15:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714278#M61359</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-30T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714279#M61360</link>
      <description>You may also wish to install patch PHSS_21614.  It resolves a source quench issue within HPUX 11.0&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=5837731c06d141ac2b" target="_blank"&gt;http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=5837731c06d141ac2b&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;nancy</description>
      <pubDate>Tue, 30 Apr 2002 15:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench/m-p/2714279#M61360</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-04-30T15:32:28Z</dc:date>
    </item>
  </channel>
</rss>

