Operating System - HP-UX
1831382 Members
3211 Online
110025 Solutions
New Discussion

backup and restore kernel parameters in HP_UX 11.11

 
SOLVED
Go to solution
Tonatiuh
Super Advisor

backup and restore kernel parameters in HP_UX 11.11

I have a server well tuned and working properly.

I have instaled a new server (exactly same O.S.) and I want to apply all the kernel parameters from the other to this new server.

How can I do that?
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: backup and restore kernel parameters in HP_UX 11.11

Hi:

You could run 'kmtune -l' on the server already configured and use that as a guide to configuring the new server.

Regards!

...JRF...
Patrice Le Guyader
Respected Contributor
Solution

Re: backup and restore kernel parameters in HP_UX 11.11

Hello,

What you can do is a template for sam for exemple. look in /usr/sam/lib/kc/tuned, you have to get the kernel parameters from you first server, make for exemple a file named GreatParam.tun, put it in previous folder.
Open sam and in :
kernel configuration
configurable parameters==> Actions
Apply tuned parameters ==> select you file.
Same configuration for your kernel. Just need to make it and reboot.

Regards
Pat
Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.