- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating my own kernel template file on HP-UX 11
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
03-21-2001 04:42 AM
03-21-2001 04:42 AM
I wanna apply the same kernel parameters on serveral servers.
Is it possible to create my own "kernel parameter template file" on the "template" server, then copy this file to another server, and then use the option "Load a Template File ..." in sam (menu "Kernel Configuration")? How?
Regards // Mats Sj?blom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 04:54 AM
03-21-2001 04:54 AM
SolutionI woulnd use sam for this:
I would generate the template:
cd /stand/build
/usr/lbin/sysadm/system_prep -s system
vi system # modify the params
and use rdist to copy system in
then all each system I would generate a new kernel using a script which would contain:
cd /stand/build
/usr/sbin/mk_kernel -s system
...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 05:08 AM
03-21-2001 05:08 AM
Re: Creating my own kernel template file on HP-UX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 05:13 AM
03-21-2001 05:13 AM
Re: Creating my own kernel template file on HP-UX 11
There is no need in posting in diferrent category areas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 05:27 AM
03-21-2001 05:27 AM
Re: Creating my own kernel template file on HP-UX 11
Please see also respones in your duplicate post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc4ad53921f1ad5118fef0090279cd0f9,00.html
...JRF...