1834882 Members
2328 Online
110071 Solutions
New Discussion

creating new depot

 
SOLVED
Go to solution
jerry1
Super Advisor

creating new depot

I have several depots that I have downloaded.
How can I create a new depot and have these
depot packages installed in the new depot
without copying them one at a time?
1 REPLY 1
Dennis Handly
Acclaimed Contributor
Solution

Re: creating new depot

This has been asked many times before, do a search for more details:
# swcopy -x enforce_dependencies=false -s $PWD/depot1 \* @ $PWD/big_depot

You can use a for loop to go through depot1, etc.:
# for depot in ... ; do swcopy ... ; done

You will have to do swcopy one at a time but you can use swinstall once with big_depot.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=961526