You are on page 1of 2

FEDERATION PROCESS

(Adding appserver node to Dmgr)

Federation can be done in 2-ways

1) Through Admin console

2) Using command prompt

Federation through Admin Console


After installing Dmgr & Application Server Profiles

Step 1: Take SOAP port number of application server

SOAP : simple object access protocol

Purpose : SOAP Provides intercommunication b/w appserver and dmgr

Open Admin console of Application server which u want to federate

Click on servers  Application Server - click on server1 - select ports option


take SOAP connector address port no.

2) Open Admin console of Dmgr

Click on System Administration

Select Nodes- Addnode---->Managed Node---->next

In this menu provide

Host name : localhost

JMX port no: SOAP Port of Appln server

Put Tick mark on checkbox includeapps

Select OK button

Observe Node federation successfully -- Now open verify Node and Node agent
creation in admin console

Federation Using Command LIne


i) Take SOAP port number of Deployment Manager

ii) Open Command prompt and go to bin Directory of App Server which u want to
federate and execute following command
AppSrv02>bin>./addNode.sh <dmgr hostname> < dmgr SOAP Port No.> -includeapps

localhost 8879

DE-FEDERATION(Removal of Node) PROCESS

De-Federation can be done in 2-ways

1) Through Admin console

2) Using command prompt

Defederation using Admin console

--> Select Particular Node which you want to Remove ( defederate) in admin
console

--> click on Remove Node tab

II Method : Deferation using command LIne


Open Command prompt and go to bin Directory of App Server which u want to De-
federate(remove node) and execute following command . i.e

# cd /opt/IBM/WebSphere/AppServer/profiles/ AppSrv02>bin>

# ./removeNode.sh

You might also like