Operating System - HP-UX
1834150 Members
2980 Online
110064 Solutions
New Discussion

how to dump the kernel parameter?

 
SOLVED
Go to solution
Kenneth Leung_2
Frequent Advisor

how to dump the kernel parameter?

I would like to dump all the kernel parameter of an existing server & pass it to HP engineer for a new server installation. Can I do it in HPUX 11i?? Please help. Thanks
8 REPLIES 8
Patrick Wallek
Honored Contributor
Solution

Re: how to dump the kernel parameter?

The command you want is 'kmtune'.

# kmtune
Dennis Handly
Acclaimed Contributor

Re: how to dump the kernel parameter?

kctune is what you need for 11.23 and on.
SANTOSH S. MHASKAR
Trusted Contributor

Re: how to dump the kernel parameter?

Hi,


u can use

# sysdef


it will analyze the currently running system and reports
on its tunable configuration parameters.


-Santosh
Kenneth Leung_2
Frequent Advisor

Re: how to dump the kernel parameter?

Thanks for the advice.

Moreover, how can I dump the patch level ? Pls help. Thanks a lot.
Dennis Handly
Acclaimed Contributor

Re: how to dump the kernel parameter?

>how can I dump the patch level?

$ swlist -l product PH*

You can also use the following if you want more details:
$ swlist -l patch
PC_7
Frequent Advisor

Re: how to dump the kernel parameter?

In case you are interested, there is an unsupported tool called nickel which collect the current system information of your server. The running of the script will produce a tar ball which contain the system info including kernel param values & patch level etc.

I attached nickel.zip for yr review/usage. Hope it helps.
melvyn burnard
Honored Contributor

Re: how to dump the kernel parameter?

you could also look at cfg2html to help here
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
hpuxadm
New Member

Re: how to dump the kernel parameter?

You can also use the sysinfo-dc tool. It can be downloaded for the following web link: http://sourceforge.net/projects/sysinfo-dc/