Wednesday 9 October 2019

How to apply Patch Set Update on Oracle WebLogic Server

Oracle WebLogic Server Patch Set Update 10.3.6.0.190416
Oracle WebLogic Server Patch Set Update 10.3.6.0.190716

Patch 29204678: SU Patch U5I2:WLS PATCH SET UPDATE 10.3.6.0.190416
Patch 29633432: SU Patch MXLE:WLS PATCH SET UPDATE 10.3.6.0.190716

Patch Number:  29204678 Patch ID -U5I2
Patch Number:  29633432 Patch ID - MXLE



1. Set environment variables.


export WLS_HOME=/u01/app/oracle/product/middleware/wlserver_10.3:$WLS_HOME:
export PATH=$HOME/.local/bin:/usr/bin:$HOME/bin:$WLS_HOME/bin:$OMS_HOME/OPatch:$PATH:


2. List the patches.

 ./bsu.sh -view -status=downloaded -prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3 -verbose

 ./bsu.sh -view -status=applied -prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3 -patch_download_dir=/u01/app/oracle/product/middleware/utils/bsu/cache_dir


3. Stop all WebLogic servers

emctl extended oms jvmd stop -all

4. Remove any previously applied WebLogic Server Patch Set Update and associated overlay patches

./bsu.sh -remove -patchlist=SRUM,6D9T,WE1X -prod_dir=prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3



5. Installing Oracle WebLogic Server Patch Set Update 10.3.6.0.190716.
unzip p29633432_1036_Generic.zip
Navigate to the {MW_HOME}/utils/bsu

./bsu.sh -install -patch_download_dir=/u01/app/oracle/product/middleware/utils/bsu/cache_dir -patchlist=U5I2 -prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3

./bsu.sh -install -patch_download_dir=/u01/app/oracle/product/middleware/utils/bsu/cache_dir -patchlist=MXLE -prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3



6. Start WebLogic servers
emctl extended oms jvmd start -all


7. Check the Status.

./bsu.sh -view -status=applied -prod_dir=/u01/app/oracle/product/middleware/wlserver_10.3 -patch_download_dir=/u01/app/oracle/product/middleware/utils/bsu/cache_dir



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

  $ $WL_HOME/server/bin/setWLSEnv.sh
  $ java weblogic.version


Reference:- For detailed instructions and known issues, Please refer to README file attached with patch. 

1 comment:

  1. Great post! Just curious. Why do you have to install U5I2? MXLE doesn't supersede U5I2?
    Thanks.

    ReplyDelete