- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /var/adm/sw/save/[PATCH_NUMBER]
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-21-2008 06:52 AM
07-21-2008 06:52 AM
redundant and been asked before.
I would like to remove some of the oldest
PATCH folders in the installed patch folders in the /var/adm/sw/save/[PATCH]area.
What are the pros and cons aligned with performing this work...and what is the
'most correct' manner in doing so ?
Thanking the group in advance ..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 06:56 AM
07-21-2008 06:56 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 06:56 AM
07-21-2008 06:56 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
http://docs.hp.com/en/B3921-60631/cleanup.1M.html
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 06:59 AM
07-21-2008 06:59 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
Removes all "saved" patches superceeded more than once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 07:06 AM
07-21-2008 07:06 AM
SolutionNever, never manually muck with(add/remove/modify) the contents of the '/var/adm/sw/save' or '/var/adm/sw/products' directories. As stated, use 'cleanup' to remove superseded patches from '/var/adm/sw/save' and regain space.
If you fool with the contents of the aforementioned directories, you run the risk of putting your server in a state that it cannot be patched.
By the way, "folders" is a term used by Windows. "Directory" is the proper UNIX word.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 07:16 AM
07-21-2008 07:16 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
I did spend (a short amount ) of time
on research on the appropriate command,
thinking that the maintenance command
would begin with the letters sw______ ?
I missed the obvious 'cleanup' command
I understand the differentation between
folders and directories and the OS they
represent. My apology to the collective
group of unix admins and experts, an
insult was not intended.
Thank you again for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:04 AM
07-21-2008 08:04 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
No apology needed regarding either not finding 'cleanup' [I would agree that something like 'swcleanup' or 'sdcleanup' might have been a better name]; nor in your use of "folder" in lieu of "directory".
I pointed (in passing) to "directory" versus "folder" in case you didn't know.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:50 AM
07-21-2008 08:50 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:52 AM
07-21-2008 08:52 AM
Re: /var/adm/sw/save/[PATCH_NUMBER]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 10:12 PM
07-21-2008 10:12 PM
Re: /var/adm/sw/save/[PATCH_NUMBER]
You need more than a short amount. :-)
It's called the kitchen sink, swmodify:
# swmodify -x patch_commit=true PHXX_##### ...
cleanup(1m) is probably easier to remember.