1833875 Members
1992 Online
110063 Solutions
New Discussion

Hp Patches

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

Hp Patches

Hello all, What are all the patches located in /var/adm/sw/save directory? Can that directory be cleaned out?

I am running out of space on that disk an wondering what is all the stuff in "save" dir.

Thanks and points will be assigned.
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: Hp Patches

The contents of that directory are files that have been saved when patches were installed.

That can be cleaned out, BUT it MUST be cleaned via the "cleanup" command.

# man cleanup

Granite
Frequent Advisor
Solution

Re: Hp Patches

Hi Sanjit,

Committing a patch causes rollback files associated with that patch to be deleted from /var/adm/sw/save/ directory.You can do that by using the command:

# cleanup -c

This automatically deletes all the files inside /var/adm/sw/save.After commiting you cant remove those patches using "swremove".

Just click this URL,

http://www.faqs.org/faqs/hp/hpux-faq/section-161.html
http://www.calpoly.edu/cgi-bin/man-cgi?cleanup

regds, granite


HPmania - The World of HP
Ragni Singh
Super Advisor

Re: Hp Patches

Thanks for the response.