Operating System - HP-UX
1752631 Members
5784 Online
108788 Solutions
New Discussion юеВ

How to add a product that is in a depot to an existing bundle

 
SOLVED
Go to solution
likid0
Honored Contributor

How to add a product that is in a depot to an existing bundle

Hi people,

I have a question, that has arrised when triying to add software to and exisisting bundle.

I have:

swlist -s s:/var/opt/ignite/depot/Rel_B.11.23/freeware
# Initializing...
# Contacting target "s"...
#
# Target: s:/var/opt/ignite/depot/Rel_B.11.23/freeware
#

#
# Bundle(s):
#

FREEWARE A.1.0 Coleccisn de Software libre para HP-UX 11.23
internet A.11.00-010 HP-UX Internet Express
#
# Product(s) not contained in a Bundle:
#

tusc 7.10 tusc


And I want to add the tusc product to the FREEWARE bundle, I can remove the bundle and create it againg with make_bundles, but is there a way to ADD the product in the depot to the FREEWARE bundle ?

Thnx!.
Windows?, no thanks
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: How to add a product that is in a depot to an existing bundle

You should use "swcopy" with the product bundle as source and your "freeware" bundle as destination.

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!   
Dennis Handly
Acclaimed Contributor
Solution

Re: How to add a product that is in a depot to an existing bundle

>I can remove the bundle and create it again with make_bundles, but is there a way to ADD the product in the depot to the FREEWARE bundle?

Only by creating a new bundle that has all of the SD products.

>Torsten: You should use swcopy with the product bundle as source and your "freeware" bundle as destination.

swcopy will not put SD products into SD bundles, it just will just put it in the same depot. Exactly what Daniel already has.
likid0
Honored Contributor

Re: How to add a product that is in a depot to an existing bundle

Ok, thnx.


just did a v2 of the bundle with tusc in it, and removed v1.

make_bundles -B -n FREEWARE -r A.2.0 -t "Coleccisn de Software libre para HP-UX 11.23" /var/opt/ignite/depot/Rel_B.11.23/freeware

and then swremove the A.1.0


Thnx for the info
Windows?, no thanks