Friday, October 28, 2016

How to Sync Node in websphere application server through command line.

Go to Profile bin of the federated node which need to syn with the dmgr master configurtaion.

Note:- before execute this command kindly ensure that nodeagent is down for that node.

/WebSphere/AppServer85/profiles/AppSrv01/bin

[root@localhost bin]# ./syncNode.sh localhost 8879 -user wasadmin -password wasadmin
ADMU0116I: Tool information is being logged in file
           /WebSphere/AppServer85/profiles/AppSrv01/logs/syncNode.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU0401I: Begin syncNode operation for node localhostNode01 with Deployment
           Manager localhost: 8879
ADMU0016I: Synchronizing configuration between node and cell.
ADMU0402I: The configuration for node localhostNode01 has been synchronized
           with Deployment Manager localhost: 8879
[root@localhost bin]#


No comments:

Post a Comment