Operating System - Linux
1753957 Members
7471 Online
108811 Solutions
New Discussion юеВ

Duplicate Linux kernel parameters from one machine to another

 
SOLVED
Go to solution
kaushikbr
Frequent Advisor

Duplicate Linux kernel parameters from one machine to another

Hi

I'm a newbie to Linux. I am installing redhat linux on a new server. I have to export the kernel parameters from an identical machine and import it on this new server. Is there anything similar to kconfig on HP-UX ?

Thanks and Regards
Kaushik
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: Duplicate Linux kernel parameters from one machine to another

Shalom,

sysctl -a

You can use the sysctl script to create output which you can use to set the kernel parameters on a second system.

It would be best however if the systems were exact duplicates of one and other hardware wise.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
kaushikbr
Frequent Advisor

Re: Duplicate Linux kernel parameters from one machine to another

Shalom Steven,

Thanks for your reply. The systems are exact replicas in terms of hardware. I will use the method you suggested.

Thanks and Regards
Kaushik