Total Pageviews

Monday, October 17, 2016

starting and stoping Managed server stack commands if you dont know the names of each managed server


If you do not know the names of the Managed Servers that should be started, you can view the contents of the following file on Linux or UNIX systems:

DOMAIN_HOME/startManagedWebLogic_readme.txt



On Windows systems:
DOMAIN_HOME\startManagedWebLogic_readme.txt

Or, you can access the Administration Server console at the following URL:
http://host:admin_server_port/console



Supply the user name and password that you specified on the Configure Administrator Username and Password Screen of the Configuration Wizard. Then, navigate to Environment > Servers to see the names of your Managed Servers.




To stop the stack components from the command line, perform the following steps:
  1. Stop WebLogic managed components, such as Oracle Access Management, Oracle Identity Manager, and Oracle Adaptive Access Manager, by executing the following command:
    DOMAIN_HOME/bin/stopManagedWebLogic.sh \
    {SERVER_NAME} {ADMIN_URL} {USER_NAME} {PASSWORD}
    
  2. Stop the Oracle WebLogic Administration Server by executing the following command:
    DOMAIN_HOME/bin/stopWebLogic.sh
  3. If you want to stop the Node Manager, you can use the kill command:
    kill -9 PID
    

No comments:

Post a Comment