Operating System - HP-UX
1833415 Members
3435 Online
110052 Solutions
New Discussion

commit all non-superseded patches (11.x)?

 
SOLVED
Go to solution
Paul Tibbitts
Advisor

commit all non-superseded patches (11.x)?

I'm looking for an easy way to run the equivalent of 10.20's cleanup -F on 11.0. I'm looking to commit all patches on the system, not just those that have been superseded.

Cleanup -c 0 would be handy, if it worked. Am I missing something obvious? Thanks

Paul
3 REPLIES 3
Adisuria Wangsadinata_1
Honored Contributor

Re: commit all non-superseded patches (11.x)?

Hi,

Check the thread below :

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=40737

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=113941

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
Ermin Borovac
Honored Contributor
Solution

Re: commit all non-superseded patches (11.x)?

On 11.x system you can use swmodify to commit all patches.

# swmodify -x patch_commit=true '*,c=patch'
RAC_1
Honored Contributor

Re: commit all non-superseded patches (11.x)?

cleanup command is available on 11.x versions too. Also, you can always use following command.

swmodify -x patch_commit=true '*,c=patch'

Make sure you have required backups in case required.
There is no substitute to HARDWORK