- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- QUICK QUESTION
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
12-21-2001 06:33 AM
12-21-2001 06:33 AM
files in the /var/adm/sw/save and /var/adm/sw/product directories? They are getting stuffed and I need to recover some space.
Thanks as always.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:36 AM
12-21-2001 06:36 AM
Re: QUICK QUESTION
I don't think it is safe to delete any of those files manually. You can use the cleanup command to clean out the old patches.
Use "man cleanup" for more info.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:36 AM
12-21-2001 06:36 AM
Re: QUICK QUESTION
You DO NOT want to delete ALL the files in those places. This is the place that a lot of software gets normally installed to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:37 AM
12-21-2001 06:37 AM
Re: QUICK QUESTION
Quick answer ...
You might want to take a look at
#man cleanup
before doing something you might not want to ...
Hope this helps,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:38 AM
12-21-2001 06:38 AM
Re: QUICK QUESTION
Do a man on 'cleanup'. By performing a 'cleanup -c [n]' where n is the number of times a file is saved. YOu can use the '-p' option to preview, to see what space you will save.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:38 AM
12-21-2001 06:38 AM
Re: QUICK QUESTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:39 AM
12-21-2001 06:39 AM
Re: QUICK QUESTION
MC,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:44 AM
12-21-2001 06:44 AM
Re: QUICK QUESTION
MC,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 07:14 AM
12-21-2001 07:14 AM
Re: QUICK QUESTION
Have 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
12-21-2001 07:52 AM
12-21-2001 07:52 AM
Re: QUICK QUESTION
NEVER EVER delete something under "/var/adm/sw/products/" as this is your "IPD" (Installed Products Database) - where do think the information for "swlist" does come from?
Delete it and you are LOST!
Merry X-mas, anyway,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 07:56 AM
12-21-2001 07:56 AM
SolutionInstead of deleting files in /var/adm/sw/..
Use cleanup command to recover space used by patches.
#cleanup -p -c 2 will list all patches and space used by then that are super seeded twice.
#cleanup -c 2 will commit all patches superseeded twice and recover space in /var.
You also can use
#swmodify -x patch_commit=true
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 08:47 AM
12-21-2001 08:47 AM
Re: QUICK QUESTION
This member has assigned points to 13 of 95 responses to his/her questions.
ALL Answers deserve points.