To Get the Deployed Application Status in the Weblogic Domain, you can use the following python script and run it with WLST. It has nice Formatting and this post also covers "How to ignore or avoid the weblogic informational messages while running the WLST script" Copy the Script given below[...]
Read moreCategory: weblogic
How to download and apply/remove patch in weblogic - step by step
Oracle Weblogic Server 12c has replaced the legacy BSU utility with the OPatch utility from Oracle weblogic server 12c version. The objective of this post is to provide the practical view of how to download the Oracle weblogic server patch from support.oracle.com and Applying it with Opatch We Assume: (Prerequisites) That you[...]
Read moreHow to Avoid WLST Information Messages and Run the scripts Silently
While running the WLST scripts, You might have come across the informational messages as follows and additional empty lines. Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Connecting to t3://web.mwinventory.in:33011 with userid weblogic ... Successfully connected to Admin[...]
Read moreHow to use Weblogic REST API for various management operations - Examples
This post covers how to use weblogic rest api practically using various examples and answers, All your questions like How to enable REST api in weblogic, What can you with RESTful API in weblogic, What are bean trees in weblogic, How to perform various operations like deployment, server creation, What is[...]
Read moreInternal Server Error while starting the Weblogic Server using RESTful API
When you are trying to start the Managed server using weblogic management REST API , sometimes you get Internal Server Error but the server will be started though. Issue snippet: [email protected]:/apps/oracle-weblogic/domains/mwidomain/bin$ curl -v \ > – user weblogic:weblogic1 \ > -H Content-Type:application/json \ > -H Host:localhost \ >[...]
Read moreHow to List the applied Patches in Weblogic
To List the applied patches in weblogic, you can do the following. For Versions Prior 10.3 Go to your MW_HOME/utils/bsu directory Run the following command ./bsu.sh -report Note* If you get any error like "unable to access patch-client.jar" - Execute the setWLSEnv.sh from WL_HOME/server/bin script and retry For weblogic 12c[...]
Read moreWLPS - Get Running weblogic processes with domain and ports used information
Get Running Weblogic processes with domain name and ports being used and their AdminServer configuration information in Linux using WLPS ( Weblogic Process Status - tool) This is basically a shell script bundled with JMX-TERM API works together and gives more information about the WebLogic processes running in the Linux.[...]
Read moreWeblogic SNMP Monitoring Setup - Step By Step
The Objective of this post is cover the Weblogic SNMP monitoring in a practical manner. This post will have both theoretical and practical information and a video to help you understand things better. Let's start!. What is SNMP and How it works SNMP - Simple Network Management Protocol is a[...]
Read moreTroubleshooting Load Balancing Issues in Weblogic
This Post is going talk about few real time requirements (or) scenarios and how to handle it. Let's start! Consider the following scnearios Scenario 1 The Weblogic Cluster is having four managed servers and during the load/stress test you are finding that there is improper load balancing between the cluster members.[...]
Read moreStart Weblogic Servers without Entering Password
While starting the AdminServer (or) Managed Servers for the first time after the domain creation you must have been prompted for the username and password, In order to handle it, there is a task we need to do. For Admin Server While starting the AdminServer if you are being prompted for[...]
Read more