- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Parameters For Mail Server Application
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
09-20-2000 02:53 AM
09-20-2000 02:53 AM
Kernel Parameters For Mail Server Application
I am having HP 9000 L-1000 -HPUX 11.00 servers in ISP site.
I wanted to use the servers for mailing and Web applications.
I wanted to have "5000 concurrent requests"
on mail and webservers.
For the above case what are the Optimum Kernel parameters need to be changed?
can any one suggest me on this?
Thanks in advance
Selva...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 04:02 AM
09-20-2000 04:02 AM
Re: Kernel Parameters For Mail Server Application
From the mail side youre going to need to boost nproc and maxuprc to the roof, ie. 5000+. You will consequently need to increase a whole bunch of other parameters very high, ninode, nfile, nflocks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2000 04:06 AM
09-20-2000 04:06 AM
Re: Kernel Parameters For Mail Server Application
A good general reference document for kernel parameters is:
http://docs.hp.com/hpux/content/KCparams.OverviewAll.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 03:35 AM
09-21-2000 03:35 AM
Re: Kernel Parameters For Mail Server Application
"sendfile_max" , a special webserver-parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 03:35 AM
09-21-2000 03:35 AM
Re: Kernel Parameters For Mail Server Application
"sendfile_max" , a special webserver-parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 04:14 AM
09-21-2000 04:14 AM
Re: Kernel Parameters For Mail Server Application
"sendfile_max" - parameter for webservers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 04:17 AM
09-21-2000 04:17 AM
Re: Kernel Parameters For Mail Server Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2000 09:33 AM
09-22-2000 09:33 AM
Re: Kernel Parameters For Mail Server Application
What you should do is configure to the estimated number of MAXIMIM SIMULTANEOUS connections. I.E. IMAP server holds one connection for each user, and at least 2 files open on average. How many users will be running IMAP clients and connecting simultaneously. (Now-days it is usually 85-95%). Since you wish to have 5000 users, this would translate into a maxusers=4250-4750. This will in turn increase nfiles, nproc, ninode, and more....
Hope it helps. (kernels are one thing that SAM is very good at!)
Shannon