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:
-
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}
-
Stop the Oracle WebLogic Administration Server by executing the following command:
DOMAIN_HOME/bin/stopWebLogic.sh
-
If you want to stop the Node Manager, you can use the
kill
command:
kill -9 PID
No comments:
Post a Comment