1833162 Members
3529 Online
110051 Solutions
New Discussion

Kernel Parm

 
SOLVED
Go to solution
Alvin_15
Occasional Contributor

Kernel Parm

Could someone help me with trying to acquire the kernel parameters for a box.
I need two things.
1. Parm #'s
2. Parm forumal's

Any help would be greatly appreciated.
6 REPLIES 6
Sundar_7
Honored Contributor
Solution

Re: Kernel Parm

If HP-UX 11.X, use the kmtune command.
Learn What to do ,How to do and more importantly When to do ?
A. Clay Stephenson
Acclaimed Contributor

Re: Kernel Parm

kmtune

Man kmtune for details.
If it ain't broke, I can fix that.
Granite
Frequent Advisor

Re: Kernel Parm

Hi Alvin,

Even sysdef can help you.

regds,Granite
HPmania - The World of HP
Devender Khatana
Honored Contributor

Re: Kernel Parm

Hi,

It is kctune in HPUx 11.23. Allthough a wrapper script is provided with name kmtune as well.

GUI interface kcweb is there in 11.23. Whereas in 11i SAM can also be used for this.

HTH,
Devender
Impossible itself mentions "I m possible"
Raj D.
Honored Contributor

Re: Kernel Parm

Hi Alvin ,

to change the kernel parameter you can do through command prompt.

Ex: to set the maxfiles to 2048
# kmtune -s maxfiles=2048
# ./mk_kernel
# kmupdate
# shutdown -r -y 0

Also check this doc from hp site, Tunable_Kernel_Parameters.pdf for further details of Kernel parameters and their usuage.

Hope this will help,
Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Bharat Katkar
Honored Contributor

Re: Kernel Parm

Hi,
# sam
Kernel configuration
Configurable parameter

This is menu driven and should ease you parameter value changing.

You can also use "kmtune" and have look at man kmadmin, man mk_kernel, man kmupdate etc.

Hope that helps.
Regards,
You need to know a lot to actually know how little you know