Operating System - HP-UX
1836388 Members
3580 Online
110100 Solutions
New Discussion

Patches corrupted...I must remove

 
SOLVED
Go to solution
go3mon
Advisor

Patches corrupted...I must remove

in my depot /ARCH/patch/:
swlist -l fileset -a state /ARCH/patch | grep -i corr

PHSS_30176.PHIGS-PRG corrupt
PHSS_30184.PEX5-EXAMPLES corrupt
PHSS_31286.STAR-PRG corrupt
PHSS_31287.OPENGL-CONTRIB corrupt
PHSS_32963.OPENGL-DEMO corrupt

Now I download these newpatch in a dir /ARCH/newpatch
I must remove from /ARCH/patch and copy from /ARCH/newpatch.
How I can do thath? Sorry but I'm a newbie.. :)
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: Patches corrupted...I must remove

Hi:

You use 'swremove' and operate on the depot. For example:

# swremove -d PHSS_30176 @ /ARCH/patch

Regards!

...JRF...

go3mon
Advisor

Re: Patches corrupted...I must remove

Tank you...and now if I must copy the new patches in /ARCH/patch?
James R. Ferguson
Acclaimed Contributor
Solution

Re: Patches corrupted...I must remove

Hi (again):

> and now if I must copy the new patches in /ARCH/patch?

In that case, you use 'swcopy' as, for example):

# swcopy -v -s /tmp/PHSS_30176.depot -x enforce_dependencies=false \* @ /ARCH/patch

Regards!

...JRF...