Tuesday, March 15, 2011

Nodeagent status is not appearing in adminconsole (WAS 6.1.0.19) - Websphere


Nodeagent status is not updating in Admin console of WAS 6.1 env. Which is started successfully through command line and logs are also not showing any errors. restarted DMGR and Nodeagent, sycnNode with DMGR-soap, still it is appearing red mode in admin console.

The only 2 reasons I can think of si, that either the nodes havent been federated, or that the nodes cant contact the Dmgr.

Follow the blow steps to come out of this issue:

Well, I had the same problem but it was not 6.1 its was on 6.0. I opened a PMR with IBM and they suggested me to do the following steps

1) Stop the dmgr and Stop the nodeagent and application server

2) Clear all content under temp of dmgr wstemp of dmgr, logs/dmgr, logs/ffdc of dmgr, logs/nodeagent, logs/jvm and logs/ffdc of nodeagent

for example

/opt/IBM/WebSphere/AppServer/profiles/BT1_Dmgr/temp
/opt/IBM/WebSphere/AppServer/profiles/BT1_Dmgr/wstemp

/opt/IBM/WebSphere/AppServer/profiles/BT1_Dmgr/logs/dmgr
/opt/IBM/WebSphere/AppServer/profiles/BT1_Dmgr/logs/Activity.log
/opt/IBM/WebSphere/AppServer/profiles/BT1_Dmgr/logs/ffdc

on Node

/opt/IBM/WebSphere/AppServer/profiles/PT2_AppSrv01/logs/jvm
/opt/IBM/WebSphere/AppServer/profiles/PT2_AppSrv01/logs/nodeagent
/opt/IBM/WebSphere/AppServer/profiles/PT2_AppSrv01/logs/ffdc

3) start the dmgr only

4) once dmgr is up. Manually sync the node with dmgr using syncnode command on node

for example: syncnode.sh dmgrhostname dmgrsoapport -username user -password password

5) start the nodeagent only

6) once the nodeagent is up start the application server from console. and try to stop the application server see if problem occurs