> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/analytics/mariadb-columnstore/management/node-maintenance-for-mariadb-enterprise-columnstore/rejoin-a-node.md).

# Rejoining a Node

To rejoin a node with ColumnStore, perform the following procedure.

## Performing Rejoin in MaxScale

The node can be configured to rejoin in MaxScale using [MaxScale's REST API](/docs/maxscale/reference/maxscale-rest-api.md):

* Use [MaxCtrl](/docs/maxscale/maxscale-management/administrative-tools-for-mariadb-maxscale-maxctrl.md) or another supported REST client.
* Call a module command using the `call command` command.
* As the first argument, provide the name for the module, which is [mariadbmon](/docs/maxscale/reference/maxscale-monitors/mariadb-monitor.md).
* As the second argument, provide the module command, which is `rejoin` .
* As the third argument, provide the name of the monitor.
* As the fourth argument, provide the name of the server.

For example:

```bash
maxctrl call command \
   mariadbmon \
   rejoin \
   mcs_monitor \
   mcs3
```

## Checking Replication Status with MaxScale

MaxScale is capable of checking the status of [MariaDB Replication](/docs/server/ha-and-performance/standard-replication.md) using [MaxScale's REST API](/docs/maxscale/reference/maxscale-rest-api.md):

* List the servers using the `list servers` command, like this:

```bash
maxctrl list servers
```

If the node properly rejoined, the `State` column of the node shows `Slave, Running`.

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/analytics/mariadb-columnstore/management/node-maintenance-for-mariadb-enterprise-columnstore/rejoin-a-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
