Operating System - HP-UX
1833276 Members
3089 Online
110051 Solutions
New Discussion

Multiple Kernel Param Update

 
SOLVED
Go to solution
Duffs
Regular Advisor

Multiple Kernel Param Update

Hi,

I have a list the length of my arm of kernel parameters changes for a 11.23 box. I used to have a quick procedure for doing this in 11.11 that involved a 'newkernel.tun' file and SAM however this option is not available in 11.23.

Does anyone know of a quick way of updating multiple parameters in 11.23?

R,
D
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Multiple Kernel Param Update

Shalom,

You can still use sam manually.

You can write a little kctune script. That will change the dynamic ones immediately and the non-dynamic ones the kernel compile and placement procedure is the same as 11.11

I'd take a look at kctune man page. You can have a script ready to do this in 10 minutes.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Krastev
Honored Contributor
Solution

Re: Multiple Kernel Param Update

Attached is an example of kctune script.

regards,
ivan
Duffs
Regular Advisor

Re: Multiple Kernel Param Update

Thanks for the help lads!
R,
D