1 -get & install JDK:src: https://stackoverflow.com/questions/10268583/downloading-java-jdk-on-linux-via-wget-is-shown-license-page-instead 4 -Add user for management of jboss gui: 5 – Stop the JVM: Enable the AutoStartup: 1 -download auto…
If you have forgotten the console password or any other password for the domain, you can use below wlst commands to decrypt the passwords 1…
SSL Commands List OpenSSL is an open-source implementation of SSL/TLS protocols and is considered to be one of the most versatile SSL tools. It’s a…
latest Version of weblogic is 14.1.1.0 & was released on March 30, 2020 You can download the generic installer using below links: https://www.oracle.com/middleware/technologies/weblogic-server-installers-downloads.html Direct Link…
last Version in 12C LTS release of weblogic is 12.2.1.4 & was released on Sept 27, 2019 You can download the generic installer using below…
2 – Take backup of /path/weblogic/wls1213 (tarball – tar -cvf wls1213.tar wls1213 ) with app user mkdir /path/wls1213/OPatch/PATCH_TOP 3. Unzip the patch zip file into…
1 – View installed: ./bsu.sh -prod_dir=/path/wls1036/wlserver_10.3 -status=applied -view -verbose -log=/tmp/GFWX_bsu_applied.log -log_priority=trace 2 – View: Downloaded: show current patch details which is downloaded and present inside…
Weblogic Setup on VM machine POC: 1 – Set Proxy: 2 – curl -s https://raw.githubusercontent.com/typekpb/oradown/master/oradown.sh | bash -s — –cookie=accept-weblogicserver-server –username=oracle_support_e-mail –password=XXXXX http://download.oracle.com/otn/nt/middleware/12c/12212/fmw_12.2.1.2.0_wls_Disk1_1of1.zip 1 –…
1 – OOM issues Young Generation : It is place where lived for short period and divided into two spaces: Eden Space : When object…
If you are using Weblogic in production it is no brainer to start services manually to recover a server/crash or reboot In this example we…