Operating System - HP-UX
1832603 Members
2383 Online
110043 Solutions
New Discussion

How to list all kernel parameters ?

 
SOLVED
Go to solution
Mark Smith T-Systems
Frequent Advisor

How to list all kernel parameters ?

I want to compare the kernels of 2 servers, I can scroll through them all in SAM but what is the easiest way to list them so that I can copy & paste them into a document ?
11 REPLIES 11
MarkSyder
Honored Contributor

Re: How to list all kernel parameters ?

If you have ignite installed, /opt/ignite/bin/print_manifest

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
erics_1
Honored Contributor

Re: How to list all kernel parameters ?

kctune for 11.23
kmtune for 11.11
Mark Smith T-Systems
Frequent Advisor

Re: How to list all kernel parameters ?

Maybe I should have said I am running 11.00 on that server
Sandman!
Honored Contributor

Re: How to list all kernel parameters ?

# /usr/sbin/sysdef
Sandman!
Honored Contributor
Solution

Re: How to list all kernel parameters ?

and btw kmtune(1M) is available in 11.0 systems:

# /usr/sbin/kmtune
erics_1
Honored Contributor

Re: How to list all kernel parameters ?

I recall sysdef was not recommended for use after 10.20. It's not accurate.

Regards,
Eric
erics_1
Honored Contributor

Re: How to list all kernel parameters ?

I'd advise you to compare kmtune and sysdef output on that system. I think you'll find you have differences in what's being reported. sysdef is not accurate at 11.x. Only on 10.20. Use kmtune.

Regards,
Eric
MarkSyder
Honored Contributor

Re: How to list all kernel parameters ?

If sysdef worked fine for you, shouldn't you have given sandman 10 points?

Mark
The triumph of evil requires only that good men do nothing
Mark Smith T-Systems
Frequent Advisor

Re: How to list all kernel parameters ?

I dont see all of the tunable parameter with sysdef or kmtune, I notice that shmax is not listed in either output, now I wonder how many others are not listed
Mark Smith T-Systems
Frequent Advisor

Re: How to list all kernel parameters ?

sorry, i see shmax now in the kmtune.
James R. Ferguson
Acclaimed Contributor

Re: How to list all kernel parameters ?

Hi Mark:

Beginning with 11.0, 'sysdef' is deprecated. Worse still, if may not always correctly reflect what 'kmtune' shows since 'sysdef' was not always updated to relect kernel changes brought along with patches and new releases. I strongly urge you to use 'kmtune' and then 'kctune' beginning with 11.23.

Regards!

...JRF...