stop cluster cluster_name
This command stops the cluster named
cluster_name, if it is running, as
shown in this example:
mcm> stop cluster mycluster;
+------------------------------+
| Command result |
+------------------------------+
| Cluster stopped successfully |
+------------------------------+
1 row in set (21.31 sec)
stop cluster fails if the cluster is not in
an operational state (see Section 3.6, “The show status Command”, for
information about obtaining the cluster's status).
mcm>show status --cluster mycluster;+-----------+---------+ | Cluster | Status | +-----------+---------+ | mycluster | stopped | +-----------+---------+ 1 row in set (1.49 sec) mcm>stop cluster mycluster;ERROR 5006 (00MGR): Cluster mycluster is stopped
