ex :c:ProgramFilesIBMwebsphereAppServerprofilesAppSrv01bin this the root for federating the appserver to dmgr.the command is addNode.bat DmgrhostName DmgrSoapConnectingNumber -includeapps in windows through the commad prompt.
Login to rate this answer.
suresh
Answered On : Dec 19th, 2012
Federation means add a node to the Deployment manager profile, by default nodeagent will be created.
The command is:
/bin>addnode.bat -includeapps
Example:(windows)
/bin>addnode.bat localhost 8879 -includeapps
Example:(Linux)
/bin>addnode.sh localhost 8879 -includeapps
Login to rate this answer.
SHOBAN
Answered On : Dec 20th, 2012
Both jacl and jython are scripting languages to run automated scripts in websphere.
jacl: java + tcl
jython: java +python
Login to rate this answer.
kiran
Answered On : Jan 26th, 2013
Federation is a process where a node of Appserver is synchronized with Dmgr, nodeagent is created which makes synchronization between dmgr and appserver. addnode.bat hostname dmgr soap connectorport at dmgr root dir(windows) is the command for federation.
Login to rate this answer.
yarapathineni
Answered On : Jan 31st, 2013
profilehome>bin addnode.bat hostname dmgr soap port -includeapps(in windows)
profilehome>bin ./ addnode.sh hostname dmgr soap port -include apps(in linux)
Login to rate this answer.