Operating System - HP-UX
1829101 Members
2872 Online
109986 Solutions
New Discussion

Re: Duplicate kernel settings on one machine to another

 
SOLVED
Go to solution
f. halili
Trusted Contributor

Duplicate kernel settings on one machine to another

Finished working on kernel settings on one host. I would like to duplicate these exact settings so I can use it on another host. I always kctune and compare one host to another and make the changes on 2nd host. I saw an example before that you can copy the kernel settings and use it on another machine. Looks like that's an easier way.

Any thoughts?

thanks,
f. halili
derekh
5 REPLIES 5
melvyn burnard
Honored Contributor

Re: Duplicate kernel settings on one machine to another

which version of HP-UX?
you may be able to use the export/import funcitionality
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
James R. Ferguson
Acclaimed Contributor

Re: Duplicate kernel settings on one machine to another

Hi:

It's really your choice.

A good reference is:

http://docs.hp.com/en/B2355-90950/ch03s11.html#i490195

[ see the section titled "Managing Configurations with System Files" ]

Regards!

...JRF...
f. halili
Trusted Contributor

Re: Duplicate kernel settings on one machine to another

Using 11.31.
derekh
Solution

Re: Duplicate kernel settings on one machine to another

so as easy as:

On source system:

kconfig -e mykernel

copy the file mykernel to the destination system and then:

kconfig -i mykernel

Might need to reboot if you've changed static parameters...

That's it!

HTH

Duncan

I am an HPE Employee
Accept or Kudo
f. halili
Trusted Contributor

Re: Duplicate kernel settings on one machine to another

Worked like a charm! Thanks Duncan.
derekh