[nil@centos68 rsandbox_mariadb-10_2_14]$ maxadmin list servers
|
Servers.
|
-------------------+-----------------+-------+-------------+--------------------
|
Server | Address | Port | Connections | Status
|
-------------------+-----------------+-------+-------------+--------------------
|
master | 127.0.0.1 | 24044 | 0 | Master, Running
|
slave1 | 127.0.0.1 | 24045 | 0 | Running
|
slave2 | 127.0.0.1 | 24046 | 0 | Running
|
-------------------+-----------------+-------+-------------+--------------------
|
[nil@centos68 rsandbox_mariadb-10_2_14]$
|
[nil@centos68 rsandbox_mariadb-10_2_14]$ sudo /etc/init.d/maxscale stop
|
Stopping MaxScale: [ OK ]
|
[nil@centos68 rsandbox_mariadb-10_2_14]$ master/stop
|
[nil@centos68 rsandbox_mariadb-10_2_14]$
|
[nil@centos68 rsandbox_mariadb-10_2_14]$ sudo /etc/init.d/maxscale start
|
Starting MaxScale: maxscale (pid 26334) is running... [ OK ]
|
[nil@centos68 rsandbox_mariadb-10_2_14]$
|
[nil@centos68 rsandbox_mariadb-10_2_14]$ maxadmin list servers
|
Servers.
|
-------------------+-----------------+-------+-------------+--------------------
|
Server | Address | Port | Connections | Status
|
-------------------+-----------------+-------+-------------+--------------------
|
master | 127.0.0.1 | 24044 | 0 | Down
|
slave1 | 127.0.0.1 | 24045 | 0 | Running
|
slave2 | 127.0.0.1 | 24046 | 0 | Running
|
-------------------+-----------------+-------+-------------+--------------------
|
[nil@centos68 rsandbox_mariadb-10_2_14]$
|