- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rebuild kernel, on-line
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-05-2001 05:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 05:46 PM
09-05-2001 05:46 PM
Re: rebuild kernel, on-line
as root
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add make your changes)
save file
# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate
Take note of the existing kernel name, probably vmunix.prev
# cd /
Reboot or shutdown
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 05:54 PM
09-05-2001 05:54 PM
Re: rebuild kernel, on-line
Make any kernel parameter changes with 'kmtune':
# kmtune -s
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# /usr/sbin/mk_kernel -s system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv /stand/dlkm /stand/dlkm.vmunix.prev
# mv /stand/build/system /stand/system
# kmupdate /stand/build/vmunix_test
# shutdown -ry 0
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 06:40 PM
09-05-2001 06:40 PM
Re: rebuild kernel, on-line
Thanks a lot for your quick responses.
However, I am looking for a method to rebuild kernel without shutdown?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 06:50 PM
09-05-2001 06:50 PM
Re: rebuild kernel, on-line
Once you have rebuilt your kernel you not
obligated to reboot straight away, however
in saying that, the changes that are made
using the procedures given to you will not be
available until the reboot has been
performed and the /stand/vmunix file has been
loaded into memory.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 06:53 PM
09-05-2001 06:53 PM
SolutionTuning the kernel dynamically without a reboot appears doesn't appear until 11.11. Even then, some parameters remain "static". That is, their adjustment requires a reboot. Other parameters are defined as "dynamic" and can be tuned without reboot.
Kernel rearchitecture is a very active project. In addition to dynamic parameters, self-tuning ones will appear in new releases. Old names, like 'nproc' and 'nfile' will also become aliases for more descriptive identifiers.
Regards!
...JRF...