Documentation Home
MySQL Cluster Manager 9.4 User Manual
Related Documentation Download this Manual
PDF (US Ltr) - 1.3Mb
PDF (A4) - 1.3Mb


5.4.3 Thelist clusters Command

list clusterssite_name

This command lists all clusters defined for a given management site namedsite_name, together with the package used by each cluster. For example, the command shown here displays a list of all clusters defined for the site namedmysite:

mcm> list clusters mysite;+------------------+----------+| Cluster          | Package  |+------------------+----------+| mycluster        | m-7.1.26 || yourcluster      | y-7.1.26 || someothercluster | s-7.2.9  |+------------------+----------+3 rows in set (2.07 sec)

Ifsite_name is omitted, the command fails with an error, as shown here:

mcm> list clusters;ERROR 6 (00MGR): Illegal number of operands