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 "Pa...
WLS INDEX QUICK REFERENCE FOR WLST INTRODUCTION AND ROAD MAP Creating WebLogic Domains Using WLST Offline Managing the Server Life Cycle Navigating MBeans (WLST Online) Configuring Existing WebLogic Domains Updating the Deployment Plan Getting Runtime Information WLST Deployment Objects B FAQs: WLST
create domain by using wlst wls:/offline>readDomain('C:\\oracle\\weblogic10.3.6\\user_projects\\domains\\bas e_domain') wls:/offline/base_domain>writeTemplate('C:\\oracle\\weblogic10.3.6\\userTemplate s\\base_domain.jar') wls:/offline/base_domain>closeDomain() ===================================== Click the "Error" button to toggle between hiding and showing Error error when typing =================== wls:/offline>createDomain('C:\\oracle\\weblogic10.3.6\\userTemplates\\base_domai n.jar,'C:\\oracle\\weblogic10.3.6\\user_projects\\domains\\base_domain','weblogi c','weblogic10') Traceback (innermost last): (no code object) at line 0 File "<console>", line 1 createDomain('C:\\oracle\\weblogic10.3.6\\userTemplates\\base_domain.jar ,'C:\\oracle\\weblogic10.3.6\\user_projects\\domains\\base_domain','weblogic','w eblogic10') ^ SyntaxE...
Comments
Post a Comment