로딩
티스토리 데이터 처리 중입니다.

[HP-UX] How do I get rid of old 10.x patches or superseded patches?

 [HP-UX] How do I get rid of old 10.x patches or superseded patches?

To remove old 10.x patches from /var/adm/sw/patch/, use the command: # cleanup -i Committing a patch causes rollback files associated with that patch to be deleted from /var/adm/sw/save/. To commit all patches that have been superseded at least twice, use the command: # cleanup -c 2 http://www.unixguide.net/hp/faq/5.12.2.4.shtml...