Operating System - HP-UX
1752509 Members
5006 Online
108788 Solutions
New Discussion

tuning kernels from command line

 
SOLVED
Go to solution
Bill McNAMARA_1
Honored Contributor

tuning kernels from command line

hpux 11.11 offers lot of kernel tuning online
however most is done through sam.
I don't like sam so much especially when
in rescue mode , so rather than recompiling and rebooting off a new kernel how do I dynamically tune the kernel from command line..
similar to the linux cat into /proc/whatever

Later,
Bill
It works for me (tm)
1 REPLY 1
James R. Ferguson
Acclaimed Contributor
Solution

Re: tuning kernels from command line

Hi Bill:

Take a look at 'kmtune' (man 1M kmtune). THis allows you to query, set, or reset system parameters.

For networking, the 'ndd' command allows the examination and modification of several tunable parameters that affect networking operation and behavior.

Regards!

...JRF...