- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel changes and patch install before reboot
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
04-01-2003 03:45 AM
04-01-2003 03:45 AM
Kernel changes and patch install before reboot
Please could you offer me some advice about whether it is safe to manually make changes to the kernel (system tuning changes) and to then install patches BEFORE doing a reboot.
IE, I would like to limit the process to one reboot to cover both the kernel changes and patch install. I am presuming that the patch install will require a reboot and am concerned that somehow the changes the patch install does will overwrite or cause to be lost the kernel changes I make manually.
Can this be done safely?
Regards,
Gareth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 03:48 AM
04-01-2003 03:48 AM
Re: Kernel changes and patch install before reboot
In eihter case, make sure you have a good backup, preferably a make_recovery just in case.
I also like to suggest you try a mk_kernel before any of this, so you at least know hte kernel builds ok before starting work.
Too many times I have seen kernel build failures htat were already there before someone loaded patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:23 AM
04-01-2003 04:23 AM
Re: Kernel changes and patch install before reboot
PHSS and PHCO patches doesn't need reboot, whereas some of PHNE and all PHKL patches needs reboot.
There is no harm in reooting the machine twice.
even if you make kernel changes manually (using kmtune or by modifying /stand/system) system needs a reboot for them to be effective
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:32 AM
04-01-2003 04:32 AM
Re: Kernel changes and patch install before reboot
While I can understand your desire to minimize downtime, I would prefer to do these tasks separately. If you should find that there are problems building the kernel, or re-booting the system, you'll have a much better idea what the likely cause was.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:54 AM
04-01-2003 04:54 AM
Re: Kernel changes and patch install before reboot
Regards.
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 04:56 AM
04-01-2003 04:56 AM
Re: Kernel changes and patch install before reboot
If you look at the patch description it will tell you whether you need to reboot or not. That being said, I would still do two reboots. The reason behind my logic is I'd like to make sure that the kernel changes I make will not affect the kernel changes that the patch may be doing. Moreover, I'd probably do my kernel changes last just to make sure they take effect the way I want them to. That last sentence is how *I* would do it, there's no valid reason not to do it the other way around.