Thursday, March 4, 2010

How do you do Synchronization from command line in websphere6.1 in Linux?

before Synchronizing from command line you need to stop the NodeAgent then,

Linux:
• /opt/WebSphere/AppServer/Profiles/prof_name/bin/
addNode.sh Dmgr (ip) 8879 (SOAP conn port).

Windows:
Linux:
• /programfiles/WebSphere/AppServer/Profiles/prof_name/bin/
addNode.sh Dmgr (ip) 8879 (SOAP conn port)

2 comments:

  1. This is for adding a node not Synchronization.

    ./syncNode.sh is the command for synchronization.

    ReplyDelete