Operating System - HP-UX
1837111 Members
2330 Online
110112 Solutions
New Discussion

Re: HOw to chnage a bunch of kernel parameters on 11.23(rx series)

 
SOLVED
Go to solution
KO kwang tae
Advisor

HOw to chnage a bunch of kernel parameters on 11.23(rx series)


Without using SAM. What files I should modify, and if I can put decimal digits in? and detailed steps?

Thanks in advance~
2 REPLIES 2
Biswajit Tripathy
Honored Contributor
Solution

Re: HOw to chnage a bunch of kernel parameters on 11.23(rx series)

See manpages for kctune(1M).

Run kctune(1M) (with no arguments) to see if a
tunable can be modified without reboot (Tunables
with "Immed" written next to them can be modified
without reboot). For others, run kctune (1M) to
modify the tunables for the next boot (option -h).
All the tunables can be modified by running kctune(1M)
command. Run "shutdown -r 0" to reboot the system
from the newly tuned kernel if tunables you are
modifying require reboot.

- Biswajit
:-)
Uday_S_Ankolekar
Honored Contributor

Re: HOw to chnage a bunch of kernel parameters on 11.23(rx series)

kctune is the command you should look in to change kernel parameters. Man pages has detailed informtaion/examples.

Also look for man 5 kconfig

-USA..
Good Luck..