- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wanting to clear /var/adm/sw/products
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
07-31-2002 12:03 AM
07-31-2002 12:03 AM
Wanting to clear /var/adm/sw/products
Now, I have done a listing of installed patches on my system - what is the best way to remove the PH files from this directory, should I use rm or is there a sw command to remove/verify what I want to do. Ps: I have recently taken over this system, so no idea what was done on it in the past.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:06 AM
07-31-2002 12:06 AM
Re: Wanting to clear /var/adm/sw/products
This will remove all old patches and free up a lot of space in /var/adm/sw, but not much from the products directory. Do NOT rm anything under the /var/adm/sw tree or else you risk corrupting Software Distributors IPD and making future swinstall's impossible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:13 AM
07-31-2002 12:13 AM
Re: Wanting to clear /var/adm/sw/products
If you have upgraded from 10.20 you can also run 'cleanup -i'.
cleanup is available thru a patch.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:16 AM
07-31-2002 12:16 AM
Re: Wanting to clear /var/adm/sw/products
is to use cleanup utility (man cleanup).In 10.20 install PHCO_20824 (both workstations and servers).
Zeev
HP RCE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:22 AM
07-31-2002 12:22 AM
Re: Wanting to clear /var/adm/sw/products
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:35 AM
07-31-2002 12:35 AM
Re: Wanting to clear /var/adm/sw/products
FYI, the cleanup utility simply uses the swmodify -x command I listed earlier - its the same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:38 AM
07-31-2002 12:38 AM
Re: Wanting to clear /var/adm/sw/products
Is cleanup only to be used on a system migrated from 10.20 to 11? Can I use this on a system which was initially a 11 build?
Cheers
marius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:41 AM
07-31-2002 12:41 AM
Re: Wanting to clear /var/adm/sw/products
The cleanup utility exists on 10.20, 11.0 and 11.11. Go ahead and use it - it has more options and does extra checking so I guess its the preferred way to reduce space in /var/adm/sw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:48 AM
07-31-2002 12:48 AM
Re: Wanting to clear /var/adm/sw/products
Cheers
marius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:51 AM
07-31-2002 12:51 AM
Re: Wanting to clear /var/adm/sw/products
higher or equal to PHCO_23966 (11.0,fixed in 11i).There was an issue of conflicts btw cleanup and SD.
Zeev
HP RCE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 03:37 AM
07-31-2002 03:37 AM
Re: Wanting to clear /var/adm/sw/products
rather than be concerned about the space, create another logical volume dedicated just to the products and software that has been installed. Then move everything from /var/adm/sw to the new location and create a new mountpoint as /var/adm/sw.
NOTE: Simply rm'ing the files will terminate your ability to load patches and/or new applications using swinstall! This is not a good situation at all.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 03:43 AM
07-31-2002 03:43 AM
Re: Wanting to clear /var/adm/sw/products
Regards,
Trond