1827293 Members
1475 Online
109717 Solutions
New Discussion

Depots help

 
SOLVED
Go to solution
Alex Lavrov
Regular Advisor

Depots help

Hello,
I have 3 depots with 3 products each:
a.depot
b.depot
c.depot
They depend on each other, so I must install all of them, but it's very uncomfortable to open depot after depot and install it.
Is there any way to make them one depot with three products?
d.depot
|
+-- product a
+-- product b
+-- product c

thanx


4 REPLIES 4
Marco Santerre
Honored Contributor
Solution

Re: Depots help

yes you can. By using swcopy, you can select one product after another and install them one by one into a new depot. Once you are done copying you can select that depot to install.
Cooperation is doing with a smile what you have to do anyhow.
Massimo Bianchi
Honored Contributor

Re: Depots help

Steps to do it:

- creare a dirctory /depot

swcopy -x enforce_dependencies=false -s /full_path_to_depot_a "*" @/depot


swcopy -x enforce_dependencies=false -s /full_path_to_depot_b "*" @/depot


swcopy -x enforce_dependencies=false -s /full_path_to_depot_d "*" @/depot

Now, you can install from /depot:
check
swlist -s /depot
swinstall -s /depot

Massimo
Robert-Jan Goossens
Honored Contributor

Re: Depots help

Hi,

Complete software depot cookbook,

http://www.software.hp.com/products/SD_AT_HP/docs/cookbook.html

Robert-Jan.
RolandH
Honored Contributor

Re: Depots help

Use the attached script. vi the script and change depotA, depotB, depotC with the names of your depots (should be all in the same dir).

Then you can create a bundle with your three depots an you can give the bundle a name you want.


HTH
Rolans
Sometimes you lose and sometimes the others win