docs-v2/content/enterprise_influxdb/v1/tools/influxd-ctl/add-meta.md

1.4 KiB

title description menu weight related
influxd-ctl add-meta The `influxd-ctl add-meta` command adds a meta node to an InfluxDB Enterprise cluster.
enterprise_influxdb_v1
parent
influxd-ctl
201
/enterprise_influxdb/v1/introduction/installation/data_node_installation/

The influxd-ctl add-meta command adds a meta node to an InfluxDB Enterprise cluster.

By default, influxd-ctl adds the specified meta node to the local meta node's cluster. Use add-meta instead of the join argument when installing a meta node an InfluxDB Enterprise cluster.

Usage

influxd-ctl [flags] add-meta <http-bind-address>

Arguments

  • http-bind-address: HTTP bind address of the meta node to add to the cluster (host:port)

Flags

See influxd-ctl global flags.

Examples

Add a meta node to a cluster

influxd-ctl add-meta cluster-meta-node-03:8091

Add a meta node to a cluster using a remote meta node

influxd-ctl -bind cluster-meta-node-01:8091 add-meta cluster-meta-node-03:8091