All pages
Powered by GitBook
1 of 1

Loading...

Rejoining a Node

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

Performing Rejoin in MaxScale

The node can be configured to rejoin in MaxScale using :

  • Use 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 .

  • 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:

Checking Replication Status with MaxScale

MaxScale is capable of checking the status of using :

  • List the servers using the list servers command, like this:

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

maxctrl call command \
   mariadbmon \
   rejoin \
   mcs_monitor \
   mcs3
maxctrl list servers
MaxScale's REST API
MaxCtrl
mariadbmon
MaxScale's REST API
MariaDB Replication

This page is: Copyright © 2025 MariaDB. All rights reserved.