Operating System - HP-UX
1829712 Members
2521 Online
109992 Solutions
New Discussion

Kernel parameter templates in 11.31

 
SOLVED
Go to solution
PVR
Valued Contributor

Kernel parameter templates in 11.31

Hi !

We got some new servers with HP-UX 11.31. I want to make kernel parameters of one server identical to one other server.

I checked for the kernel configuration templates, which is available in HP-UX 11i. But I couldn't find it.

Can anyone help me on this ?

Thanks in advance :)
Don't give up. Try till success...
4 REPLIES 4
Solution

Re: Kernel parameter templates in 11.31

Hi,

Look at the kconfig (1m) command.

Configure the kernel how you want it on one system, then use "kconfig -e" to export to a file and "kconfig -i" to import on the other host. Full details on the man page.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
PVR
Valued Contributor

Re: Kernel parameter templates in 11.31

Thanks Duncan

I did the following commands;

kconfig -e /tmp/template

copied the template to second machine and executed the following commands.

kconfig -V -i /tmp/template

I checked for an option to check and change 'only' kernel tunables and I couldn't find it.
Don't give up. Try till success...
Dennis Handly
Acclaimed Contributor

Re: Kernel parameter templates in 11.31

>kconfig -V -i /tmp/template
>I checked for an option to check and change 'only' kernel tunables and I couldn't find it.

Did the above command do what you wanted? Or did the -V cause it to fail?
I suppose you could edit what's in the template file.
PVR
Valued Contributor

Re: Kernel parameter templates in 11.31

Hi

The above command did what I wanted.

I didn't try editing the file.

Thanks

Don't give up. Try till success...