- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch and kernel change in one reboot
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-15-2007 02:29 AM
01-15-2007 02:29 AM
I'd like to update a 'reboot required' kernel setting (dbc_max_pct) and then install a 'reboot required' patch bundle. can I update the dbc_max_pct (creating a new kernel, for next boot) and then have the patch install work against the 'next boot' kernel? or do I have to conduct two seperate efforts?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 02:35 AM
01-15-2007 02:35 AM
Re: patch and kernel change in one reboot
Yes, this should work. However, if something goes wrong after the reboot, you've now got two potential causes, instead of just one.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 05:23 AM
01-15-2007 05:23 AM
Re: patch and kernel change in one reboot
Great doc from JRF.
You don't state your OS. If you are using 11.23 you may need to use kctune and slightly different syntax to make this happen.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2007 05:48 AM
01-15-2007 05:48 AM
Re: patch and kernel change in one reboot
thanks for the quick responses, which help direct my researching. I'm on 11.11.
It seems that I can just 'set' the kernel parameter manually (kmtune -s) and then instal the Patch Bundle. here you can see that I changed the variables with a simple command, my next step being the patch install:
root@saturn: kmtune -s dbc_min_pct=1 -s dbc_max_pct=10
root@saturn: kmtune -q dbc_min_pct -q dbc_max_pct
Parameter Current Dyn Planned
=================================================
dbc_min_pct 5 - 1
dbc_max_pct 50 - 10
seems pretty simple and about what the noted Document suggests. do you agree this is a valid approach?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 03:28 AM
01-17-2007 03:28 AM
Re: patch and kernel change in one reboot
I tried my suggestion above which didn't work. I tried the procedures in above noted document which did work. thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 04:02 AM
01-17-2007 04:02 AM
Re: patch and kernel change in one reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2007 04:26 AM
01-17-2007 04:26 AM
Re: patch and kernel change in one reboot
-denver