| View previous topic :: View next topic |
| Author |
Message |
him2205 Newbie


Joined: Nov 08, 2007 Posts: 8
|
Posted: Mon Feb 11, 2008 11:29 am Post subject: Installing node agent as services |
|
|
Hi
I am new to WAS. I am using WAS 6.0 ND and i want install the nodeagent as services after the installation
I am using the following command
root>bin>WASService -add nodeagent
-servername nodeagent
-profilePath E:\was\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\nodeagent
-restart true
It is successfully added but it goes down automatically after some time.
Please help me to fix this ASAP. |
|
| Back to top |
|
 |
MadanMohan Newbie


Joined: Oct 21, 2007 Posts: 20
|
Posted: Wed Feb 13, 2008 10:24 am Post subject: |
|
|
Hi ,
remove the node agent which you hav installed with following command
WASService -remove service_name
and goto
E:\was\IBM\Websphere\Appserver\bin>
enter following command
WASService -add washostnameNode01_nodeagent
-servername nodeagent
-profilePath E:\was\IBM\Websphere\Appserver\profiles\Appsrv01
-wasHome E:\was\IBM\Websphere\Appserver
-logFile E:\was\IBM\Websphere\Appserver\profiles\Appsrv01\logs\nodeagent\startNode.log
-logRoot E:\was\IBM\Websphere\Appserver\profiles\Appsrv01\logs\nodeagent
-restart true
-startType automatic
_____________________________
If you find any problem revert back.
Madan Mohan B |
|
| Back to top |
|
 |
him2205 Newbie


Joined: Nov 08, 2007 Posts: 8
|
Posted: Mon Feb 18, 2008 8:54 am Post subject: |
|
|
thanks madan for the quick response!!! |
|
| Back to top |
|
 |
StevenRobinson Newbie


Joined: Mar 07, 2008 Posts: 1
|
|
| Back to top |
|
 |
manshy Newbie


Joined: Sep 16, 2008 Posts: 11
|
|
| Back to top |
|
 |
amp Newbie


Joined: Nov 12, 2008 Posts: 1
|
Posted: Thu Nov 13, 2008 12:40 am Post subject: The node agent is not starting or stopping as a windows Ser |
|
|
Hi Mohan,
I tried the steps as suggested by you but still no luck . Kindly suggest what could be the issue. The services do appear in the services panel but it has no control on the nodeagent starting or stopping in the admin console of the dmgr and also if the nodeagent is started from the command line using the startNode command the nodeagent stops when somebody logs out of the windows server.
WASService -add washostnameNode01_nodeagent
-servername nodeagent
-profilePath E:\was\IBM\Websphere\Appserver\profiles\Appsrv01
-wasHome E:\was\IBM\Websphere\Appserver
-logFile E:\was\IBM\Websphere\Appserver\profiles\Appsrv01\logs\nodeagent\startNode.log
-logRoot E:\was\IBM\Websphere\Appserver\profiles\Appsrv01\logs\nodeagent
-restart true
-startType automatic |
|
| Back to top |
|
 |
MadanMohan Newbie


Joined: Oct 21, 2007 Posts: 20
|
Posted: Sat Nov 29, 2008 12:58 pm Post subject: |
|
|
what are the profiles you hav installed?
From where you are running the command? |
|
| Back to top |
|
 |
|