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
11-12-2001 03:53 PM
11-12-2001 03:53 PM
maxuprc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 04:01 PM
11-12-2001 04:01 PM
Re: maxuprc
It makes sense to keep maxuprc equal to nproc-4 on the systems that have web servers running. Sensibility depends on the usage of the system. Certainly web servers spawn more processes as a single user (www). So, make it equal to the same formula. Also keep a track of your nproc size by doing a sar -v 5 10 at regular intervals.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 04:05 PM
11-12-2001 04:05 PM
Re: maxuprc
You can safely increase 'maxuprc' to 1024. In saying that you will need to also increase 'nproc' to at least 1028. Have a read of this document.
http://www.docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 04:13 PM
11-12-2001 04:13 PM
Re: maxuprc
It basically depends on the
usage of the system. If this
is strictly a WEBSERVER without any other active users, then you use the minus four formula.
The current values of 276 and 75 is less for a websever.
Boost nproc to 1024 and
maxuprc to somewhere close to it (between 1000 and 1020).
IF you have a very busy server, then you can increase
it further too, depending on the usage at a later time.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 04:19 PM
11-12-2001 04:19 PM
Re: maxuprc
http://people.hp.se/stevesk/bastion.html
Secondly, it's always important to know what OS (10.20, 11.00/32, 11.00/64, 11i) you are running, what web server products you are using, are your applications threaded, and the expected number of users at the peak period. Because this also will determine what your kernel parameters need to be set at.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 06:38 PM
11-12-2001 06:38 PM
Re: maxuprc
Now this may be tricky: a web page is served by an httpd process, which may start a cgi script which in turn starts another process. So for a specific web page request, 3 or more processes may be needed for each request. Multiply that times the number of independent web pages that may be served at the same time and maxuprc can grow rapidly.
So the formula is something like:
maxuprc = number-of-independent-page-requests * maximum-number-of-subprocesses
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 07:11 PM
11-12-2001 07:11 PM
Re: maxuprc
Take a look at the threads below for more info on maxuprc,
http://www.docs.hp.com/hpux/onlinedocs/os/KCparam.MaxUprc.html
this is also dependent on nproc, check this link on nproc,
http://www.docs.hp.com/hpux/onlinedocs/os/KCparam.Nproc.html
And here is a link from ITRC on the performance tuning for a WEb-server,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=400174a00d1946bd3c/screen=ckiDisplayDocument?docId=200000056144591
http://us-support.external.hp.com/cki/bin/doc.pl/sid=400174a00d1946bd3c/screen=ckiDisplayDocument?docId=200000051850892
Hope this helps.
Regds