Replacing one node with another requires the following steps:
Install the new node.
Start the new node.
Stop the node being taken out of service.
Remove the node being taken out of service.
These commands are used to replace one node with another. In this
example node B.X
is the new node, and node
A.X
is the old node.
epadmin install node --nodename=B.X --application=application.zip epadmin --servicename=B.X start node epadmin --servicename=A.X stop node epadmin --servicename=A.X remove node