In this lab we are going to see the patch need to be apply after OAM Install in OAM 11GR2 PS3
Note: You have already downloaded the OAM Bundle Patch(21544485 or unzip p21544485_111230_Generic.zip)
1) Set the environment variables such as JAVA_HOME, ORACLE_HOME and PATH as shown below.
> export PATH=/u01/app/oracle/products/fmw1213/middleware/products
/access/iam/OPatch:$PATH
>export ORACLE_HOME=/u01/app/oracle/products/fmw1213/middleware/
products/access/iam
>export JAVA_HOME=/u01/lcmrepository/jdk
2) Unzip the patch using the below command.
>unzip p21544485_111230_Generic.zip
3) Stop the AdminServer and all OAM Servers using the below command.
>cd /u01/app/oracle/products/fmw1213/middleware/config/scripts
>./stopall.sh
4) Take the backup of ORACLE_HOME
(i.e. /u01/app/oracle/products/fmw1213/middleware/products/access/iam)
>cd /u01/backup
>tar -cvf iam.tar /u01/app/oracle/products/fmw1213/middleware/products/access/iam
5) Navigate to unzipped patch directory i.e. 21544485 and apply the patch using below command.
>opatch apply
6) Start the AdminServer and all OAM Servers using the below command.
>cd /u01/app/oracle/products/fmw1213/middleware/config/scripts
>./startall.sh
Note: You have already downloaded the OAM Bundle Patch(21544485 or unzip p21544485_111230_Generic.zip)
1) Set the environment variables such as JAVA_HOME, ORACLE_HOME and PATH as shown below.
> export PATH=/u01/app/oracle/products/fmw1213/middleware/products
/access/iam/OPatch:$PATH
>export ORACLE_HOME=/u01/app/oracle/products/fmw1213/middleware/
products/access/iam
>export JAVA_HOME=/u01/lcmrepository/jdk
2) Unzip the patch using the below command.
>unzip p21544485_111230_Generic.zip
3) Stop the AdminServer and all OAM Servers using the below command.
>cd /u01/app/oracle/products/fmw1213/middleware/config/scripts
>./stopall.sh
4) Take the backup of ORACLE_HOME
(i.e. /u01/app/oracle/products/fmw1213/middleware/products/access/iam)
>cd /u01/backup
>tar -cvf iam.tar /u01/app/oracle/products/fmw1213/middleware/products/access/iam
5) Navigate to unzipped patch directory i.e. 21544485 and apply the patch using below command.
>opatch apply
6) Start the AdminServer and all OAM Servers using the below command.
>cd /u01/app/oracle/products/fmw1213/middleware/config/scripts
>./startall.sh
No comments:
Post a Comment