Operating System - HP-UX
1837903 Members
3356 Online
110124 Solutions
New Discussion

errors during patch installation

 
srinivasa rao vaddadi
Frequent Advisor

errors during patch installation

i have extracted Oracle-reqpatches-hpux_800_11.11_10200745.tar and trying to install PHCO_27120 but it is giving I/O error .
so i have executed create_depot_hp-ux_11 to generate depots . now when i'm installing i got the below error mesg.

NOTE: The patch fileset "PHCO_27120.UX-CORE,r=1.0" is superseded by another patch fileset that is already installed on the target. Fileset "PHCO_27120.UX-CORE,r=1.0" will be excluded. Executing preDSA command.

so how can i install these patches
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: errors during patch installation

You need not to install PHCO_27120 since it is superseded by another patch and it is installed on your server. This is what the error says.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
srinivasa rao vaddadi
Frequent Advisor

Re: errors during patch installation

Arun ,
but when i say #swlist |grep PHCO_27120 it is not showing the patch info.
Orhan Biyiklioglu
Respected Contributor

Re: errors during patch installation

It is not installed. Another patch is installed which contains this patch.

hth
Arunvijai_4
Honored Contributor

Re: errors during patch installation

PHCO_27120 is superseded by PHCO_27957. It is installed your server.
Try,

# swlist -l patch |grep -i "PHCO_27957"

Also, reading http://forums1.itrc.hp.com/service/forums/helptips.do?#28
will improve responses you get here.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Pete Randall
Outstanding Contributor

Re: errors during patch installation

Most likely you have PHCO_27957 installed which is newer than PHCO_27120 and supercedes it. This means that any fixes contained in PHCO_27120 have been carried on into PHCO_27957, along with some additional fixes. You do not need to install PHCO_27120.


Pete

Pete