Operating System - HP-UX
1833704 Members
3197 Online
110062 Solutions
New Discussion

Re: script for catching kernel parameters

 
SOLVED
Go to solution
Franky Leeuwerck_1
Regular Advisor

script for catching kernel parameters

Hello everyone,

Is there some command to retrieve all of the kernel parameters mentioned in SAM ?

Thanks in advance,
Franky
6 REPLIES 6
Steve Steel
Honored Contributor
Solution

Re: script for catching kernel parameters

Hi


Look at kmtune . It has a good man page



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
James R. Ferguson
Acclaimed Contributor

Re: script for catching kernel parameters

Hi Franky:

# kmtune -l

Regards!

...JRF...
Franky Leeuwerck_1
Regular Advisor

Re: script for catching kernel parameters

This is what I need.

Thanks James and Steve,
you are faster than lightning.

Best regards,

Franky

Yogeeraj_1
Honored Contributor

Re: script for catching kernel parameters

hi franky,

note that you can also get it from SAM itself.

Use: print to file option.

hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
H.Merijn Brand (procura
Honored Contributor

Re: script for catching kernel parameters

And use my kmtune.pl for even better output of kmtune. It shows the settings in hex, decimal, and functional values *and* the function. Has helped me a lot in the past. (attached)

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Franky Leeuwerck_1
Regular Advisor

Re: script for catching kernel parameters

The solution from Steve and James is just fine.

Thanks for your solutions too.

Franky