- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel parameters
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
01-23-2001 01:28 AM
01-23-2001 01:28 AM
Is it possible to save the kernel parameters on one system in eg. a file and transfer these paramaters to the other systems.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2001 01:50 AM
01-23-2001 01:50 AM
Re: kernel parameters
The file /stand/system contains all the "non-default" kernel drivers and settings.
You could copy this across systems and then run mk_kernel like in:
mk_kernel -s /stand/system -o /tmp/new_kernel
>> "Uses the file /stand/system to build a new kernel which will be placed in /tmp/new_kernel upon success."
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2001 01:52 AM
01-23-2001 01:52 AM
Re: kernel parameters
backup /stand/system and use it for kernel generation all system.
OR use same vmunix but only if You have same hardware.
regards, Saa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2001 02:13 AM
01-23-2001 02:13 AM
Re: kernel parameters
only the kernel configuration, but the partitioning of disks and network configuration ... etc.
There are post-install script in:
/var/opt/ignite/scripts/
More info: http://docs.hp.com/hpux/onlinedocs/B2355-90704/B2355-90704.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2001 03:42 AM
01-23-2001 03:42 AM
Re: kernel parameters
You can never be sure if systems are identical.
When you install kernel patches it will load drivers in your kernel.
When you use a kernel from system x, which doesn't have the kernel driver loaded, you'll get the famous unsattisfied symbols problem.
So as Pal already mentioned the best way to make systems identical is to make a Ignite Image and use this for all the other servers.
Have Fun
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2001 04:21 AM
01-23-2001 04:21 AM
Re: kernel parameters
Yes you can ( /stand/system), as already mentionned be sure the hardware are the same, otherwise just append to a file the Tunable parameters part and use it to replace the values in /stand/system.
And as your master host may change params you would have do start all again, so I think its a good candidate for rdist...
Do a man rdist if you dont know how to use this command...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 07:33 AM
01-24-2001 07:33 AM
SolutionDarren