1833635 Members
3814 Online
110062 Solutions
New Discussion

Re: Create a FDepot

 
Stefano_73
Occasional Advisor

Create a FDepot

Hi, I have downloades some patches from ITRC. I have used the "create_depot.." commands for create some depot directory. Can I create only one depot to install all the patches at the same time.

Best Regards
Stefano
2 REPLIES 2
Sundar_7
Honored Contributor

Re: Create a FDepot

Hi Stefano,

You can use the -d option with create_depot* script to create the depot in the alternate location.

You will have to manually edit the script and define the PATCH_LIST variable if you would like to use the script to create depots for another set of patches.

Sundar
Learn What to do ,How to do and more importantly When to do ?
Jeroen Peereboom
Honored Contributor

Re: Create a FDepot

Stefano,after 'unpacking' the patches you have a depot for each patch. Use swcopy -s \* @ . With -s you specify the source depot, the backslash * selects all software in the source, and @ specifies the target directory. I'm sure of the -s and the \*, but not quite sure on the rest. You can also start swcopy interactively. If it fails, check the manpage of swcopy. JP.