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...
Linux commands Size of file in the current directory du -s <file-name>.extension Display the same data, but in a "human-readable" size format, and display a grand total:- du -sh<file-name>.extension Shows the amount of disk space used and available on Linux file systems:- df du -mh du -gh free –m = memory consumed by RAM df –kh = disk space checking by File System du –sh <file/folder directory name> = file/folder in size human readable format cat /proc/cpuinfo = No of CPU usage (or) CPU list or CPU information. cat /proc/meminfo = Total Memory (or) Used Memory (or) Free Memory ================================================================= netstat –an | grep <Port No: 7001> = LISTEN/CONNECTED ifconfig = ip address of the host. netstat –an = All server ports will be displayed ping google.com = To check HOST is reachable (or) not telnet <destination> <port no> nslookup irctc.co.in = It is used for querying t...
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