Operating System - HP-UX
1834260 Members
10736 Online
110066 Solutions
New Discussion

Re: Kernel parameters 11.11

 
SOLVED
Go to solution
Marco A.
Esteemed Contributor

Kernel parameters 11.11

Hello,

Can somebody tell me how can I determine which kernel parameters are dynamic and which not.??

If there a command that tells that?

I don't understand exactly what DLKM is.
It appears under /stand/dlkm/system but I cannot change it. why? it is not supposed to be a dynamic too ?

thank you,


Marc'o
Just unplug and plug in again ....
5 REPLIES 5
Tim Nelson
Honored Contributor
Solution

Re: Kernel parameters 11.11

kmtune
James R. Ferguson
Acclaimed Contributor

Re: Kernel parameters 11.11

Hi:

# kmtune -l

...will show you all parameters and their values and attributes.

DLKM = Dynamically Loadable Kernel Module

...the kernel loads/unloads modules as needed.

Regards!

...JRF...
Victor BERRIDGE
Honored Contributor

Re: Kernel parameters 11.11

Greetings,
Try just kmtune -l¦more

The output will be:
...
...
Parameter: NSTRSCHED
Current: 2
Planned: 2
Default: 0
Minimum: -
Module: -
Version: -
Dynamic: No

...
...


All the best
Victor
James George_1
Trusted Contributor

Re: Kernel parameters 11.11

Hi

Here is the link to configurable kernel parameters.

http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html

Rgds / James
forum is for techies .....heaven is for those who are born again !!
Marco A.
Esteemed Contributor

Re: Kernel parameters 11.11

Thank you guys, I used ..

kmtune -q maxvgs -l

This give me the answers I was looking for..!!

Thank you!


Marco
Just unplug and plug in again ....