Network Deployment (Distributed operating systems), v8.0 > Reference > Administrator best practices


addNode command best practices


Overview

Use addNode.sh to add a stand-alone node into a cell.

The addNode.sh command does the following:

  1. Copies the base WAS cell configuration to a new cell structure that matches the structure of dmgr.

  2. Creates a new node agent definition for the node that the cell incorporates.

  3. Sends commands to the dmgr to add the documents from the new node to the cell repository.

  4. Performs the first configuration synchronization for the new node, and verifies that this node is synchronized with the cell.

  5. Launches the node agent process for the new node.

  6. Updates the setupCmdLine.bat or setupCmdline.sh files and the wsadmin.properties file to point to the new cell.

  7. After federating the node, addNode.sh backs up the plugin-cfg.xml file from...

      WAS_HOME/config/cells

    ...to the directory...

      config/backup/base/cells

  8. Generates a new plugin-cfg.xml file on the dmgr

  9. Calls nodeSync to copy files to nodes.


Tips for using addNode.sh