- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swremove and swinstall
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
02-12-2003 02:59 AM
02-12-2003 02:59 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:05 AM
02-12-2003 03:05 AM
Re: swremove and swinstall
swcopy -s /tmp/PHXX_99999.depot -x enforce_dependencies=false -x mount_all_filesystems=false \* @ /var/spool/newdepot
Do the above command for every patch, then perform one swinstall from /var/spool/newdepot and you will only require one reboot.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:18 AM
02-12-2003 03:18 AM
Re: swremove and swinstall
Installation:
copy all downloaded patches under /tmp/patches in one single depot:
# for in /tmp/patches/PH??_*
> do
> sh $i (only if not in depot format)
> swcopy -s $i.depot \* @ /var/patch_depot
> done
# swinstall -x patch_match_target=true -x autoreboot=true -s /var/patch_depot \*
Removing:
# swremove &
that will open a GUI and you can select all patches you want to remove.
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:28 AM
02-12-2003 03:28 AM
Re: swremove and swinstall
By
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:34 AM
02-12-2003 03:34 AM
Re: swremove and swinstall
If you want to re-install the same patch, use the 'reinstall patch' option in the swinstall options.
I don't think you can perform a swremove and a swinstall in the same session, due to the kernel builds that take place, and the fact that swinstall may do some work on bootup to resolve patching issues it could not resolve on the initial install eg. files locked, actions that require single user access.
Why exactly do you want to achieve this?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 03:40 AM
02-12-2003 03:40 AM
Re: swremove and swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 04:19 AM
02-12-2003 04:19 AM
Re: swremove and swinstall
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 04:30 AM
02-12-2003 04:30 AM