I have tried using the addNode command but so far with no success.
First attempt was to login to WASDEV02 and run the addNode (./addNode WASDEV01 8879) and this failed with ADMU0033E - the node has already been added to the cell. I even re-installed websphere on WASDEV02 and changed the node name and still got the same error.
So then I tried going the other way by logging onto WASDEV01 and ./addNode WASDEV02 8879 and got the same error....?
I am new to this federating of Nodes, but comfortable with WAS ND. If there are any good articles on federating examples, please let me know. Of course if I am making some obvious mistake, then please let me know.
TIA
Since you want both installations to be managed by one DM. Have you
tried installing just the base application server on the second server
and adding the stand alone node to the DM?
However, you listed WASDEV02 as a Deployment Manager, is this correct ?
So there are 2 Deployment managers - one on each server. So there are also 2 nodes, NodeDev01 (on WasDEv01) and NodeDev02 (on WasDev02). What I want to do is move the Node02 from WASDEV02 to WASDEV01.
This will allow me to manage all the servers running on both Node1 and Node2 from the one Deployment manager.
So I want to know how to move a Node from one Deployment Manager to another Deployment Manager.
Thats simple ..as you have installed ND on both servers ..now ..
on the second server ..
you need to run removeNode ...to remove the Node from the cell on
Server2 (Created while Installing ND on server2)
then add the Node to Dmgr on server1 using
./addNode.sh <dmgr Host> <port>
default port is 8879
Take WebSphere online tests at
http://www.wascertify.getbegin.com
Learn and test your knowledge.
Try running the removenode command to make sure the node is removed from the dmgr before you try and add it the new dmgr.
Not sure of the syntax since I'm used to Windows.
The remove and add node commands should be run from the node with the dmgr up and active.
Has anyone tried moving a node frmo one deployment manager to another...? I would really appreciate some input on this. I have used the trace option, but that is not giving me anything to work on.
TIA
So I know the environment is all good.
So what do I have to do to move the node AppSrv01 from WASDEV02 to WASDEV01. Note that AppSrv01 was created when Websphere was created with the option of creating a Cell with a federated application server. So I am guessing that I have to unfederate it - can this be done or am I missing the obvious here?
So how do people move a Node with multiple Servers and Applications from one Deployment Manager (DM) to another?
From what I can see from the IBM docos is to create a stand alone Appln Server (that has server1) and you can move this Node to another DM and take the Apps on server1. But if you add another server (eg server2) while attached to the DM, I cannot see how you would move this Node (now with server1 and server2) to another DM. Once you removeNode from the original DM, the Node reverts to its original state (ie without server2).
As you've seen, using removeNode.sh also removes all JVMs and applications defined on the node which is not normally desirable. Unfortunately, it seems to be the designed behavior.
I was under the initial impression that you could federate a node (and applications) to one Deployment Manager and then move it to another at some point. But as you say - its not designed for this.