Sunday, October 18, 2015

Patching before OIM and OAM Installation in 11GR2 PS3

In this lab we are going to see the patch need to be apply before Installing OIM and OAM.

Note: Here we are assuming that you have already install Life Cycle Management (LCM) tool and downloaded the required patches(21187786 or p21187786_111230_Generic.zip,21197325 or p21197325_111230_Generic.zip,21169810 or p21169810_111230_Generic.zip)

Bundle Patch 21187786 :-

1) Set the environment variables such as JAVA_HOME, ORACLE_HOME and PATH as shown below.
>export PATH=/u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/OPatch:$PATH
>export ORACLE_HOME=/u01/app/oracle/products/fmw1213/Oracle_IDMLCM1
>export JAVA_HOME=/u01/lcmrepository/jdk

2) Unzip the patch using the below command.
>unzip p21187786_111230_Generic.zip

3) Navigate to unzipped patch directory i.e. 21187786 and apply the patch using below command.
>opatch apply


Health Check Patch 21197325:-

1) Set the environment variables such as JAVA_HOME, ORACLE_HOME and PATH as shown below.
>export PATH=/u01/app/oracle/products/fmw1213/Oracle_IDMLCM1/OPatch:$PATH
>export ORACLE_HOME=/u01/app/oracle/products/fmw1213/Oracle_IDMLCM1
>export JAVA_HOME=/u01/lcmrepository/jdk

2) Unzip the patch using the below command.
>unzip p21197325_111230_Generic.zip

3) Navigate to unzipped patch directory i.e. 21197325 and apply the patch using below command.
>opatch apply


Bundle Patch 2116810:-

1) Unzip the patch using the below command.

>unzip p21169810_111230_Generic.zip

2) Navigate to unzipped patch directory i.e. 21169810

3) Copy recursively the contents of “iamsuite” folder of downloaded patch to the “iamsuite” folder in LCM repository.
>cd 21169810/iamsuite
>cp –rf patch /u01/lcmrepository/installers/iamsuite/

4) Similarly for OMSAS, copy recursively content of “omsas” directory of extracted patch to “omsas” folder in LCM repository.
>cd 21169810/omsas
>cp –rf patch /u01/lcmrepository/installers/omsas/


5) Recursively provide permissions to the LCM repository using below command
>cd /u01/lcmrepository
>chmod -R 755 *

No comments:

Post a Comment

Other Posts