- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Old patch files: Can they be deleted?
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
Forums
Discussions
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
07-14-2005 06:16 AM
07-14-2005 06:16 AM
Old patch files: Can they be deleted?
They appear to be aged, zipped versions of patch files. Can I safely delete all of these? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 06:23 AM
07-14-2005 06:23 AM
Re: Old patch files: Can they be deleted?
Also, try "cleanup". It's HP tool to commit patches and this way to clean /var file system. (man cleanup)
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 06:24 AM
07-14-2005 06:24 AM
Re: Old patch files: Can they be deleted?
Patches are installed in the /var/adm/sw/patch directory. I think if you create a backup of the backup directory you can safely remove it.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 06:35 AM
07-14-2005 06:35 AM
Re: Old patch files: Can they be deleted?
since these are in /var/adm/patch/backup
make sure it is NOT linked to /var/adm/sw/save
If they are not linked, its safe to rm
2) If they are linked to /var/adm/sw/save
then you must
backup
use cleanup -c 1
even if this is not enough
then commit all apllied patches using swmodify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 12:10 PM
07-14-2005 12:10 PM
Re: Old patch files: Can they be deleted?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 12:24 PM
07-14-2005 12:24 PM
Re: Old patch files: Can they be deleted?
cleanup -c 1 The number is how many patch levels you with to be able to roll back.
Also trim your logs. Sam has some log cleanup utilities.
cd /fileystem
du -sk * | sort -nr | more is nice for finding pesky bloated files too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 06:00 PM
07-14-2005 06:00 PM
Re: Old patch files: Can they be deleted?
1. copy to tape
2. remove from the server
3. if anyone screams, restore from tape
4. if no one's screamed after a year, re-use the tape.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2005 07:18 PM
07-16-2005 07:18 PM
Re: Old patch files: Can they be deleted?
Since patches are installed in /var/adm/sw/patch directory, check you do not have link setup for /var/adm/patch/backup
If no , you can safely delete its contents
You have backup with you anyway
Regards
Mahesh