1822648 Members
3794 Online
109643 Solutions
New Discussion юеВ

Re: patch depot

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

patch depot

I have a number of patches that require a kernel reboot. like:
21982122 Aug 3 2000 PHCO_21187
-rw-r--r-- 1 50 100 524676 Mar 25 2001 PHCO_23651
-rw-r--r-- 1 50 100 2390863 Oct 11 2001 PHCO_23791
-rw-r--r-- 1 50 100 12439649 Nov 7 2000 PHKL_18543
-rw-r--r-- 1 50 100 35934 Oct 6 1999 PHKL_20016
-rw-r--r-- 1 50 100 79275 Apr 13 2001 PHKL_23409
-rw-r--r-- 1 50 100 455496 May 28 03:52 PHKL_27980
-rw-r--r-- 1 50 100 1634595 Dec 5 2002 PHKL_28150
-rw-r--r-- 1 50 100 1933811 Oct 22 02:38 PHKL_28766
-rw-r--r-- 1 50 100 1343369 Aug 13 03:13 PHKL_29434
-rw-r--r-- 1 50 100 2104069 Jun 15 2000 PHNE_21767


how can I put them in a depot so I can do just one load....
UNIX IS GOOD
2 REPLIES 2
Pete Randall
Outstanding Contributor
Solution

Re: patch depot

Robert,

Use swcopy!

First unshar the patch then swcopy it to your depot:

for i in PH*
do
sh $i
done


mkdir /mypatchdepot
for i in PH*.depot
do
swcopy -s ${PWD}/$i \* @ /mypatchdepot
done



Pete



Pete
Silvia_9
New Member

Re: patch depot

Hi,

you can create only one depot with swcopy command.

Regards