Tuesday 24 January 2017

Applying Patch sets 23743997,16702086 and 16205615 on Weblogic server, SOA and OSB

Applying Patch sets 23743997,16702086 and 16205615 on Weblogic server, SOA and OSB

High level steps:

Weblogic: Pre-Installation Instructions-(23743997)
-------------------------------------------
    
  $ . /u9000/app/oracle/product/ofm_11.1.1.6/fmw/wlserver_10.3 /server/bin/setWLSEnv.sh 

                                $ java weblogic.version

     PATCH_ID - K25M
     Patch number - 23743997

                1. Stop all weblogic services

                2. unzip p23743997_1036_Generic.zip to /u9000/app/oracle/product/ofm_11.1.1.6/fmw/utils/bsu/cache_dir or any local directory

                3. Navigate to the /u9000/app/oracle/product/ofm_11.1.1.6/fmw/utils/bsu directory

                4. ./bsu.sh -install -patch_download_dir=/u9000/app/oracle/product/ofm_11.1.1.6/fmw/utils/bsu/cache_dir -patchlist=K25M -prod_dir=/u9000/app/oracle/product/ofm_11.1.1.6/fmw/wlserver_10.3

Post-Installation Instructions
------------------------------

                1) Restart all WebLogic servers.

                2) The following command is a simple way to determine the application of WebLogic Server PSU.

                                $ . /u9000/app/oracle/product/ofm_11.1.1.6/fmw/wlserver_10.3 /server/bin/setWLSEnv.sh 

                                $ java weblogic.version

Uninstalling Oracle WebLogic Server Patch Set 
----------------------------------------------

                1. Stop all WebLogic Servers

                2. Navigate to /u9000/app/oracle/product/ofm_11.1.1.6/fmw/utils/bsu directory.

                3. ./bsu.sh -remove -patchlist= K25M -prod_dir=/u9000/app/oracle/product/ofm_11.1.1.6/fmw/wlserver_10.3

./bsu.sh -remove -patchlist=DEM4 -prod_dir=/u9000/app/oracle/product/ofm_11.1.1.6/fmw/wlserver_10.3

                4.Restart all WebLogic Servers.


SOA: Pre-Installation Instructions
-------------------------------------
./opatch lsinventory 

        1. Stop all soa services.

  2. Unzip the patch zip file into the PATCH_TOP.


    $ unzip -d PATCH_TOP p16702086_111160_Generic.zip

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

    $ cd PATCH_TOP/16702086

4. Run OPatch to apply the patch.

        $ opatch apply
-------------------------------------------------------------------------------------------------------
16922093: EMAIL NOTIFICATIONS ARE NOT SENT WITH CONTENT TYPE TEXT/HTML IN 11.1.1.6.6

1. Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p16922093_111167_Generic.zip

    NOTE: In WINDOWS, the unzip command might not work as this zip has
    certain contents which passes the 256 characters limit.
    To overcome this problem, please use alternate ZIP utility like
    7-Zip to unzip the patch.
    For example: To unzip using 7-zip, run the command:
         "c:\Program Files\7-Zip\7z.exe"  x p14302931_111154_Generic.zip

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

   $ cd PATCH_TOP/16922093/oui

3. Run OPatch to apply the patch.

   Run following command:
     - opatch apply

When OPatch starts, it validates the patch and makes sure that there are no
conflicts with the software already installed in the ORACLE_HOME.
  OPatch categorizes two types of conflicts:

     a. Conflicts with a patch already applied to the ORACLE_HOME
        In this case, stop the patch installation, and contact Oracle Support
        Services.
     b. Conflicts with subset patch already applied to the ORACLE_HOME
        In this case, continue the install, as the new patch contains all the
        fixes from the existing patch in the ORACLE_HOME.

7 Bugs Fixed by This Patch
--------------------------

  16922093: EMAIL NOTIFICATIONS ARE NOT SENT WITH CONTENT TYPE TEXT/HTML IN 11.1.1.6.6
Post-Installation Instructions:  
-------------------------------
Database Task:1

     1.For bug 13900609 - User should run soa_purge_scripts.sql after patch to rebuild purge procedure with the fix.
   
  2.$ORACLE_HOME/rcu/integration/soainfra/sql/upgsql/111170ps6/patch_bpelpkg_bug_13853994_oracle.sql on soainfra schema if backend is oracle database

       Once done DBA task, then ISS team will perform the restart the all services.
     3.Restart all servers (Admin Server and all Managed Server(s))

Deinstallation Instructions
----------------------------

1. Change to the directory where the patch was unzipped.

  $  cd PATCH_TOP/16702086

2. Run OPatch to deinstall the patch.

        $  opatch rollback -id 16702086

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

OSB :Patch Installation Instructions:
------------------------------------

        ./opatch lsinventory

1. Stop all OSB services.

2. Set ORACLE_HOME env var to your OSB_HOME

  3.To apply the patch, unzip the PSE container file:

      unzip 16205615.zip

    4.Set your current directory to the directory where the patch is located:

    cd 16205615


5.Ensure that the directory containing the opatch script appears in
  your $PATH; then enter the following command:

    ./opatch apply -jdk -jre

    e.g. opatch apply -jdk /usr/local/packages/jdk14 -jre /usr/local/packages/jre14

Patch Deinstallation Instructions:
------------------------------------
1. Set your current directory to the directory where the patch is located & then enter the following command:

cd 16205615

./opatch rollback -id 16205615 -jdk -jre

No comments:

Post a Comment