Operating System - HP-UX
1833347 Members
3165 Online
110051 Solutions
New Discussion

How to append ne depot file to another depot file

 
ramkumar
Valued Contributor

How to append ne depot file to another depot file

Hi
I am having one depot file which consists of number of patches . and number of other patches. Is there any way to append the patches to depot files or can we merge multiple depots to form a single depot .

3 REPLIES 3
RAC_1
Honored Contributor

Re: How to append ne depot file to another depot file

What you can do is prepare a single bundle for it.

mkdir /somedir/patch
swcopy -s /full_path_of_bundle" @ /somedir/patch

swcopy -s "next_patch" @ /somedir/patch

And then install
swinstall -s /somedir/patch

Anil
There is no substitute to HARDWORK
ramkumar
Valued Contributor

Re: How to append ne depot file to another depot file

Thanx dear
Pratyush Paul_1
Valued Contributor

Re: How to append ne depot file to another depot file

Hi -

you do not have to create the directory, swcopy is going to do that for you.

swcopy -s /apps/patch1.depot @ /depot/patch
swcopy -s /apps/patch2.depot @ /depot/patch

Then do a listing to see if you have all the patches in the depot

swlist -s depot @ /depot/patch

regards

Pratyush Paul
Die Hard