1848417 Members
2836 Online
104027 Solutions
New Discussion

Kernel Parameters

 
SOLVED
Go to solution
Thamm
Occasional Advisor

Kernel Parameters

Hi,
where can I get detailed descriptions of all 11.x kernel-parameters and the dependences between them?

Thanks in advance,
Stefan.
4 REPLIES 4
Stanimir
Trusted Contributor

Re: Kernel Parameters

Hi!
See attachment!

Regards,
Stan
Hari Kumar
Trusted Contributor

Re: Kernel Parameters

Here is a very good document :

http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html.

The command #kmtune -l list you all the kernel Parameters with their formula also, in that formula u can find the relation between those parameters.
The example how nfile depends on other parameters(output from kmtune -l)
Parameter: nfile
Current: 910
Planned: (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
Default: (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
Information is Wealth ; Knowledge is Power
Hari Kumar
Trusted Contributor
Solution

Re: Kernel Parameters

This is more detailed document.

http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html
Information is Wealth ; Knowledge is Power