Shutting down T.Lion and T.Brother
Before server shutdown, make sure all nodes are synced. Use SSH to log into the T.Brother server and take the following steps:
- Open the MySQL command prompt by typing
mysql
- Run the following command to find out if the node is synced:
SHOW STATUS LIKE 'wsrep_local_state_comment'
Confirm that the result is "synced". If it isn’t, keep checking until this status is returned. It can take several minutes. - To exit the MySQL command prompt, type:
exit
After you have checked the T.Brother server, use SSH to log into the T.Lion server, and repeat the same steps for it.
Stop the MySQL service
Important: |
Always make a backup first. |
Use SSH to log into the T.Brother server and shut down the MySQL service as follows:
- Run the following commands in the shell:
service mysql stop
shutdown -h now
- Wait until the process completes.
Next, log into the T.Lion server with SSH and repeat the same steps.