docs-v2/content/enterprise_influxdb/v1.9/administration/manage/clusters/add-nodes.md

1015 B
Raw Permalink Blame History

title description aliases menu weight
Add node to existing cluster Add nodes to an existing InfluxDB Enterprise cluster.
enterprise_influxdb_1_9
name parent
Add nodes Manage clusters
19

To add a data node to an existing cluster, follow the steps below.

  1. Install and start a new data node. Complete steps 13 of the data node installation instructions.
  2. To join the new node to the cluster, do one of the following:
    • From a meta node, run:

       influxd-ctl add-data <new data node address>:<port>
      
    • From a remote server, run:

           influxd-ctl -bind <existing_meta_node:8091> add-data <new data node 
           address>:<port>
            ```
      
  3. (Optional) Rebalance the cluster.