MySQL Cluster Manager 9.1 Release Notes
list sites
This command returns a list of the sites known to the management agent. It does not require any arguments. An example is shown here:
mcm> list sites;
+--------+------+-------+-----------------+
| Site | Port | Local | Hosts |
+--------+------+-------+-----------------+
| mysite | 1862 | Local | tonfisk,flundra |
+--------+------+-------+-----------------+
1 row in set (0.06 sec)
The output of list sites
contains the
following columns:
Site
. The name of the site.Port
. The TCP/IP port used for communications between clients and management agents.Local
. Either one ofLocal
orRemote
.Hosts
. A comma-separated list of the hosts making up the site.