Oracle Fusion

MSserver1 is in ADMIN after a restart

At the time of restart some times few Managed Servers will be in Admin State. At the time we have to check logs login to the particular server Go to…

Read More

Apache Redirection

We will get request from SEO for apache redirection redirect 301  url will provide by the SEO/dev team.   Login to server sudo as root Go to /etc/httpd/conf take backup…

Read More

How to check Stuck Threads in logs

At the time of stuck threads we will get alerts we can see the servers are in warning state at the the time we can login to the particular warning…

Read More

Weblogic boot.properties

Setting up boot.properties While starting weblogic server [including AdminServer], it will check for a file called boot.properties in <domain_home>/servers/AdminServer/security. This file can hold the property values for username and password…

Read More

create a domain by using console mode

Steps to create a domain by using Console mode:–   Go to <WL_HOME>/common/bin (WL_HOME=”D:\Oracle_Jun\Middleware\wlserver_10.3″> Execute config.sh -mode=console Provide domain name, location, username, passord and necessary parameters 4. Once domain is…

Read More

Creation of Domain GUI mode

Steps to create a domain by using GUI Mode Go to <WL_HOME>/common/bin (WL_HOME=”D:\Oracle_Jun\Middleware\wlserver_10.3″> Execute config.sh Provide domain name, location, username, passord and necessary parameters Once domain is created successfully we…

Read More

Install WLS by using Silent Mode

Steps to install WLS by using Silent Mode:- Download sample silent.xml file Specify the values for the parameters BEAHOME, WLS_INSTALL_DIR and specify the neccessary components to be installed Check the…

Read More

Install WLS by using Console Mode

          Steps to install WLS by using Console Mode:- Check the prerequisites like disk space, file permissions and compatibility Execute Weblogic setup executable file by using…

Read More

Configuration changes in SetDomainEnv.sh

JAVA_PROPERTIES configuraion in SetDomainEnv.sh:-   login to particular server Go to Domain/bin Take backup of SetDomainEnv.sh vi SetDomainEnv.sh Edit SetDomainEnv.sh and replace the JAVA_PROPERTIES url as per requested save and…

Read More

Installation of weblogic in GUI Mode

Steps to install WLS by using GUI MODE:- Check the prerequisites like disk space, file permissions and compatibility 2. Execute Weblogic setup executable file 3. By default it will install…

Read More