- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail and load avarage
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
03-05-2008 09:16 AM
03-05-2008 09:16 AM
#ps -ef|grep sendmail
root 15027 1 0 11:59:28 ? 0:00 sendmail: rejecting connections on port 25: load average: 23
root 15223 13349 1 12:06:31 pts/26 0:00 grep sendmail
could the load average cause the sendmail to stop listening..??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2008 09:48 AM
03-05-2008 09:48 AM
Re: sendmail and load avarage
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2008 09:55 AM
03-05-2008 09:55 AM
Re: sendmail and load avarage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2008 06:41 PM
03-05-2008 06:41 PM
Re: sendmail and load avarage
#root [/var/adm/syslog] ps -ef|grep sendmail
root 15027 1 0 11:59:28 ? 0:00 sendmail: rejecting connections on port 25: load average: 23
root 15223 13349 1 12:06:31 pts/26 0:00 grep sendmail
We tried restarting the sendmail and it completed w/o any error. But still it was giving the same error as above.
Yes it worked after the load average came done. But we had to reboot it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2008 06:57 PM
03-05-2008 06:57 PM
SolutionYou will see a documentation section in the file titled "Refuse-Connections Load Average (option RefuseLA):".
To see how this is configured on your system now, search for 'RefuseLA' in the sendmail.cf file. If the line looks like:
#O RefuseLA=12
then you are probably using a built-in default value.
If the line looks like:
O RefuseLA=15
Then the load average at which sendmail will start refusing connections is 15. The value could be any number you choose.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2008 06:40 PM
03-06-2008 06:40 PM