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

934 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_v1
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_host>:<port>
      
    • From a remote server, run:

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