Operating System - HP-UX
1837048 Members
2983 Online
110111 Solutions
New Discussion

duplicating kernel parameters

 
Ricky_4
Frequent Advisor

duplicating kernel parameters

Hi All,

We would like to duplicate kernel parameters of our rp5430 to the new 5 rp5470 server. What I only know is compare rp5430 kernel parameters one by one then apply to rp5470 using SAM but it looks tedious from us. Please provide us procedure a faster way to duplicate this kernel parameters aside from what we know.

Thanks in advance.

Adriatico
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: duplicating kernel parameters

If you check them all one-by-one, yes that would be tedious.

What I do is use /opt/ignite/bin/print_manifest to print a current manifest for a system. This includes any kernel parameters that have been changed from their default values. I then take that list from print_manifest and evaluate each one and decide what is appropriate for a new system.

Dave Olker
Neighborhood Moderator

Re: duplicating kernel parameters

Another possible way to get the same kernel parameters is to copy the kernel tunables section from the /stand/system file from one system to the other. You don't want to simply grab the entire /stand/system file and replace it on the new system, but you should be able to grab all of the tunables from /stand/system and copy them to the /stand/system file on the new boxes.

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
monasingh_1
Trusted Contributor

Re: duplicating kernel parameters

You can check the current kernel parameters using kmtune on both system. Then
use kmtune/kmsystem or manually change the /stand/system file
then run config -t /stand/system

and reboot.

this should take care of the differences.