Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start the cluster with this command

    Code Block
    [root@datanodes0 /]# galera_new_cluster


  2. On the other nodes, just start MariaDB or MySQL service

    Code Block
    [root@datanodes1 /]# systemctl start mariadb
    [root@datanodes2 /]# systemctl start mariadb

...


(tick) You can use these commands to check the cluster status:

Code Block
[root@datanodes1 mysql]# maxadmin show servers
[root@datanodes1 mysql]# maxadmin list servers


...


RabbitMQ Cluster check and rejoin

...