How to Start Node Manager in R12.2

Introduction:-

In order to start Node Manager in r12.2. We must be use adnodemgrctl.sh script. adnodemgrctl.sh: exiting with status 0

Steps to start Node Manager:-

 

Before start the node mnager we will ensure no any previous sessoin on server. Use ps -ef|grep <OS_User>

Source run environment:-

 

$. /xxx/fs1/EBSapps/appl/APPSPHASE1_xxxtest.env 

cd $ADMIN_SCRIPTS_HOME

 

$sh adnodemgrctl.sh start

 

Once node manager started , Need to be check as below.

 

$sh adnodemgrctl.sh status

You are running adnodemgrctl.sh version 120.11.12020000.12

Enter the WebLogic Admin password:

The Node Manager is running

NodeManager log is located at /data05/EBS_FS_12.2.5/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1

 

adnodemgrctl.sh: exiting with status 0

 

adnodemgrctl.sh: check the logfile /data05/EBS_FS_12.2.5/fs1/inst/apps/PHASE1_xxxtest/logs/appl/admin/log/adnodemgrctl.txt for more information …

 
Here we will know how stop node manager.
 
To stop node manager, need to be follow the below steps.
 
 
 
cd $ADMIN_SCRIPTS_HOME
 
Check the status of node manager.
 
$sh adnodemgrctl.sh status
 
 
Stop the node manager.
 
$sh adnodemgrctl.sh stop
 
Verify the status.
 
$sh adnodemgrctl.sh status
 
 
In Last,we should ensure precess not running on os level. You can verify  as below.
 
$ps -ef|grep nodemanager
 

In this article, I have mentioned how to start admin server,click here.

If you want to check another article related to How to start node manager, click here.

Leave a Comment