Posts

Showing posts from November, 2015

How To Apply/Install Patch Using Opatch Utility

Image
How To Apply Patch To WebLogic 12C Home Using Opatch Utility? From WebLogic 12.1.2 bsu utility was deprecated and opatch utility is used for patching. Summary Shut Down All Weblogic Services Before Applying Patch Check Compatibility Of Opatch Utility Version and OUI Export ORACLE_HOME and PATH Determining What is Installed On Your System Ensuring Patch Application Prerequisites are Met Using -report Applying a Patch Verify The Applied Patch Using lsinventory 1.Shut Down All Weblogic Services Before Applying Patch    a) Stop Admin And Managed servers using Weblogic Admin Console    b) Shut Down Nodemanager using stopNodeManager.sh OR Kill command      cd /oracle/Middleware/user_projects/domains/prod_domain/bin      ./stopNodeManager.sh 2. Check Compatibility Of Opatch Utility Version and OUI      a) Checking opatch version         cd /oracle/Mid...

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

Image
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 Download The PSU From Oracle Support Create Directory  cache_dir  inside  $MW_HOME/utils/bsu Copy The Downloaded Patch To  $MW_HOME/utils/bsu/cache_dir  Using WinScp Unzip The Copied Zip Patch File Set The Environment Using setWLSEnv.sh  Run The Patch Install Command Using bsu.sh 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" Ta...

Setting Display For X11 Forwarding Using Xming/XLaunch For Linux Server

Image
Step By Step Instruction For Setting Display For X-Forwarding Using XLaunch 1. Download And Install Xming In Your Local Window Machine http://sourceforge.net/projects/xming/ 2. Double Click on XLaunch Icon  3. Enter Any Display Number Say 9999   ==> Click On Next Next Next...Finish 4. Check The Display Number  5. Now Open Putty And Enter IP Address  6. Expand SSH  ==> Click on X11 ==> Check "Enable X11 Forwarding"  ==> X Display Location: Localhost:9999.0 7. Click on Open ==> Enter OS Username And Password ==> Enter Command xclock       Expected Result is Analog Clock pop should come and that shows the display was set properly  COMPLETED..............

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

Image
This Demo Shows How To Apply/Install Patch Using BSU Utility Command Line ==> 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 Download The PSU From Oracle Support Create Directory cache_dir inside $MW_HOME/utils/bsu Copy The Downloaded Patch To $MW_HOME/utils/bsu/cache_dir Using WinScp Unzip The Copied Zip Patch File Set The Environment Using setWLSEnv.sh  Run The Patch Install Command Using bsu.sh 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 ==...