1839658 Members
3177 Online
110152 Solutions
New Discussion

Reconfiguring Kernel

 
Sreejith Kaliyam
Regular Advisor

Reconfiguring Kernel

Hello Masters,

I want to export kernal parameters from one server and import on another server to make both servers identical.

OS version is 11.11

Rgds
Vinayan
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: Reconfiguring Kernel

Hi,

Have a look at this manual.

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

Regards,
Robert-Jan
Benoy Daniel
Trusted Contributor

Re: Reconfiguring Kernel

Copy all tunable parameters from /stand/system source server and paste it over destination server. Then recompile the kernel.
HCL Ash
Frequent Advisor

Re: Reconfiguring Kernel

HI..

Take the backup of the kernel.

create one file in which add the entries of your parameters and values in below format

parameter=value say abc

#cd /stand
#for i in `cat abc`
do
kmtune -s $i
done
#mk_kernel
#kmupdate

#cd
#shutdown -ry 00