- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cleanup and patch directories
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
01-15-2002 07:26 AM
01-15-2002 07:26 AM
Solved! Go to Solution.
- Tags:
- cleanup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:33 AM
01-15-2002 07:33 AM
SolutionHave a look there :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5b24cbaac6dcd5118ff40090279cd0f9,00.html
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:36 AM
01-15-2002 07:36 AM
Re: cleanup and patch directories
PROBLEM
In 10.20 the cleanup command would automatically search and remove unneeded
patches. In 11.00 the command does not work the same. How can I get the same
functionality in 11.00 as I had in 10.20 with the cleanup command or some other
command?
RESOLUTION
the cleanup utility in 11.0 is not as "aggressive", in that it doesn't remove
patch files in /var/adm/sw/save as it did in 10.20 to free up disk space.
There are two alternatives that can be used to remove patch files:
1) Install patch [PHCO_24347/PACHRDME/English]
Patch [PHCO_24347/PACHRDME/English] s700_800 11.00 HP-UX Patch Tools and White Paper
is available at http://itrc.hp.com under "Individual Patches".
2) Use the following command for the patch(es) that need to be removed:
swmodify -x patch_commit=true
This command needs to be run for each patch that needs to be removed.
The patch file removal functionality was removed from cleanup in the 11.0
version because the functionality is provided via the swmodify command (using
the '-x patch_commit' option). Due to the difficulty in committing multiple
superceded patches using swmodify, patch [PHCO_24347/PACHRDME/English] was released to enhance the
cleanup utility and provide a front-end to swmodify to make it easier to commit
a group of superceded patches. With the application of [PHCO_24347/PACHRDME/English] , either
swmodify or cleanup can be used to remove superceded patch files.
Hope this explains it
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:37 AM
01-15-2002 07:37 AM
Re: cleanup and patch directories
You may have to use the '-c' options with cleanup command. Check this out:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=30584cac1af7251b76/screen=ckiDisplayDocument?docId=200000049452968
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:39 AM
01-15-2002 07:39 AM
Re: cleanup and patch directories
this may help you:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=30584cac1af7251b76/screen=ckiDisplayDocument?docId=200000047610429
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:40 AM
01-15-2002 07:40 AM
Re: cleanup and patch directories
Look for current patches in /var/adm/sw/products. /var/adm/sw/save is for superseeded filesets that are replaced when installing patches. They are "restored" when a patch is removed.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:47 AM
01-15-2002 07:47 AM
Re: cleanup and patch directories
A major overhaul of the patch management architecture occured with the advent of 11.0 and continues in 11.11.
You need to get a current version of the 'cleanup' utility for most functionality.
For 11.0 this is PHCO_24347.
For 11.11 use PHCO_24630.
An execellent tool in 11.x for superseded patch analysis is the 'show_patches' utility. Hava a look at its man pages.
# show_patches -s
Have a look at the Patch Management whitepaper for details:
http://docs.hp.com/hpux/pdf/5967-3578.pdf
Regards!
...JRF...