- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel re-gen question
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-2002 07:25 AM
03-21-2002 07:25 AM
I've just created a new kernel through SAM, but taken the option not to move the new kernel into place, as I cannot shutdown the system yet.
Can I just move /stand/build/vmunix_test to /stand/vmunix and move /stand/build/system.SAM to /stand/system and reboot the box. (Making copies of previous kernel & system files first)
This is 11.00
Thanks in advance,
Hilary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:27 AM
03-21-2002 07:27 AM
Re: Kernel re-gen question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:30 AM
03-21-2002 07:30 AM
Re: Kernel re-gen question
yes you can do that when you ready to reboot the system with your new kernel. Take a backup copy of your previous kernel and the system file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:30 AM
03-21-2002 07:30 AM
Re: Kernel re-gen question
if you create a new kernel with sam, he also creates a copy of the old kernel, which is named vmunix.prev. So in my opinion you don't need to make a copy of the old kernel yourself. Confirm this, have a look for the copy in /stand. The other steps you described should do the job for you.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:40 AM
03-21-2002 07:40 AM
Re: Kernel re-gen question
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:44 AM
03-21-2002 07:44 AM
Re: Kernel re-gen question
you can try this too,
mv /stand/system system.prev
mv /stand/build/system /stand/system
kmupdate
shutdown -r 0
kmupdate will move the necessary kernel files in place.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:54 AM
03-21-2002 07:54 AM
SolutionHere's my procedure for what you're doing on 11.0:
Build the new kernel in Sam without moving it into place nor rebooting
/usr/sbin/kmupdate
cp -p /stand/system /stand/system.prev
cp -p /stand/build/system.SAM /stand/system
Everything is now set to utilize the new kernel at the next reboot.
Do not make other kernel modifications until after booting the new kernel. You need to test the new kernel and the only true test is to boot and run off it.
Reboot at your convenience (but I wouldn't wait an extended period).
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:54 AM
03-21-2002 07:54 AM
Re: Kernel re-gen question
What does kmupdate do, that manually copying the files doesn't.
I have only altered the value of dbc_max_pct.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:59 AM
03-21-2002 07:59 AM
Re: Kernel re-gen question
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:07 AM
03-21-2002 08:07 AM
Re: Kernel re-gen question
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90716/B3782-90716_top.html&con=/hpux/onlinedocs/B3782-90716/00/00/23-con.html&toc=/hpux/onlinedocs/B3782-90716/00/00/23-toc.html&searchterms=dlkm&queryid=20020321-080910
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:10 AM
03-21-2002 08:10 AM
Re: Kernel re-gen question
You can do a "man kmupdate" to know more about what kmupdate does.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:15 AM
03-21-2002 08:15 AM
Re: Kernel re-gen question
Thanks for all the replies.
This is the first 11.00 box where I'm moving the kernel into place later, hence all the questions. Normally I re-gen then reboot straightaway.
The shutdown is going to take place at the weekend.
Hilary