Operating System - HP-UX
1837970 Members
2691 Online
110124 Solutions
New Discussion

Re: Prob. in installing patch PHSS_20122 and PHSS_25433

 
SOLVED
Go to solution
Pabs_1
Occasional Advisor

Prob. in installing patch PHSS_20122 and PHSS_25433

I tried to installed patch PHSS_20122 and PHSS_25433 but I got these notes below:
======= 04/23/07 09:57:18 EAT BEGIN install AGENT SESSION (pid=24485)

* Agent session started for user "root@oradev". (pid=24485)

* Beginning Analysis Phase.
* Source: oradev:/tmp/patch/PHSS20122/depot
* Target: oradev:/
* Target logfile: oradev:/var/adm/sw/swagent.log
* Reading source for product information.
NOTE: The fileset "PHSS_28433.LANG-HELP,r=1.0" is already installed.
If you wish to reinstall this fileset, change the "reinstall"
option to "true".
* Reading source for file information.
NOTE: The patch fileset "PHSS_20122.DEBUG-PRG,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"DebugPrg.DEBUG-PRG,fr=B.11.01.06,v=HP". Since there is no
fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_20122.DEBUG-PRG,r=1.0" will be excluded.
NOTE: The patch fileset "PHSS_28433.LANG-STARTUP,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"Auxiliary-Opt.LANG-STARTUP,fr=B.11.00,v=HP". Since there is
no fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_28433.LANG-STARTUP,r=1.0" will be excluded.
* Executing preDSA command.
NOTE: The bundle "BUNDLE,r=B.11.00" is already installed. If you
wish to reinstall this bundle, change the "reinstall" option
to "true".

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

Anybody can help me to successfully installed these patches, what filesets do I need to apply first before applying these patches.

Thanks and regards.

Pabs
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor

Re: Prob. in installing patch PHSS_20122 and PHSS_25433

Hi Pabs,

You need to install the "HP C/ANSI C Developer's Bundle for Servers", you can not download this bundle for 11.0 anymore. It should be on the HP-UX Application Software CD number 3.

Regards,
Robert-Jan
Solution

Re: Prob. in installing patch PHSS_20122 and PHSS_25433

For PHSS_28433 - it looks like its already installed. Check its installed correctly by running:

swlist -l fileset -a state PHSS_28433

It should show as configured for all filesets.


PHSS_20122:

Are you trying to install this patch becuase Oracle said you needed them?

If so, you don't need to bother. Oracle publish a list of patch requirements based on you having *all* the layered products you *might* need on your server. So it will include patches for Serviceguard or ANSI C developers bundle, even if you don't have these products installed.

If HP-UX is telling you that the base fileset isn't installed, you certainly don't require a patch for it. Oracle 8.0, 8i and 9i will all run on HP-UX11.00 without any additional layered products.

Note that HP-UX11.00 is out of support, so don't expect any assistance from HP or Oracle on that OS version.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Pabs_1
Occasional Advisor

Re: Prob. in installing patch PHSS_20122 and PHSS_25433

Thanks all.