- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mk_kernel in 11i and 11.0
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
08-05-2002 11:11 AM
08-05-2002 11:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:18 AM
08-05-2002 11:18 AM
Re: mk_kernel in 11i and 11.0
http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html
Then click on the + next to "Configuring a System" to expand that chapter and then click on "Reconfiguring the Kernel".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:20 AM
08-05-2002 11:20 AM
Re: mk_kernel in 11i and 11.0
The correct steps are,
cd /stand/build
/usr/lbin/sysadm/system_prep -s system
mk_kernel -s ./system
kmupdate /stand/build/vmunix_test
shutdown -r 0 (don't use reboot.)
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:33 AM
08-05-2002 11:33 AM
SolutionThis document will be helpful:
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000049790715
TKB Doc ID-KBRC00001138
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:59 AM
08-05-2002 11:59 AM
Re: mk_kernel in 11i and 11.0
thanks for your help. Just a clarification, your instructions were for 11i. For 11.0 does it suffice just the mk_kernel -s /stand/system -o /stand/vmunix ???
thank you , once again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 12:17 PM
08-05-2002 12:17 PM
Re: mk_kernel in 11i and 11.0
Starting from the introduction of DLKM (dynamic loadable Kernel Modules) at 11.0, the Kernel reconfiguration has been changed a littlebit. You now have new commands and functions to properly do this task. You need to do 'kmupdate' after running the mk_kernel command. Check
# man km_update for details.
Once km_update is done, you need to do a shutdown -y -r 0(not reboot!).
Check the documents, you will get more idea.