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-18-2005 01:35 AM
08-18-2005 01:35 AM
kernel
i reconfigured the kernel by system_prep , and mk_kernel.
i just want to check whether the system will properly boot with new kernel before shuting down the system
whether it is possible..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 01:37 AM
08-18-2005 01:37 AM
Re: kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 01:44 AM
08-18-2005 01:44 AM
Re: kernel
You need to use the command # kmupdate ( it will move the newly build kernel to vmunix and current kernel to vmunix.prev to get effect in next reboot.) Also need to copy the previous system file as system.prev
And in next boot if it doesnot boot , need to boot from vmunix.prev .
Cheers,
R.Veri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 01:45 AM
08-18-2005 01:45 AM
Re: kernel
kmtune -s dbc_max_pct=5
(repeat as often as necessary to set the desired tunables)
mk_kernel
kmupdate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 01:51 AM
08-18-2005 01:51 AM
Re: kernel
easy to use sam to update the kernel , other wise you may have to do kmtune etc.
Compare the size of your existing kernel and the one you created .
Also keep a copy of the old kernel before moving the new kernel inplace .
In my knowledge there is no command as such you can use to verify the Kernel , whether it is bootable or not .
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 02:40 AM
08-18-2005 02:40 AM
Re: kernel
All of this is done automatically for you by SAM with the added benefit that virtually all the parameters have extensive documentation (Help on Context) and most parameters are checked for valid limits as well as cross-checking with other parameters.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 02:48 AM
08-18-2005 02:48 AM
Re: kernel
If you have a standard set of modifications to apply to all boxes that you've already tested with SAM, then fine use kmtune, but in nearly all other cases I'd trust SAM on this one.