Creating a Managed Server in WebLogic 12c
An Oracle WebLogic domain is a collection of WebLogic Server resources. Although you can create a domain when WebLogic is installed, there may be instances where you wish to create a new domain after WebLogic installation. This article details how to create a new WebLogic domain.
Relevant Topics: Oracle DBA, Oracle WebLogic, Node Manager, WebLogic Managed Server
- Login to the WebLogic Server
Click on Servers.
- The Summary of Servers screen displays.
Click New to create a new WebLogic Managed Server.
- The Create a New Server screen displays.
Enter a server name, a server listen port, and select “No, this is a stand-alone server.”. Click Next.
- The Create a New Server screens displays with values filled in.
Click Finish.
- The Summary of Servers screen displays showing the new managed server. The new managed server has been successfully created. It is currently in an Unknown state and is waiting to be started.
Click on the new server name.
- The Settings page for the new server displays.
A machine is a representation for the host on which the managed server will run. Next, we will select a machine for the managed server to run on. See our earlier post on Configuring Node Manager for details on how to create a machine.
Click Environment --> Machines.
- The Summary of Machines screen displays. The previously created machine is shown.
Click on the machine name.
- The settings for the machine screen displays.
Click Add.
- The Add a Server to a Machine screen displays.
Select the manager server that was just created. This will attach the machine to the managed server and allow node manager to control the managed server.
- A screen showing that the machine has been successfully attached to the managed server displays.
Click Servers on the left of the screen.
- The Summary of Servers screen displays showing that the new Managed Server is in a state of “Shutdown”.
- Stop Node Manager if it is currently running by executing the following command:
$MW_HOME/user_projects/domains/base_domain/bin/stopNodeManager.sh
[oracle@Forge bin]$
/u01/app/weblogic/wls12130/user_projects/domains/base_domain/bin/stopNodeManager.sh &
.
.
.
- Start Node Manager by running the following command:
$MW_HOME/user_projects/domains/base_domain/bin/startNodeManager.sh
[oracle@Forge domains]$ $MW_HOME/user_projects/domains/base_domain/bin/startNodeManager.sh &
.
.
.
<Aug 3, 2017 11:18:06 AM EDT> <INFO> <Secure socket listener started on port…
.
.
.
- Go to the Summary of Servers screen.
Click Control. Check the box next to the new managed server. Click Start.
- The screen display will show that the task of starting the managed server is in progress.
- After a minute or two the managed server should be started.
- Clicking on the Configuration tab of the Summary of Servers screen shows that the new managed server is now running and its health is ok. The new managed server is now ready for use.