Wednesday, 14 October 2015

Applying Patch 16856341: CPU: OHS CORE DUMPS AFTER MOD_SECURITY PATCH/CONF APPLIED

Applying Patch 16856341: CPU: OHS CORE DUMPS AFTER MOD_SECURITY PATCH/CONF APPLIED

Download Patch 16856341 (p16856341_111170_Linux-x86-64.zip) and copy it onto server staging area say PATCH_TOP with appropriate permissions.


- Set ORACLE_HOME example : export ORACLE_HOME=$MW_HOME/Oracle_WT1
   
- Stop all servers (Admin Server and all Managed Servers)

- Stop opmn services and OHS services.
  
  $opmnctl stopall


Applying the patch


- Stop Mid Tier services

- Unzip the patch zip file into the PATCH_TOP and set current directory to PATCH_TOP/16856341

   $ unzip -d PATCH_TOP p16856341_111170_Linux-x86-64.zip

   $ cd PATCH_TOP/16856341

- Run OPatch apply

   $ opatch apply -jre $ORACLE_HOME/jdk/jre
       
- Start all servers (Admin Server and all Managed Servers)

- Start opmn services.

   $opmnctl startall


Rollback patch

If any issues post patching and a roll back is needed, follow below steps

- Stop Mid Tier services

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/16856341

- Run OPatch rollback

   $ opatch rollback -id 16856341 -jre $ORACLE_HOME/jdk/jre
                          

- Restart all servers (Admin Server and all Managed Server(s)).

- Start opmn and OHS services.

  $opmnctl startall


Related Posts:

FMW 11.1.1.7.0 - Applying Oracle HTTP Server Patch 20394174: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 19948000 17905017

FMW 11.1.1.7.0 - Applying Patch 20493440: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 18423801 18025250

FMW 11.1.1.7.0 - Applying Patch 20124292: OPTIC NEEDS BETTER DIAGNOSTICS FOR CONNECTION ERRORS

Applying Patch 19849290 - CPU CONFLICT MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 17337741 17555224

Applying Patch 17337741: OSS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUOCT2013)

FMW 11.1.1.7.0 - Applying Patch 18423831: WLSPLUGINS (OHS) SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2014)

FMW 11.1.1.7.0 - Applying Patch 18423801: OPMN SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2014)

Applying Patch 19948000: OHS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJAN2015)

FMW 12.1.2.0.0 - Oracle HTTP Server - Applying Patch 21768251: MERGE REQUEST ON TOP OF 12.1.2.0.0 FOR BUGS 19948089 19304888 20806507 20900385

FMW 12.1.3.0.0 - Applying Patch 19948154: OHS SECURITY PATCH UPDATE 12.1.3.0.0 (CPUJAN2015)

FMW 12.1.3.0.0 - Applying Patch 19229422: OHS 12C UNABLE TO CONNECT TO WLS DYNAMIC CLUSTER

FMW 11.1.1.7.0 - Applying Patch 21640624: OHS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUOCT2015)

No comments:

Post a Comment