Operating System - HP-UX
1834696 Members
2329 Online
110069 Solutions
New Discussion

Re: Problem Installing Depot on HPUX 11i!

 
Steve Heck_1
Advisor

Problem Installing Depot on HPUX 11i!

I am having problems installing a depot on HPUX 11i.

There is currently on host "Sony2" at location "/cdrom". Make sure that an absolute pathname is specified for location (beginning with "/").

I think I might be having a network/hostname problem.

# nslookup Sony2
Using /ect/hosts on: Sony2

looking up Files
Name: Sony2
Address: 127.0.0.1

Thanks!

14 REPLIES 14
erics_1
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

What are you trying to install from the cd? Chances are you need to traverse further into the directory.

ll /cdrom

ex. swinstall -s /cdrom/bundle_name

Regards,
Eric
Rick Garland
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

As you tranverse further into the /cdrom directory, depending on the cdrom you have you may find multiple depots.

swinstall -s /cdrom/bundle1
swinstall -s /cdrom/bundle2

These can coincide with hardware enablement patches, firmware patches, software patches, etc...


Rick Garland
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

One other option.
You can register a depot at the /cdrom

swreg -l depot /cdrom

NOTE: You may have to install the packages in a specified order. Do read up on this 1st.
Rick Garland
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

Documentation on software depots. Chapter 4 is of interest.

http://docs.hp.com/en/B2355-90740

Steve Heck_1
Advisor

Re: Problem Installing Depot on HPUX 11i!

I have the depot at:

/cdrom/ddk11_23.1.0.depot
erics_1
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

Okay. To select the depot and bring up the GUI/TUI:

swinstall -s /cdrom/ddk11_23.1.0.depot

To install non-interactively:

swinstall -s /cdrom/ddk11_23.1.0.depot \*

If the depot requires a reboot:

swinstall -x autoreboot=true -s /cdrom/ddk11_23.1.0.depot \*

Regards,
Eric
Rick Garland
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

swreg -l depot /cdrom/ddk11_23.1.0.depot

Steve Heck_1
Advisor

Re: Problem Installing Depot on HPUX 11i!

It is having problems with B11_23DDK.

swinstall -s /ddk11_23.1.0.depot B11_23DDK

The following works but only the DOCS are installed.

swinstall -s /ddk11_23.1.0.depot

When I use SD via View Depot Software I see the contents of B11_23DDK but can't install them. Only the DOCs are available for install.

erics_1
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

What version of the OS are you running?
uname -a -->Should return 11.23

When you highlight the depot for install and go through analysis, does SD mark the depot as 'yes' or 'partial'? Can you get more information after analysis by selecting the 'log' option. We need to find out why the product wasn't selected. You can also look at swinstall.log and swagent.log as well. Post any pertinent info.

Regards,
Eric
Rick Garland
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

Do you get the same error when you register via the swreg command?

Can you try to put the file onto hard drive?

# cd /cdrom
# find . -depth | cpio -pmuldv /tmp
This command will put the ddk11_23.1.0.depot file into the tmp directory.

# swreg -l depot \* @ /tmp/ddk11_23.1.0.depot
To register the depot.

# swlist -l depot
Will list all depot(s) on the system. Should see the /tmp/ddk11_23.1.0.depot in this list.

Invoke the GUI/TUI and select the source.

If this doesn't work, there is something wrong with the depot file from the cdrom.
Steve Heck_1
Advisor

Re: Problem Installing Depot on HPUX 11i!

I am using 11.11 so that must be the problem.

Is there a DDK available for 11.11?
Bharat Katkar
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

HI,
Is there any error during Analysis Phase. If that is ok see whether the execution phase completed without any error. Have a thorough look at the swinstall logfile.

Regards,
You need to know a lot to actually know how little you know
Ermin Borovac
Honored Contributor

Re: Problem Installing Depot on HPUX 11i!

You have 11.11 (11i v1), so you should download the correct version of DDK from

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,5566,00.html

Look at the downloads section on this page ...

Steve Heck_1
Advisor

Re: Problem Installing Depot on HPUX 11i!

Yes I found the 11.11 DDK.

Thanks!