Operating System - HP-UX
1830044 Members
6854 Online
109998 Solutions
New Discussion

kmtune and SAM Kernel tuning

 
SOLVED
Go to solution
Bill McNAMARA_1
Honored Contributor

kmtune and SAM Kernel tuning

Hi,
using kmtune to update standard kernel parameters, ninode, nproc..
kmtune -s works to change and kmtune -l -q reports the change as taken, but sam still recognises the older value.. even after recompilation and reboot.

How do I tune the kernel from command line..
am I missing something?

Later,
Bill
It works for me (tm)
5 REPLIES 5
eran maor
Honored Contributor

Re: kmtune and SAM Kernel tuning

Hi Bill

Sam is getting the information from /usr/conf/master.d/*

i will try to check this dir for the params .

love computers
Vincenzo Restuccia
Honored Contributor

Re: kmtune and SAM Kernel tuning

#sysdef
Carsten Krege
Honored Contributor
Solution

Re: kmtune and SAM Kernel tuning

You probably missed to run

# kmupdate

after kernel build. This is automatically done if you shutdown instead of reboot.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG

Re: kmtune and SAM Kernel tuning

I second carsten, after the changes to kernel update the old with new.
mk_kernel
kmupdate
shutdown -r -y now

Now check the parameters
Strive for perfection
Bill McNAMARA_1
Honored Contributor

Re: kmtune and SAM Kernel tuning

Yes y'all that's what it was..
If I can remember correctly I needed to do a kminstall just before the kmupdate..
in either case thanks for the help.

Later
Bill
It works for me (tm)