Operating System - HP-UX
1758342 Members
1832 Online
108868 Solutions
New Discussion юеВ

Trouble installing Bundle plus patches

 
SOLVED
Go to solution
chmc
Advisor

Trouble installing Bundle plus patches

I have downloaded a quality pack plus the recommended patches to go with it. Transferred binary to my HP-UX 11i server.
Ran:
gunzip (ran 6/19)
tar -xvf (ran 6/19)
./create_depot_hp-ux_11 (ran 6/20)

I thought going into this I was getting one depot with the quality pack and the individual patches all together to avoid multiple reboots. I have multiple depots though.

Is there a next step for combining or should that be already done with the create_depot? I am reviewing the Patch User guide right now but I haven't found my answer yet. Thanks for helping. I am trying to figure out if I am on the right track with this.

-rw-r--r-- 1 50 100 532346880 Nov 3 2006 GOLDQPK11i_B.11.11.0612.459.depot
-rw-r--r-- 1 50 100 3061389 May 16 22:39 PHCO_35955
-rw-r--r-- 1 root sys 2119680 Mar 27 18:23 PHCO_35955.depot
-rw-r--r-- 1 root sys 87822 May 16 14:51 PHCO_35955.text
-rw-r--r-- 1 50 100 104367 Feb 28 20:11 PHCO_36097
-rw-r--r-- 1 root sys 61440 Feb 27 12:53 PHCO_36097.depot
-rw-r--r-- 1 root sys 12297 Feb 28 18:40 PHCO_36097.text
-rw-r--r-- 1 50 100 1682409 May 21 22:25 PHKL_35970
-rw-r--r-- 1 root sys 1095680 May 18 16:26 PHKL_35970.depot
-rw-r--r-- 1 root sys 142400 May 21 16:53 PHKL_35970.text
-rw-r--r-- 1 50 100 4459920 Jan 30 21:49 PHNE_35183
-rw-r--r-- 1 root sys 2918400 Nov 27 2006 PHNE_35183.depot
-rw-r--r-- 1 root sys 368098 Jan 30 07:51 PHNE_35183.text
-rw-r--r-- 1 50 100 677948 Mar 29 20:13 PHNE_35692
-rw-r--r-- 1 root sys 440320 Mar 28 17:57 PHNE_35692.depot
-rw-r--r-- 1 root sys 55477 Mar 29 15:51 PHNE_35692.text
-rw-r--r-- 1 50 100 1779 Mar 28 09:06 README_hp-ux
-rwxr-xr-x 1 50 100 5776 Jun 19 11:57 create_depot_hp-ux_11
drwxr-xr-x 9 root sys 8192 Jun 20 13:22 depot
-rw-rw-rw- 1 root sys 25195 Jun 20 13:20 depot.psf
-rw-r----- 1 lawson lawson 542348288 Jun 19 16:09 hpux__11.11_06190955.tar
-rw-r----- 1 50 100 383 Jun 19 11:57 patch_manifest
#


12 REPLIES 12
Court Campbell
Honored Contributor

Re: Trouble installing Bundle plus patches

there should have been a folder created called depot in the directory that you ran create_depot_hp-ux_11. You can run the following

# swinstall -s /path/to/the/dir/called/depot


This should then open the tui/gui with the bundle listed.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
chmc
Advisor

Re: Trouble installing Bundle plus patches

It did create the depot dir (see above)

I ran it and it returns this only:
Bundle(s):
#

BUNDLE B.11.11 Patch Bundle
#
If I cd into the depot dir I see a BUNDLE dir but it is empty.
# cd depot
# ll
total 96
dr-x------ 2 root sys 96 Jun 20 13:22 BUNDLE
dr-x------ 5 root sys 96 Jun 20 13:22 PHCO_35955
dr-x------ 3 root sys 96 Jun 20 13:22 PHCO_36097
dr-x------ 6 root sys 96 Jun 20 13:22 PHKL_35970
dr-x------ 17 root sys 8192 Jun 20 13:22 PHNE_35183
dr-x------ 4 root sys 96 Jun 20 13:22 PHNE_35692
dr-x------ 9 root sys 8192 Jun 20 13:22 catalog
-rw-r--r-- 1 root sys 27501 Jun 20 13:39 swagent.log
Court Campbell
Honored Contributor

Re: Trouble installing Bundle plus patches

> I ran it and it returns this only:

what is "it"?
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Steven E. Protter
Exalted Contributor

Re: Trouble installing Bundle plus patches

Shalom,

Given no other input create depot creates a folder called depot which is a depot and install point.

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
chmc
Advisor

Re: Trouble installing Bundle plus patches

court- it was the command you gave me

swlist -s
chmc
Advisor

Re: Trouble installing Bundle plus patches

SEP-
So are you saying I should have give input to the create_depot_hp-ux_11?

My goal was to install the QP and the individual patches together.
Court Campbell
Honored Contributor

Re: Trouble installing Bundle plus patches

Are you specifying the full path name?

ie.

# swinstall -s /tmp/depot
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
chmc
Advisor

Re: Trouble installing Bundle plus patches

yes I am.

# swlist -s /home/test/depot
# Initializing...
# Contacting target "srvr3"...
#
# Target: srvr3:/home/test/depot
#

#
# Bundle(s):
#

BUNDLE B.11.11 Patch Bundle

The original post was the "ls" from the /home/test/ dir if that help.
Dennis Handly
Acclaimed Contributor
Solution

Re: Trouble installing Bundle plus patches

>I was getting one depot with the quality pack and the individual patches all together to avoid multiple reboots.

You have that in the SD directory depot "depot".

>I am trying to figure out if I am on the right track with this.

I just did this last night. All you need to do is install.

>I ran it and it returns this only: Bundle(s):
BUNDLE B.11.11 Patch Bundle

That's exactly as it should be. That's what the swpackage step does, hide the details.

>If I cd into the depot dir I see a BUNDLE dir but it is empty.

(Nothing to see here, go about your business.)
Typically SD bundles don't have any associated data. The metadata is in catalog/.

># swlist -s /home/test/depot

If you want more details on what is in the depot, you must use:
# swlist -l product -s /home/test/depot

And if you are feeling lonely, you can change "product" above to "fileset" or "file". :-)