- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- var/adm/sw/save and diskspace
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
05-04-2001 08:36 AM
05-04-2001 08:36 AM
var/adm/sw/save and diskspace
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:39 AM
05-04-2001 08:39 AM
Re: var/adm/sw/save and diskspace
Use the cleanup command. man cleanup.
It will properly do the work for you.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:40 AM
05-04-2001 08:40 AM
Re: var/adm/sw/save and diskspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:41 AM
05-04-2001 08:41 AM
Re: var/adm/sw/save and diskspace
A patch is required to install cleanup on 11 and I don't remember the patch number right offhand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:46 AM
05-04-2001 08:46 AM
Re: var/adm/sw/save and diskspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:47 AM
05-04-2001 08:47 AM
Re: var/adm/sw/save and diskspace
The maintenance of files and directories in /var/adm/sw/ is best left to the 'cleanup' utility.
/var/adm/sw/save/ holds prior copies of all
files and objects modified during a 'swinstall'. This allows patches to be rolled-out if necessary.
Use 'cleanup' to properly recover space and committ patches:
# cleanup -c [number_of_time_superseded]
For instance, 'cleanup -c 1' will display all patches that have been superseded at least one time and then prompt for removal of their rollback information thereby recovering disk space.
See the man pages for 'cleanup' for more information.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:47 AM
05-04-2001 08:47 AM
Re: var/adm/sw/save and diskspace
Download and install this on 11 and you will then have the 'cleanup' command which will help you immensely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:50 AM
05-04-2001 08:50 AM
Re: var/adm/sw/save and diskspace
The 'cleanup' utility can be added/updated on 10.X with patch PHCO_20824.
For 11.0, patch PHCO_22044 is applicable.
...JRF...