- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 11.23 kernel changes and process
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
02-07-2007 02:17 AM
02-07-2007 02:17 AM
11.23 kernel changes and process
kctune is used modify the parameters
By default kctune will immediatly implement the change for any dynamic parameter unless explicitly told to hold.
kconfig lists all configurated kernels sets, the current kernel set and any changes held for next reboot.
Here is where I am unclear. If an actual rebuild of the kernel is required, kconfig does this as part of the reboot ? No futher commands or actions are required ?
Any comments ? Corrections ? Further explanations ?
Thanks All !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:21 AM
02-07-2007 02:21 AM
Re: 11.23 kernel changes and process
Yes, but you have the option of saving the change for later.
My understanding is that the process of putting a kernel into production which has changes to static parameters is similar to 11.11.
I've just finished a punch of changes on an 11.23 system. Almost all of them were dynamic.
I cheated and used sam to put the kernel into production though for the static parameters.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:28 AM
02-07-2007 02:28 AM
Re: 11.23 kernel changes and process
I did make some changes to some static settings with kctune, then simply rebooted.
The changes are now in effect ( like magic ).
Another 2 notes worth mentioning.
-Auto kernel backup. Answer yes to backup when making changes, then old kernel can be booted from /stand/backup/vmunix ( no copying of /stand/vmunix required.
-kernel naming. put a name on the kernel, i.e. batch, online, etc.. Then load any of them at will, if reboot is required the new "named" kernel will take effect next reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:34 AM
02-07-2007 02:34 AM
Re: 11.23 kernel changes and process
Kconfig is for complete kernel configurations.
1.The set of data that controls the behavior and content of the HP-UX kernel is called a kernel configuration.
2. A kernel configuration consists of module usage choices made using kcmodule(1M) and tunable values chosen using kctune(1M).
3. By default, these commands affect the state of the currently running system. When these commands are given a -c config option, they instead affect the saved kernel configuration named config.
4. The currently running kernel configuration can be saved using kconfig -s.
5. A saved configuration can be loaded using kconfig -l.
6.A saved configuration can be marked for use when the system is next booted, by using kconfig -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 02:45 AM
02-07-2007 02:45 AM
Re: 11.23 kernel changes and process
I did leave out the DLKM info ( only because I have yet to have a need for them ).