- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: transfer kernel parameters to another box
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 05:07 PM
09-12-2002 05:07 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 05:09 PM
09-12-2002 05:09 PM
Re: transfer kernel parameters to another box
What I would do, is just get a listing of the configurable kernel parms from one machine, go into SAM on the second machine, and make the changes as appropriate. Then let it rebuild your kernel and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 08:56 PM
09-12-2002 08:56 PM
Re: transfer kernel parameters to another box
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 06:02 AM
09-13-2002 06:02 AM
Re: transfer kernel parameters to another box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 06:04 AM
09-13-2002 06:04 AM
Re: transfer kernel parameters to another box
All H/W and config will be the same...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 06:08 AM
09-13-2002 06:08 AM
Re: transfer kernel parameters to another box
For what it's worth, I just print out or copy /stand/system and then go through SAM to re-implement the kernel modifications manually.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 06:15 AM
09-13-2002 06:15 AM
SolutionThe steps involved are
1.) # cd /stand/build
2.) # /usr/lbin/sysadm/system_prep -v -s system
3.) # /usr/sbin/mk_kernel -s ./system
4.) # mv /stand/system /stand/system.prev #new for dynamically linked modules at 11.0
5.) # mv /stand/build/system /stand/system
6.) # kmupdate # kmupdate automates moving the kernel files into the proper directory
7.) # shutdown -ry 0
Do the first two steps on node1 and then copy the system file to node2:/stand/build and then perform the remoaining steps on node2. This will duplicate the kernel parameters on node1 to node2.
Otherwise take a copy of kernel parametes on node1 "kmtune -S /stnad/system >/tmp/kernel_para_node1" and then moedify the kernel parameters on node2 manually. I hope the hardware is same.
Hope this helps.
Regds

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2002 11:23 PM
09-15-2002 11:23 PM