1833347 Members
3412 Online
110051 Solutions
New Discussion

patching

 
SOLVED
Go to solution
lawrenzo
Trusted Contributor

patching

Hi,

I am attempting to install patches however am coming up against some hurdles:

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- UX,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.

therefore when selected from the database shouldt the prerequisites be displayed?

how can I find what is the base fileset?

many thnaks
hello
9 REPLIES 9
Ninad_1
Honored Contributor

Re: patching

Hi,

Please see this thread.

Regards,
Ninad
Ninad_1
Honored Contributor
Solution

Re: patching

Steven E. Protter
Exalted Contributor

Re: patching

Shalom,

Patches are designed to fix issues in both previous patches and installed software.

The fileset:
Auxiliary-Opt.LANG- UX,fr=B.11.23.06,v=HP

is not a patch, therefore does not show up as a patch dependency at patch install time.

This fileset comes from one of three possible sources:
1) Core OS Cd
2) Application cd
3) Some add in software that may be cd or may be from http://software.hp.com

There is no way for the patch database to do anything other than to check if the fileset it installed.

It may be good news. Since you don't have the fileset, you don't need the patch. This could be a problem if it showed up on security_patch_check or your company requires the patch be installed.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James R. Ferguson
Acclaimed Contributor

Re: patching

Hi Lawrenzo:

This patch doesn't apply to your server since you don't have the requisite base product installed.

You should always apply patches using the '-x patch_match_target=true' option of 'swinstall'. This causes the selection of patches that match your installed software.

This patch applies to the C compiler so you must have it installed.

Regards!

...JRF...
lawrenzo
Trusted Contributor

Re: patching

ok thanks for that .....


I do need the c compiler on my system, this is required for oracle.

I'll check out the software.

Thanks
hello
lawrenzo
Trusted Contributor

Re: patching

I have installed:

B9007AAEVAL C.11.23.12.VAL HP C/aC++ Developer's Bundl

when applying the relevant patches for oracle install I recieve the below errors:

The version is
--> cc -V
cc: HP aC++/ANSI C B3910B A.06.10 [Mar 22 2006]

I haven't installed the key because /var/adm/sw/.codewords doesn't exsist however I dont think this is required.

do I need the below patches?

Thanks

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.
hello
Arunvijai_4
Honored Contributor

Re: patching

Hi,

You need to install aCC then proceed with PHSS_33277 which is update for aCC. You can get this patch from, http://www6.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_33277&sel={hpux:11.23,}&BC=main|search|

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

Re: patching

B9007AAEVAL C.11.23.12.VAL HP C/aC++ Developer's Bundl

is installed, do I need to also install ACC?

thanks
hello
Dennis Handly
Acclaimed Contributor

Re: patching

>B9007AAEVAL C.11.23.12.VAL HP C/aC++ Developer's Bundle is installed, do I need to also install aCC?

You have already installed aC++ and C.
You won't be able to patch the the evaluation copy.