1825931 Members
3170 Online
109689 Solutions
New Discussion

Re: Patch comprehension

 
SOLVED
Go to solution
Leo The Cat
Regular Advisor

Patch comprehension

Hi

On my HP-UX itanium 11.23 Oracle patch prerequesite are missing.

it's verify with swlist as below:
SERVER1:/#swlist -l patch | grep PHSS_33278
SERVER1:/#swlist -l patch | grep PHSS_33277
SERVER1:/#swlist -l patch | grep PHSS_33279
SERVER1:/#

ok. I've downloaded this 3 patches and i try to install it but i've these errors.

what is my mistake ?

regards
Den

======= 08/31/07 16:28:00 WETDST BEGIN install AGENT SESSION
(pid=13785)

* Agent session started for user "root@SERVER1". (pid=13785)

* Beginning Analysis Phase.
* Source: SERVER1:/depot/depot
* Target: SERVER1:/
* Target logfile: SERVER1:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
NOTE: The patch fileset "PHSS_33277.C,r=1.0" may only be installed
upon a previously installed base fileset. The specification
for this base fileset is "C-ANSI-C.C,fr=C.06.00,v=HP". Since
there is no fileset on the target or selected from the source
which matches this specification, fileset "PHSS_33277.C,r=1.0"
will be excluded.
NOTE: The patch fileset "PHSS_33278.ACXX,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"ACXX.ACXX,fr=C.06.00,v=HP". Since there is no fileset on the
target or selected from the source which matches this
specification, fileset "PHSS_33278.ACXX,r=1.0" will be
excluded.
NOTE: The patch fileset "PHSS_33278.ACXX-STDLIB,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"ACXX.ACXX-STDLIB,fr=C.06.00,v=HP". Since there is no fileset
on the target or selected from the source which matches this
specification, fileset "PHSS_33278.ACXX-STDLIB,r=1.0" will be
excluded.
NOTE: The patch fileset "PHSS_33279.LANG-AUX,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.06,v=HP". Since there is
no fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_33279.LANG-AUX,r=1.0" will be excluded.
* Executing preDSA command.
NOTE: The bundle "BUNDLE,r=B.11.23" is already installed. If you
wish to reinstall this bundle, change the "reinstall" option
to "true".
NOTE: Could not install the bundle "BUNDLE,r=B.11.23" because none
of its filesets could be installed.

* Summary of Analysis Phase:
* 4 of 4 filesets will be Skipped.
* The Analysis Phase succeeded.

5 REPLIES 5

Re: Patch comprehension

So you don't have the C/C++ compiler installed.

Ergo you don't need to install the patches, even though OUI says you do.

Just ignore the Oracle pre-req and continue the Oracle install.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Leo The Cat
Regular Advisor

Re: Patch comprehension

Hi

It's curious because

SERVER1:/#swlist -l product | grep -i ansi
C-ANSI-C C.06.10 HP C/ANSI C Compiler
SERVER1:/#swlist -l product | grep -i c+
ACXX C.06.10 HP aC++
PHSS_35055 1.0 aC++ Runtime (IA: A.06.10, PA: A.03.71)

what do you think about this ?

Regards
Den
Patrick Wallek
Honored Contributor
Solution

Re: Patch comprehension

The patches reference version C.06.00 of the C/C++ compiler. According to your swlist you have version C.06.10 installed.

The version you have is newer than the version the patches are for. These patches will NOT install.

I would ignore this requirement from Oracle and continue the install.
Leo The Cat
Regular Advisor

Re: Patch comprehension

It's from the last Peter W. post
Thanks
Den
Dennis Handly
Acclaimed Contributor

Re: Patch comprehension