addNode command best practices

 

+

Search Tips   |   Advanced Search

 

Use the addNode command to add a standalone node into a cell. The addNode command does the following:

  1. Copies the base WAS cell configuration to a new cell structure. This new cell structure matches the structure of deployment manager.

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

  3. Sends commands to the deployment manager 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...

    • setupCmdLine.sh
    • wsadmin.properties

    ...to point to the new cell.

  7. After federating the node, the addNode command backs up...

    app_server_root/config/cells/plugin-cfg.xml

    ...to...

    app_server_root/config/backup/base/cells

    The addNode command regenerates a new plugin-cfg.xml file at the Deployment Manger and the nodeSync operation copies the files to the node level.

    For information about port numbers, see port number settings in WAS versions.

Tips for using the addNode command:




 

Related tasks

Manage nodes

 

Related Reference

addNode command
removeNode command
Port number settings in WAS versions

 

Reference topic