Operating System - HP-UX
1752773 Members
4881 Online
108789 Solutions
New Discussion юеВ

unable to install a depot.

 
SOLVED
Go to solution
Prasad Joshi
Regular Advisor

unable to install a depot.

Hi All,

These are the commands I am trying.

slpam19:/preOracPathes # ls
HWE1100.depot

slpam19:/preOracPathes # swlist -s /preOracPathes/HWE1100.depot
# Initializing...
# Contacting target "slpam19"...
#
# Target: slpam19:/preOracPathes/HWE1100.depot
#

#
# Bundle(s):
#

HWE1100 B.11.00.0403.3 Hardware Enablement Patches for HP-UX 11.00, March 2004

slpam19:/preOracPathes # swinstall -s /preOracPathes/HWE1100.depot '*'

======= 06/13/06 12:28:08 IST BEGIN swinstall SESSION
(non-interactive) (jobid=slpam19-0113)

* Session started for user "root@slpam19".

* Beginning Selection
* Target connection succeeded for "slpam19:/".
ERROR: Could not apply the software selection "*" because there are
no product variations that are compatible with the destination
host(s).
* Software selection failed for
"slpam19:/preOracPathes/HWE1100.depot".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.



======= 06/13/06 12:28:10 IST END swinstall SESSION (non-interactive)
(jobid=slpam19-0113)

slpam19:/preOracPathes # uname -a
HP-UX slpam19 B.11.11 U 9000/800 3547050629 unlimited-user license

Why this depot is not getting installed?

Thanks and regards,
Prasad.
8 REPLIES 8
Torsten.
Acclaimed Contributor
Solution

Re: unable to install a depot.

You are trying to install a HP-UX 11.00 bundle on HP-UX 11.11 - this is not possible and not compatible.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Arunvijai_4
Honored Contributor

Re: unable to install a depot.

Hi Prasad,

Try to download a depot which is compatible to 11.11 as the error message clearly says "ERROR: Could not apply the software selection "*" because there are
no product variations that are compatible with the destination
host(s)"

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Prasad Joshi
Regular Advisor

Re: unable to install a depot.

Hi All,

Actually, I am trying to install Oracle 9i on Hp-UX 11.11.

I had a look at 9i installation guide, all the information given in that document was regarding 9i installation on 11.00.

Guide specified this patch needs to be install before 9i installation.

But, this patch is not compatible with 11.00.
Now, How could I find the equivalent patch which can be installed on 11.11?

Thanks and regards,
Prasad.
Chauhan Amit
Respected Contributor

Re: unable to install a depot.

Hi Prasad,

Click on the link beloe:

http://www1.itrc.hp.com/service/patch/searchHPUXPatchSet.do?BC=main|

Select Oracle and OS 11.00 , you will get the list of the patches which will help you in matching your specification.

-Amit
If you are not a part of solution , then you are a part of problem
Arunvijai_4
Honored Contributor

Re: unable to install a depot.

Hi Prasad,

Your another thread [http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1034609] has the answer from Onur, Check that out.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Steven E. Protter
Exalted Contributor

Re: unable to install a depot.

Shalom Prasad,

I can not stress enough the importance of complying with every minute detail of pre-installation and installation configuration for Oracle products.

Skipping a single patch or kernel parameter can spell months of extra work, or trigger mysterious errors months down the road.

Every single detail nees to be attended to.

There may be a syntax problem as well.

swinstall -x autoreboot=true -x reinstall=false -s \*

The reinstall will prevent disaster double installs of the infamous PHKL_18543 patch set, which once upon a time ate a month of my life.

Though its probably been pointed out, you can't install an 11.00 HWE patch set on and 11.11 system.

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
V. Nyga
Honored Contributor

Re: unable to install a depot.

Hi,

sorry, but I don't think it's good to say:
'go to ... and search for oracle and 11.0' when the message is: 11.0 patches are not compatible to this system.

The link is good, but you need 11.11 so you have to search for 11.11

The other possibility is to search for the HWE bundle for 11.11 - I hope this works, because I only have access to the Europe site:
http://www1.itrc.hp.com/service/patch/releaseIndexPage.do?admit=-682735245+1150190381837+28353475&BC=patch.breadcrumb.main

HTH
Volkmar
*Football is coming home* ;-)
*A nice WM 2006*
*** Say 'Thanks' with Kudos ***
Prasad Joshi
Regular Advisor

Re: unable to install a depot.

Thanks a lot for all the information.