- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- easy 'cleanup' in HP-UX 11.0
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
09-26-2000 10:43 AM
09-26-2000 10:43 AM
HP-UX 11.0
Does anyone have a clean and simple script to replace the original functionality of the 'cleanup' utility, which existed in 10.20 and has all but disappeared in 11.0? All I want to do is remove all superseded patches installed on my machine.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2000 11:05 AM
09-26-2000 11:05 AM
Re: easy 'cleanup' in HP-UX 11.0
This functionality is integrated in SD now. Just do a
swmodify -x patch_commit=true PHKL_1234
Hope this helps,
Rik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2000 11:56 AM
09-26-2000 11:56 AM
SolutionTake a look at this summary;
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=45007&q=cleanup%20for%2011&fh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 02:33 AM
09-27-2000 02:33 AM
Re: easy 'cleanup' in HP-UX 11.0
Do man cleanup.
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 02:34 AM
09-27-2000 02:34 AM
Re: easy 'cleanup' in HP-UX 11.0
Do man cleanup.
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 08:15 AM
09-27-2000 08:15 AM
Re: easy 'cleanup' in HP-UX 11.0
So, it gives something like :
swmodify -xpatch_commit=true PHSS_1234.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 08:56 AM
09-27-2000 08:56 AM
Re: easy 'cleanup' in HP-UX 11.0
To Stefan Farelly and Sequin: Thanks, your recommendation is similar to what I understand from HP documentation... but I am still confused. Assuming that I get a list of superseded patches from "show_patches -s" command, do I then feed the list into the "swmodify" command? In that case, how does commiting of the superseded patches result in removal of their backups in the /var/adm/sw/save area? Wouldn't it instead remove the filesets that were saved prior to the superseded patch's application, thus making it impossible to ever go back To the original set up. It is almost as if I would want to 1) remove the superseding patch 2) remove the superseded patch 3) re-apply the superseding patch, to truly make things work. Am I making too much out of this?