Replacing one node with another

Replacing one node with another requires the following steps:

  1. Install the new node.

  2. Start the new node.

  3. Stop the node being taken out of service.

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