0% found this document useful (0 votes)
43 views

Steps To Create Node Manager & Starting Managed Server From Weblogic Console

The document outlines 12 steps to configure a node manager and start a managed server from the WebLogic console: 1) Log into the WebLogic console and navigate to the Machines section; 2) Create a new machine matching the operating system and provide node manager details; 3) Target the managed server to the node manager and activate changes. Next, start the node manager process on the backend server, then use the console to start the targeted managed server. Finally, stop the node manager by killing its process ID.

Uploaded by

vij
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Steps To Create Node Manager & Starting Managed Server From Weblogic Console

The document outlines 12 steps to configure a node manager and start a managed server from the WebLogic console: 1) Log into the WebLogic console and navigate to the Machines section; 2) Create a new machine matching the operating system and provide node manager details; 3) Target the managed server to the node manager and activate changes. Next, start the node manager process on the backend server, then use the console to start the targeted managed server. Finally, stop the node manager by killing its process ID.

Uploaded by

vij
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 7

Steps to create node manager & starting managed server

from weblogic console


Step 1:- Login to the WebLogic console.
Step 2:- Navigate to domainMachines

Step 3:- Navigate to Machines

Step 4:-Creating new machine

Obtain Lock and edit MachinesNew

Select the type of machine OS where ever weblogic is configured.

In the current configuration we are installing on Linux so we select Other

Step 5:-Now provide the details of Node manager.

Step 6:-After providing the details in Step 5 the select finish and activate the
changes

Step 7:-Now Machine is configured at weblogic server.

We need to target the managed server to which we want to enable the node
manager. Follow below steps
Lock & EditEnvironmentMachinesSummary of Machines cl-nckmapvm007Servers

Step 8:- Now add the targeted managed servers to node manager and select
next.

Step 9:- Once selected the managed server that need to be part of node
manager, now activate the changes.

Step 10:- Now node manager is configured, the next step before restarting the
managed server from console, we need to first start the node manager from the
backend server. As currently the node manager is in inactive state.

Login to the linux / windows server.

Go to the location /opt/Oracle/Middleware/wlserver_10.3/server/bin. Now


run the following command
Linux: -/opt/Oracle/Middleware/wlserver_10.3/server/binstartNodeManager.sh

Windows:
-D:\Oracle\Middleware\wlserver_10.3\server\bin\startNodeManager.cmd

Now node manager has started successfully. You can view detail from
1. From logs
/opt/Oracle/Middleware/wlserver_10.3/common/nodemanager/nodemanager.

log

2. From Console

Step 11:- Now start managed server ndwl001-m01 from the console.

Go to DomainEnvironmentServerscontrolSelect checkbox ndwl001m01Selct start button.

Now the managed server ndwl001-m01 is in running state.

Step 12:- To stop node manager kill the process ID using below syntax

[root@cl-nckm-apvm007 nodemanager]# ps -ef | grepnodemanager


root23197 23165 0 10:05 pts/2 00:00:03
/opt/Oracle/Middleware/jrockit_160_29_D1.2.0-10/bin/java -jrockit -Xms128m
-Xmx256m -Dcoherence.home=/opt/Oracle/Middleware/coherence_3.7
-Dbea.home=/opt/Oracle/Middleware -Xverify:none
-Djava.security.policy=/opt/Oracle/Middleware/wlserver_10.3/server/lib/weblo
gic.policy
-Dweblogic.nodemanager.javaHome=/opt/Oracle/Middleware/jrockit_160_29_
D1.2.0-10 weblogic.NodeManager -v

You might also like