1821537 Members
2470 Online
109633 Solutions
New Discussion юеВ

kernel question

 
Chris Fadrowski
Super Advisor

kernel question

I seem to remember a command that can be run to get a list of values for all kernel parameters. Can someone elighten me what that command is if indeed there is one? i would like to have a print out for documentation.
10 REPLIES 10
Pete Randall
Outstanding Contributor

Re: kernel question

kmtune


Pete

Pete
Frederic Sevestre
Honored Contributor

Re: kernel question

Hi,

From HP-UX 11, you can run
# kmtune

Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Patrick Wallek
Honored Contributor

Re: kernel question

# /opt/ignite/bin/print_manifest

will also show you any kernel parameters that have been changed from the default values. That is far easier for me to digest than a listing of ALL kernel parameters on the system.
Uday_S_Ankolekar
Honored Contributor

Re: kernel question

kmtune -l | lp -dprinter name

-USA..
Good Luck..
Dario_1
Trusted Contributor

Re: kernel question

Hi!

kmtune or sysdef

Regards,

DR
John Poff
Honored Contributor

Re: kernel question

Hi,

I also run sysdef for my docs.

JP
James R. Ferguson
Acclaimed Contributor

Re: kernel question

Hi:

Beware of 'sysdef' on 11.x systems. While not available on 10.20, 'kmtune' is the appropriate probe on 11.x. 'sysdef' will eventually be deimplemented.

Regards!

...JRF...
S.K. Chan
Honored Contributor

Re: kernel question

One more way to do this ..
# cd /usr/sam/lbin
# ./getkinfo -o /tmp/kernel-data
# grep -E "KC_PARAM_NAME|KC_PARAM_STATUS" /tmp/kernel-data|more
S.K. Chan
Honored Contributor

Re: kernel question

One more way to do this ..
# cd /usr/sam/lbin
# ./getkinfo -o /tmp/kernel-data
# grep -E "KC_PARAM_NAME|KC_PARAM_STATUS" /tmp/kernel-data|more
Geoff Wild
Honored Contributor

Re: kernel question

You can aslo do this with GetKernelSymbol and adb...

See attached script called hpmem.

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.