Monday, November 2, 2015

How To Apply/Install Patch Using BSU(bea smart update) GUI Mode?

This Demo Shows How To Apply/Install Patch Using BSU Utility GUI Mode


==> The purpose of applying patch to BEA_HOME OR WLS_HOME Is To Fix Bugs.

==> BSU Utility is shipped with weblogic product 

==> Oracle Releases PSU(Patch Set Update) OR CPU(Critical Patch Update) Patches Quarterly (January - April - July - October), As PSU patches Are Cumulative and all bug fixes are available hence it is highly recommended to apply psu quarterly   

Summary

  1. Download The PSU From Oracle Support
  2. Create Directory cache_dir inside $MW_HOME/utils/bsu
  3. Copy The Downloaded Patch To $MW_HOME/utils/bsu/cache_dir Using WinScp
  4. Unzip The Copied Zip Patch File
  5. Set The Environment Using setWLSEnv.sh 
  6. Run The Patch Install Command Using bsu.sh
  7. Verify Whether Patch Applied To The BEA_HOME

1. Download The PSU From Oracle Support

  • Login To My Oracle Support http://support.oracle.com
  • Click on "Patches & Update" Tab
  • Click on Search ==> Click on "Recommended Patch Advisor"
  • Select Product: Oracle Weblogic Server
  • Select Release 10.3.6.0 OR Any of your prefered wls version
  • Platform Select Any
  • Click on Search
  • Result will lists latest available PSU
  • Click on "Patch Name" 20780171
  • Click on Download 

2. Create Directory cache_dir inside $MW_HOME/utils/bsu

      cd /oracle/Middleware1036/utils/bsu/
      mkdir cache_dir


3. Copy The Downloaded Patch To $MW_HOME/utils/bsu/cache_dir Using WinScp


4. Unzip The Copied Zip Patch File

     cd /oracle/Middleware1036/utils/bsu/cache_dir
 
      unzip p20780171_1036_Generic.zip


5. Set The Environment Using setWLSEnv.sh 

     cd /oracle/Middleware1036/wlserver_10.3/server/bin
 
     . ./setWLSEnv.sh


6. Set The Display For X11 Forwarding Using Xming/XLaunch

     Follow Below Link For Display Setting

7. Run The Patch Install Command Using bsu.sh For Launching Installation Wizard.


  •  Execute below commands for launching patch installation wizard
     cd /oracle/Middleware1036/utils/bsu/

     ./bsu.sh 















No comments:

Post a Comment