Stop Oracle WLS stack

How to stop Oracle WebLogic Server and Managed Server stack example. There are two types of WebLogic server instances in a domain. One is the called as the Admin Server or the WebLogic Admin Server and the other is called as the WebLogic Managed Server.
When you stop the Stack or the whole WebLogic server stack services, first 

Stopping the Stack

You can stop the Oracle WebLogic Administration Server and all the managed servers by using Oracle WebLogic Administration Console. See Oracle Fusion Middleware Introduction to Oracle WebLogic Server for more information.
To stop the stack components from the command line, perform the following steps:
Stop WebLogic managed components, such as Oracle Directory Integration Platform, Oracle Identity Federation, Oracle Directory Services Manager, Oracle Access Manager, Oracle Identity Manager, and Oracle Adaptive Access Manager, by executing the following command:
  1. MW_HOME/user_projects/domains/DOMAIN_NAME/bin/stopManagedWebLogic.sh \
    {SERVER_NAME} {ADMIN_URL} {USER_NAME} {PASSWORD}
    
  2. Stop system components, such as Oracle Internet Directory and Oracle Virtual Directory, by executing the following command:
    ORACLE_INSTANCE/bin/opmnctl stopall 
    
  3. Stop the Oracle WebLogic Administration Server by executing the following command:
    MW_HOME/user_projects/domains/DOMAIN_NAME/bin/stopWebLogic.sh
    
  4. If you want to stop the Node Manager, you can use the kill command: 
    kill -9 PID

Comments

Post a Comment

Popular posts from this blog

VMware fix for Invalid manifest and ova file import failed errors

SOAPUI - import certificate

Centrally Managed Users (CMU) - New Feature in Oracle Database 18c