1826073 Members
3523 Online
109690 Solutions
New Discussion

kernel parameter

 
SOLVED
Go to solution
Ridzuan Zakaria
Frequent Advisor

kernel parameter

Hi,

Is there any commands on HPUX that allow us to view all the tuneable kernel parameters and their current values apart from viewing the /stand/system file?

Thanks.
quest for perfections
7 REPLIES 7
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: kernel parameter

On 11.x the command is kmtune; there is also the older sysdef command. Man kmtune for details.
If it ain't broke, I can fix that.
Sundar_7
Honored Contributor

Re: kernel parameter

in 10.x use sysdef

with 11.0 and above you can use kmtune command. Remember kmtune requires /stand/system to be present. If /stand/system is not current, use

# /usr/lbin/sysadm/system_prep -s /stand/system

to create the system file before using kmtune command.

SAM -> Kernel Configuration -> Configurable Parameters can also be used.
Learn What to do ,How to do and more importantly When to do ?
Tim D Fulford
Honored Contributor

Re: kernel parameter

11.x
kmtune (already said)
kmsystem (not mentioned above)

Tim
-
Naveej.K.A
Honored Contributor

Re: kernel parameter

Hi
to add up,
kctune for HPUX 11.2x

with best wishes
naveej
practice makes a man perfect!!!
Bharat Katkar
Honored Contributor

Re: kernel parameter

Yes as told above i think kmtune is the most suitable command for u.

#kmtune
This gives you Parameter and value set for that parameter.
whereas
#kmtune -l
This gives you all other related attributes of the parameter as well like:
Parameter:
Value:
Default:
Minimum:
Module:


You need to know a lot to actually know how little you know
Ted Buis
Honored Contributor

Re: kernel parameter

Most kernel parameters that you would want to consider changing can be done via 'sam'.
Mom 6
Dani Seely
Valued Contributor

Re: kernel parameter

Hello,
Best solution I have found (and safest so I don't muck up a file) is using SAM ...
this works for 10.20, 11.00, 11.11 so it's the best solution I know of ...
# sam
select Kernel Configuration
select Configurable Kernel Parameters
Together We Stand!