Operating System - HP-UX
1851747 Members
2331 Online
104062 Solutions
New Discussion

Re: Kernel conguration from command line under 11.23

 
Smucker
Regular Advisor

Kernel conguration from command line under 11.23

can someone please confirm the steps needed to rebuild the kernel from the command line under 11.23.

this would be for tuning the kernel via kctune for non-dynamic stttings.

thanks
7 REPLIES 7
Suraj K Sankari
Honored Contributor

Re: Kernel conguration from command line under 11.23

Hi,

like this you can change the kernel parameter values.

# kctune -h msgseg=16384
# kctune -h msgtql=2048
# kctune -h msgmap=2050

Suraj
James R. Ferguson
Acclaimed Contributor

Re: Kernel conguration from command line under 11.23

Smucker
Regular Advisor

Re: Kernel conguration from command line under 11.23

Yes,

I know how to use kctune to change the vaules and I know I use kconfig preform some of the steps, but what I wanted was a confirmation of the steps.

For example on 11.11 - I could do the following

system_prep -v -s system
mk_kernel -s system
mv /stand/system /stand/system.prev
mv /stand/build/system /stand/system
/usr/sbin/kmupdate

what are the steps under 11.23
Don Morris_1
Honored Contributor

Re: Kernel conguration from command line under 11.23

Just kctune -- 11.23 and later doesn't need a kernel rebuild for tuning.
James R. Ferguson
Acclaimed Contributor

Re: Kernel conguration from command line under 11.23

Hi:

See this (and its encapsulating chapter):

http://docs.hp.com/en/B2355-90950/ch03s11.html#i490487

Regards!

...JRF...
Smucker
Regular Advisor

Re: Kernel conguration from command line under 11.23

Thanks the document was what I was looking for
James R. Ferguson
Acclaimed Contributor

Re: Kernel conguration from command line under 11.23

Hi (again):

I'm glad to have helped. Please don't forget to rate the answers given; i.e. assign points.

...JRF...