Showing posts with label Managed Server. Show all posts
Showing posts with label Managed Server. Show all posts

Wednesday, 20 April 2016

Tuesday, 19 January 2016

FMW 11.1.1.7.0 - Applying Patch 21124180: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 12608904 16810628 20238404 20504560

FMW 11.1.1.7.0 - Applying Patch 21124180: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 12608904 16810628 20238404 20504560

- Download Patch 21124180 (p21124180_111170_Generic.zip)

- Ensure the patch for bug 13866584 has already been applied
Applying Patch 21124180

- Set ORACLE_HOME to $MW_HOME/oracle_common

- Shutdown Admin and all Managed Servers

- Unzip the patch

$ unzip -d PATCH_TOP p21124180_111170_Generic.zip

- $ cd PATCH_TOP/21124180

- Run opatch apply

$ opatch apply

- Verify patch

$ opatch lsinventory |grep 21124180

- Start Admin and all Managed Servers
Patch De-installation

If any issues after applying the patch and rollback is required, follow below steps:

- Shutdown Admin and all Managed Servers

- $ cd PATCH_TOP/21124180

- Run OPatch rollback

$ opatch rollback -id 21124180

- Restart Admin Server and all Managed Servers

Related Posts

FMW 11.1.1.7.0 - Applying Patch 13866584: PS2,PS5:ORACLE.WEBSERVICES.STANDALONE.CLIENT.JAR:DUPLICATE ENTRIES:LICENSE.TXT

Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13

Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12

Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11

Applying Patch 19637463: SU Patch [12UV]: Oracle WebLogic Server (WLS) PATCH SET UPDATE 10.3.6.0.10

Applying Patch 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9

Applying Patch 18040640 - SU Patch [T5F1]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.8 on OBIEE client

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS


Sunday, 8 November 2015

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.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

- Download p21768251_121200_Linux-x86-64.zip and copy to server staging area say PATCH_TOP with appropriate permissions.

Before installing patch

- Ensure all patch pre-requisites specified in patch README are met 

- Set the environment variable ORACLE_HOME to your product installed directory.

   for example: export ORACLE_HOME=/sid/1212mwhome

- Stop all servers (Admin Server and all Managed Server(s))

Applying patch 21768251

- Unzip the patch zip file into the PATCH_TOP.

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

- Set your current directory to the directory where the patch is located.

   $ cd PATCH_TOP/21768251

3. Run OPatch to apply the patch.

   $ opatch apply

- Start all servers (Admin Server and all Managed Server(s))

Rollback patch 21768251

If any issues encountered post patching and patch roll back is required, follow below steps.

Stop all servers (Admin Server and all Managed Server(s))

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/21768251

- Run OPatch to rollback the patch.

   $ opatch rollback -id 21768251

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


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.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

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

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

Tuesday, 13 October 2015

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

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

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


- Set the ORACLE_HOME environment variable e.g. "[MW_HOME]/Oracle_WT1" directory

- Stop all servers (AdminServer and all Managed servers).


Applying the patch


- Unzip the patch zip file and set current directory to patch location

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

$ cd PATCH_TOP/19849290

- Run OPatch to apply the patch.

$ opatch apply

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


Rollback patch

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

- Stop the services (Admin and Managed servers)

- Change to the directory where the patch was unzipped.

$ cd PATCH_TOP/19849290

3. Run OPatch rollback command

$ opatch rollback -id 19849290 

- Restart all servers (Admin Server and all Managed Servers)


Related Posts:

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

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 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 21640624: OHS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUOCT2015)


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

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

- Download Patch 17337741 (p17337741_111170_Linux-x86-64.zip - choose relevant platform) - OSS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUOCT2013)

- Copy the patch onto staging area say PATCH_TOP with proper permissions.

Please note this patch is not required if applying the merge Patch 19849290


- Set the ORACLE_HOME environment variable e.g. "[MW_HOME]/Oracle_WT1" directory

- Stop all servers (AdminServer and all Managed servers).


Applying the patch

- Unzip the patch zip file and set current directory to patch location

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

$ cd PATCH_TOP/17337741

- Run OPatch to apply the patch.

$ opatch apply

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

Rollback patch

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

- Stop the services (Admin and Managed servers)

- Change to the directory where the patch was unzipped.

$ cd PATCH_TOP/17337741

3. Run OPatch rollback command

$ opatch rollback -id 17337741 

- Restart all servers (Admin Server and all Managed Servers)


Related Posts:

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

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 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 21640624: OHS SECURITY PATCH UPDATE 11.1.1.7.0 (CPUOCT2015)


Monday, 24 November 2014

Applying Patch 18609527 SOA BUNDLE PATCH 11.1.1.7.4

Applying Patch 18609527 SOA BUNDLE PATCH 11.1.1.7.4


Pre-Patch Instructions


- Review and download the latest version of OPatch 11.1.x via Bug 6880880

- Ensure access to valid OUI Inventory by running opatch lsinventory

- Validate the executables in system PATH like 'which opatch', 'which unzip'

- You MUST apply this patch to both SOA Home $MW_HOME/Oracle_SOA1 and Oracle Common Home $MW_HOME/oracle_common without fail.
  

Applying Patch 18609527

1. Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p18609527_111170_Generic.zip

    
2. $ cd PATCH_TOP/18609527

3. Run OPatch apply

       $ opatch apply 

(Ensure MT services are already stopped, cold backup is recommended before patch)

4. If Patch is successful, restart MT services. Verify the patch by running 

$ opatch lsinventory | grep 18609527

5. If patch fails for some reason, rollback the patch and restart MT services.

$ opatch rollback -id 18609527

Additionally you may also apply the SOA and BPM JDev extensions directly from JDeveloper via the “check for updates” feature.

Patch rollback

If any issues after applying the patch and rollback is required, run below command,

$ opatch rollback -id patch_number and restart the services.


Related posts:

Applying Patch 20900797: SOA Bundle Patch 11.1.1.7.8

Applying Patch 20423535: SOA Bundle Patch 11.1.1.7.7

Applying Patch 19953598: SOA Bundle Patch 11.1.1.7.6

Applying Patch 19190139 SOA BUNDLE PATCH 11.1.1.7.5

Applying Patch 18072286 SOA BUNDLE PATCH 11.1.1.7.3

Applying Patch 17584181 SOA BUNDLE PATCH 11.1.1.7.2

FMW 11.1.1.6.0 - Applying Patch 16702086: SOA BUNDLE PATCH 11.1.1.6.7