Saturday, June 18, 2016

How to apply PSU Patch on Weblogic 10.3.6.0

1. Patches have been downloaded  to jayaptch2:/shared/APRIL_PSU_2016/11g_fusion
2. unzip  the patch to $MW_HOME/utils/bsu/cache_dir
3. cd $MW_HOME/utils/bsu
4. cp bsu.sh bsu.sh.may17
5. Modify xms and xmx from 256 to 1024.
MEM_ARGS="-Xms1024m -Xmx1024m"
6. ./bsu.sh -install -patch_download_dir=/as11g/jay_tch/product/middleware/11.1/utils/bsu/cache_dir/ -patchlist=DEM4 -prod_dir=/as11g/jay_tch/product/middleware/11.1/wlserver_10.3

output:
/as11g/jay_tch/product/middleware/11.1/utils/bsu
iweboas1@ofaptch2:as11g> e_dir/ -patchlist=DEM4 -prod_dir=/as11g/jay_tch/product/middleware/11.1/wlserver_10.3
Checking for conflicts.....
No conflict(s) detected

Installing Patch ID: DEM4..
Result: Success


7. To verify:

./bsu.sh -prod_dir=/as11g/jay_tch/product/middleware/11.1/wlserver_10.3 -status=applied -verbose -view


                         [OR]

. $MW_HOME/wlserver_10.3/server/bin/setWLSEnv.sh


/as11g/jay_tch/product/middleware/11.1/utils/bsu
iweboas1@ofaptch2:as11g> java weblogic.version

WebLogic Server 10.3.6.0.160419 PSU Patch for BUG22505423 TUE FEB 09 15:54:42 IST 2016
WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050

Use 'weblogic.version -verbose' to get subsystem information

Use 'weblogic.utils.Versions' to get version information for all modules

1 comment:

  1. Very Well Explained on WebLogic Patch. Thanks for such a wonderful article.

    ReplyDelete

How to Compile Forms , Reports & Custom.pll in R12.2

How to Compile Custom.pll   cd $AU_TOP/resource  cp CUSTOM.plx CUSTOM.plx_bkup  cp CUSTOM.pll CUSTOM.pll_bkup  frmcmp_batch module=CUSTOM.pl...