GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Build question .
Operating System - HP-UX
1847411
Members
2583
Online
110264
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-18-2006 06:35 PM
10-18-2006 06:35 PM
Kernel Build question .
Hi All,
I want to change some kernel parameter and rebuild the kernel and keep it ready for reboot with the next schedule reboot.
My question is now oracle is runing, can i process the activity now.
# kmtune -s var=value
# ./mk_kernel
# kmupdate
Can I execute this commands and keep it ready to take effect at next reboot. Just want to know if any impact on oracle, if I process the kernel when oracle is up.
Thanks in advance.
I want to change some kernel parameter and rebuild the kernel and keep it ready for reboot with the next schedule reboot.
My question is now oracle is runing, can i process the activity now.
# kmtune -s var=value
# ./mk_kernel
# kmupdate
Can I execute this commands and keep it ready to take effect at next reboot. Just want to know if any impact on oracle, if I process the kernel when oracle is up.
Thanks in advance.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 06:48 PM
10-18-2006 06:48 PM
Re: Kernel Build question .
If the parameter you are going to change is a static parameter. Then there will be NO impact on Oracle while you build the new kernel. Yes, the new kernel will be loaded during next reboot.
There are some dynamic kernel parameters can be changed without re-build new kernel and will take effect immediately after you change them. If you are not sure about what you are going to modify. It is better to use sam to change the kernel parameter. SAM will cross check the value you changed and you can select "Reboot now" or "reboot later".
Yang
There are some dynamic kernel parameters can be changed without re-build new kernel and will take effect immediately after you change them. If you are not sure about what you are going to modify. It is better to use sam to change the kernel parameter. SAM will cross check the value you changed and you can select "Reboot now" or "reboot later".
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 10:46 PM
10-18-2006 10:46 PM
Re: Kernel Build question .
Hi rveri,
Use SAM for create "new" kernel and when ask for "reboot" use the option "create new kernel" and "not move to original localitation".
Then, use the command:
# kmupdate
This create the file "/stand/.update_ux.
The process /sbin/init.d/kmbuild detect the file in normal shutdown and move to /stand directory.
rgs,
ran
Use SAM for create "new" kernel and when ask for "reboot" use the option "create new kernel" and "not move to original localitation".
Then, use the command:
# kmupdate
This create the file "/stand/.update_ux.
The process /sbin/init.d/kmbuild detect the file in normal shutdown and move to /stand directory.
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2006 12:02 AM
10-19-2006 12:02 AM
Re: Kernel Build question .
It is important to backup the kernel-related files before issuing the kmupdate command. So cp(1) NOT mv(1) the kernel-related files since commands like lanscan which depend on the /stand/vmunix file will fail pending reboot. Steps below:
# cp /stand/system /stand/system.prev
# cp /stand/vmunix /stand/vmunix.prev
# cp -R /stand/dlkm /stand/dlkm.vmunix.prev
# /usr/sbin/kmupdate
~hope it helps
# cp /stand/system /stand/system.prev
# cp /stand/vmunix /stand/vmunix.prev
# cp -R /stand/dlkm /stand/dlkm.vmunix.prev
# /usr/sbin/kmupdate
~hope it helps
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP