Operating System - HP-UX
1820553 Members
3769 Online
109626 Solutions
New Discussion юеВ

Re: How to install the below file

 
SOLVED
Go to solution
Grayh
Trusted Contributor

How to install the below file

How to install the below file

hpux__11.23_10070344_oracle.tgz

also one one of my servers i get the below error

# gunzip
/sbin/sh: gunzip: not found.
17 REPLIES 17
Ivan Krastev
Honored Contributor
Solution

Re: How to install the below file

Use find to locate gzip/gunzip. usually it is in /usr/contrib/bin/


You can get it from here as well - http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.12/

regards,
ivan
Alex Glennie
Honored Contributor

Re: How to install the below file

see http://www.brouhaha.com/~eric/tgz.html

as to how to install it, depends what it is and how it's packaged, it may have a readme file ?

otherwise post what you get once you unzip it.

as to gunzip .... try whereis gunzip as in previous posts.

Good luck.
Doug O'Leary
Honored Contributor

Re: How to install the below file


/usr/contrib/bin/gunzip -c ./hpux__11.23_10070344_oracle.tgz | tar -xvf -

I'd probably do "| tar -tvf - " first to see what's in there; I'm assuming you already know.

Doug O'Leary

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Sajjad Sahir
Honored Contributor

Re: How to install the below file

Dear Friend

first u have to install gunzip u can see above thread for location once installed
gunzip u have to remove extension of oracle.tgz file by using gunzip command
after this use swinstall -s then full path name, this is the way to install

thanks and regards

Sajjad Sahir
Grayh
Trusted Contributor

Re: How to install the below file

I now have this

hpux__11.23_10070344_oracle.tar

and when I do

tar -xvf hpux__11.23_10070344_oracle.tar

I have some patches there which are dependent on each other
Grayh
Trusted Contributor

Re: How to install the below file

and then when i try to install the depot i have got i get the below error

NOTE: The patch fileset "PHSS_33279.LANG-AUX,r=1.0" may only bee s
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.
Patrick Wallek
Honored Contributor

Re: How to install the below file

Are these HP-UX patches?

Is there also perhaps a script called something like 'create_depot' and possibly a README file of some sort?

If there is a README, READ IT!
Grayh
Trusted Contributor

Re: How to install the below file

1. Back up your system before installing a patch.

2. Login as root.

3. Copy the patch to the /tmp directory.

4. Move to the /tmp directory and unshar the patch:

cd /tmp
sh PHSS_33277

5. Run swinstall to install the patch:

swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHSS_33277.depot

i get the error

NOTE: The patch match operation did not select patches for software
on target host "HP01". Patches in the source depot might
already be on the target, or might be superseded by patches on
the target, or might not apply to software on the target.
NOTE: Cannot continue the "swinstall" task.
Ivan Krastev
Honored Contributor

Re: How to install the below file

In swinstall command add at the end \* - to install everything in depot file.

swinstall .... -s /....depot \*


regards,
ivan
Grayh
Trusted Contributor

Re: How to install the below file

#swinstall -p -s /tmp/PHSS_33277.depot \*

* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
* "HP01:/": The software dependencies for 1 products or
filesets cannot be resolved.
* Analysis succeeded.

I need to install the following which are in my /tmp

PHSS_33277.depot
PHSS_33277.text
PHSS_33278.depot
PHSS_33278.text
PHSS_33279.depot
PHSS_33279.text
Grayh
Trusted Contributor

Re: How to install the below file

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.
James R. Ferguson
Acclaimed Contributor

Re: How to install the below file

Hi:

> I need to install the following which are in my /tmp ...

In the absence of a 'create_depot" script that would have come with the bundle, do:

PDIR=/tmp/depot
mkdir ${PDIR}
for X in PH*.depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/${X} \* @ ${PDIR}
done

...Now use the /tmp/depot as the source to your 'swinstall'.

Regards!

...JRF...


Re: How to install the below file

So your installing these patches cos Oracle said it needed them yes?

Well your probably don't need them.

All 3 patches are for the C or C++ compiler which you obviously don't have installed or the patches would install fine with the swinstall commands

You only need the C or C++ compiler with Oracle if:

1) You are intending to do Oracle ProC or Oracle ProC++ development on this system.
2) You have Oracle E Business Suite and you need to relink certain libraries.

I expect you have neither of those requirements, so you don't need the compilers so youd don't need the patches.

Regardless of what the Oracle installer or release notes say.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Dennis Handly
Acclaimed Contributor

Re: How to install the below file

>I have some patches there which are dependent on each other

As Patrick mentions, do you have create_depot_hp-ux_11? You get that script if you put multiple patches in your ITRC shopping cart.

You use that script to combine all of the patches into a big depot that you can install in one swinstall.

>Duncan: All 3 patches are for the C or C++ compiler

These are for obsolete A.06.00. The current version is A.06.20.

>2) You have Oracle E Business Suite and you need to relink certain libraries.

No, you can use aCC_link to do that now.

Re: How to install the below file

@Dennis,

I thought aCC_link was for 11.31 only? We can imply from the filename on his first post and from the patches mentioned that this is 11.23.

Is aCC_link available for 11.23 now as well?

Duncan

I am an HPE Employee
Accept or Kudo
Grayh
Trusted Contributor

Re: How to install the below file

thanks every one
Dennis Handly
Acclaimed Contributor

Re: How to install the below file

>Duncan: Is aCC_link available for 11.23 now as well?

Yes, we are handing it out like candy. For 11.11 to 11.31.
It may be on the AR media vs part of the OE as in 11.31.