- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch and change kernel parms at the same time
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
05-31-2006 12:15 AM
05-31-2006 12:15 AM
Patch and change kernel parms at the same time
I am wondering if anyone knows how (or if its possible) I can change kernel parameters and install system patch bundle with a single reboot. I have a very narrow window in which I can install my patch bundle and I also have to make some kernel parm changes. I'd like to be able to do both with a single reboot, but I don't know how. swinstall reboots when the patches are installed and SAM reboots when the kernel parms are changed. Has anyone been done this before?
Thanks for your assistance,
jls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:20 AM
05-31-2006 12:20 AM
Re: Patch and change kernel parms at the same time
Depends a bit on which patch your going to install. Could you post the patch number?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:20 AM
05-31-2006 12:20 AM
Re: Patch and change kernel parms at the same time
Make your kernel changes. When SAM asks if it's OK to move the kernel into place and reboot, say OK.
The system will reboot once , your patches will be installed and your kernel changes will be incorporated.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:24 AM
05-31-2006 12:24 AM
Re: Patch and change kernel parms at the same time
sure you can do it for one reboot.Change the parameter what you want.(at sam menu you can see the new value at pending value clone).
Than you may install patches.
regards;
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:30 AM
05-31-2006 12:30 AM
Re: Patch and change kernel parms at the same time
I run swinstall via a script that automatically does the reboot (-x autoreboot=yes). If I don't have this set, the patches won't install. I have 11 servers to do in a very short amount of time and need to use the script to save as much time as possible.
I was hoping that there was a way to tell swinstall not to reboot, just make the kernel and leave it to me to do the reboot. Actually, I think this should be an option to swinstall.
Also, the same thing should be available in SAM, allow kernel parms to be changed but let the sysadmin do the reboot to make them effective when (s)he want them to take effect.
I can't believe I am the only one that needs to do this :)
jls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:34 AM
05-31-2006 12:34 AM
Re: Patch and change kernel parms at the same time
In my opinion, this is a recipe for disaster, if in fact, you could even do it.
It is possible to delay the automatic reboot after an interactive 'swinstall' of patches. This is not advisable given that a reboot is expected to occur when kernel filesets have been changed. To defer this reboot means that the running kernel and some already loaded (though non-kernel) filesets are not in the expected arrangement. This has the potential to lead to unexpected behavior.
To attempt to impose another kernel generation on top of this could be disasterous.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 01:07 AM
05-31-2006 01:07 AM
Re: Patch and change kernel parms at the same time
I understand the need to reboot at once but I would suggest you in this instance to do two reboots as the system expects.
I always prefer to do one reboot more if needs rather than working on strange situations.
Good luck...
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 01:15 AM
05-31-2006 01:15 AM
Re: Patch and change kernel parms at the same time
jls