- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swinstall Autoreboot option
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-17-2008 01:07 AM
03-17-2008 01:07 AM
Swinstall Autoreboot option
If i will keep autoreboot=ture then system will reboot ?(I don't want system to be rebooted after patch installation)
What is the right command to implement the patch with out reboot.
swinstall -x autoreboot=true -x patch_match_target=true \-s tmp/PHCO_XXX.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 01:38 AM
03-17-2008 01:38 AM
Re: Swinstall Autoreboot option
But you can't install a patch that requires reboot without the option "autoreboot=true"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 01:39 AM
03-17-2008 01:39 AM
Re: Swinstall Autoreboot option
If a patch needs a reboot, you should wait until you *can* do a reboot before installing it. If a patch says it needs a reboot - its not optional.
If a patch doesn't need a reboot, you don't need the option.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 07:27 AM
03-17-2008 07:27 AM
Re: Swinstall Autoreboot option
On HP-UX 11.23 there is a DRD product where you can update an alternate root disk and then reboot later:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1090024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 07:52 AM
03-17-2008 07:52 AM
Re: Swinstall Autoreboot option
Delaying a reboot makes no sense when you consider that you don't want (can't have) inconsistencies between (e.g.) the running kernel and system libraries and/or between older in-use executables and libraries.
A reboot is ofen required to complete installatiion.
If you don't want to reboot, don't update software that requires a reboot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 08:56 AM
03-17-2008 08:56 AM
Re: Swinstall Autoreboot option
Since the libs are also in-use, they don't get changed, so changing libs doesn't reboot.
The only flaw would be using shl_load/dlopen on changed libs.