1834935 Members
2160 Online
110071 Solutions
New Discussion

Re: Kernel Params

 
SOLVED
Go to solution
Scott D. Allen
Regular Advisor

Kernel Params

General kernel question:

1. Where is a good online source for kernel parameter definitions etc?
2. maxdsiz, maxtsiz, maxssiz: what do these three parameters do and how do they relate to each other?

Also, when I do sysdef and get the values of those parameters, it says units=pages. What's the value of a page?

--Scott
"Sometimes the devil you know is better than the devil you don't know."
4 REPLIES 4
Anthony deRito
Respected Contributor
Solution

Re: Kernel Params

Use SAM -> Kernel Configuration -> Configurable Parameters -> Help (on top menu bar) -> Overview -> tab down to Configurable Kernel Parameters. Pick the kernel parameter on the lower screen and get info you want.

Tony
Antoanetta Naghiu
Esteemed Contributor

Re: Kernel Params

Andy Monks
Honored Contributor

Re: Kernel Params

maxdsiz controls the how big an individual user process can be. If you set it at 64mb (the default), no process can be larger. Things like oracle etc need this set much higher.

maxtsiz is the size of the largest program you can run. This is the executable size not the data.

maxssiz controls the size of the stack.

normally, you won't change maxtsiz. maxssiz is changed frequently, and almost everyone changed maxdsiz.

If a process hits anyone of these limits, the system will stop the process (root of course ignores these limits).

As for what you should set them too. The best answer is, 'read the release notes for the applications your using'. Recommendations for Oracle would be completely different from something a web server.
Brian M. Fisher
Honored Contributor

Re: Kernel Params

A very good source of HP-UX 11.0 Configurable Kernel Parameters can be found at:

http://www.docs.hp.com/hpux/content/KCparams.OverviewAll.html

This page includes hot links to each kernel parameter giving:
Acceptable Values
Description
Related Parameters
And Additional Information

Brian
<*(((>< er
Perception IS Reality