WebSphere Federation Complete Command

What is meant by Federation in WebSphere? What is the Complete Command for Federation?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 18 of 18 Answers

suresh

  • 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

Code
  1. ETYDT

  Was this answer useful?  Yes

SHOBAN

  • Dec 20th, 2012
 

Both jacl and jython are scripting languages to run automated scripts in websphere.

jacl: java + tcl

jython: java +python

  Was this answer useful?  Yes

kiran

  • 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.

  Was this answer useful?  Yes

yarapathineni

  • 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)

  Was this answer useful?  Yes

sonu

  • Dec 7th, 2013
 

Federation is the process of adding a node either from application server profile or custom server profile to the deployment manager once the nodes are available with the deployment manager we can create N number of servers and we can manage all the servers through single DMGR admin console, at the time of federation process the node agent will be created, is used to communicate between DMGR and federated profiles and configurations.

Command to federate a node: /profiles/Appsrv01/bin > addnode.bat -includeapps

Note : At the time of federation addnode.log file will get updated

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions