<?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: sendmail and load avarage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096138#M443301</link>
    <description>Have a look at your /etc/mail/sendmail.cf file and search for 'Load'.&lt;BR /&gt;&lt;BR /&gt;You will see a documentation section in the file titled "Refuse-Connections Load Average (option RefuseLA):".  &lt;BR /&gt;&lt;BR /&gt;To see how this is configured on your system now, search for 'RefuseLA' in the sendmail.cf file.  If the line looks like:&lt;BR /&gt;&lt;BR /&gt;#O RefuseLA=12&lt;BR /&gt;&lt;BR /&gt;then you are probably using a built-in default value.&lt;BR /&gt;&lt;BR /&gt;If the line looks like:&lt;BR /&gt;&lt;BR /&gt;O RefuseLA=15&lt;BR /&gt;&lt;BR /&gt;Then the load average at which sendmail will start refusing connections is 15.  The value could be any number you choose.&lt;BR /&gt;&lt;BR /&gt;If having sendmail refusing connections is a real problem, you probably really need to look into why the load average was so high to begin with.</description>
    <pubDate>Thu, 06 Mar 2008 02:57:27 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2008-03-06T02:57:27Z</dc:date>
    <item>
      <title>sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096134#M443297</link>
      <description>&lt;BR /&gt;#ps -ef|grep sendmail&lt;BR /&gt;    root 15027     1  0 11:59:28 ?         0:00 sendmail: rejecting connections on port 25: load average: 23&lt;BR /&gt;    root 15223 13349  1 12:06:31 pts/26    0:00 grep sendmail&lt;BR /&gt;&lt;BR /&gt;could the load average cause the sendmail to stop listening..??</description>
      <pubDate>Wed, 05 Mar 2008 17:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096134#M443297</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-05T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096135#M443298</link>
      <description>I 'd be worried about the load average being 23 more than about sendmail refusing connections. &lt;BR /&gt;&lt;BR /&gt;The load number can be very misleading, sometimes it can shoot up because of a specific bottleneck and the server still be responsive. How responsive is the server? If the server has come to a crawl and processes are swapped out to disk I guess sendmail could refuse connections although I am not certain.</description>
      <pubDate>Wed, 05 Mar 2008 17:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096135#M443298</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-03-05T17:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096136#M443299</link>
      <description>Does sendmail start working again when the load number drops? That would correlate the load with the sendmail behavior.</description>
      <pubDate>Wed, 05 Mar 2008 17:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096136#M443299</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-03-05T17:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096137#M443300</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;#root [/var/adm/syslog] ps -ef|grep sendmail&lt;BR /&gt;    root 15027     1  0 11:59:28 ?         0:00 sendmail: rejecting connections on port 25: load average: 23&lt;BR /&gt;    root 15223 13349  1 12:06:31 pts/26    0:00 grep sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We tried restarting the sendmail and it completed w/o any error. But still it was giving the same error as above.&lt;BR /&gt;&lt;BR /&gt;Yes it worked after the load average came done. But we had to reboot it.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2008 02:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096137#M443300</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-06T02:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096138#M443301</link>
      <description>Have a look at your /etc/mail/sendmail.cf file and search for 'Load'.&lt;BR /&gt;&lt;BR /&gt;You will see a documentation section in the file titled "Refuse-Connections Load Average (option RefuseLA):".  &lt;BR /&gt;&lt;BR /&gt;To see how this is configured on your system now, search for 'RefuseLA' in the sendmail.cf file.  If the line looks like:&lt;BR /&gt;&lt;BR /&gt;#O RefuseLA=12&lt;BR /&gt;&lt;BR /&gt;then you are probably using a built-in default value.&lt;BR /&gt;&lt;BR /&gt;If the line looks like:&lt;BR /&gt;&lt;BR /&gt;O RefuseLA=15&lt;BR /&gt;&lt;BR /&gt;Then the load average at which sendmail will start refusing connections is 15.  The value could be any number you choose.&lt;BR /&gt;&lt;BR /&gt;If having sendmail refusing connections is a real problem, you probably really need to look into why the load average was so high to begin with.</description>
      <pubDate>Thu, 06 Mar 2008 02:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096138#M443301</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-03-06T02:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and load avarage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096139#M443302</link>
      <description>closed</description>
      <pubDate>Fri, 07 Mar 2008 02:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-load-avarage/m-p/5096139#M443302</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-07T02:40:39Z</dc:date>
    </item>
  </channel>
</rss>

