- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to cancel reboot after patch installation ( in...
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-09-2004 11:23 AM
03-09-2004 11:23 AM
I experimented on another system and so far I have no solution :
Closing the telnet session reboots ( tested )
Renaming/moving /sbin/shutdown and /sbin/reboot commands also does not help, system reboots anyway ( tested )
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 11:58 AM
03-09-2004 11:58 AM
Re: How to cancel reboot after patch installation ( interactive swinstall )
reboot command is defined by the swagent option: reboot_cmd."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 12:17 PM
03-09-2004 12:17 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 12:50 PM
03-09-2004 12:50 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
Copy the patch in any folder.
Say /abc
# cd /abc
# sh patch.shar
# swinstall -s /abc/patch.depot
Once the patch installation is completed it will ask you to press "ok" when ready to reboot.
Don't use the installation command which is given with the patch description.
Example
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHCO_23004.depot
Here it will automatically reboot w/o asking.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 04:56 PM
03-09-2004 04:56 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
Not the Solution to your problem but maybe a workaround.
Try Using swcopy first i suppose this will tell you that the system requires a reboot while installation.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:12 PM
03-09-2004 06:12 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
open another session to that m/c and kill swinstall process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:15 PM
03-09-2004 06:15 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
-KarthiK S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:26 PM
03-10-2004 03:26 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
-x autoreboot=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:07 PM
03-10-2004 07:07 PM
Solutionof course this is neither supported nor is it reccomended. :) When you look at the running sw* processes you should see two swagent processes, one 'source agent' (1st arg is the depot path) and one 'target agent' (1st arg is usually '/'). Pick the PID of the target agent and kill it with -9.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 07:58 PM
03-10-2004 07:58 PM
Re: How to cancel reboot after patch installation ( interactive swinstall )
AFAIK, you'll need to keep that window open!
Good luck!
Robert