You are on page 1of 1

4) Is there a file that lists all of the patches that have been applied to the

application?

There are two files that are created in APPL_TOP directory which list all th
e patches applied to the application:
o applptch.txt
o applpatch.tmp

These files are created when a new APPL_TOP is created. Without the .txt fi
le, patches cannot be applied. Grep the .txt file for the patch number in quest
ion.

5) Is there a command to list all to the patches for one application?

grep -i 'begin bug ar' applptch.txt

6) Can you reapply a patch? Does this cause any problems?

You can always reapply patches without a problem.

You might also like