MySQL Cluster Manager 8.0 Release Notes
Press CTRL+C to copylist processes cluster_name
This command displays all processes making up a given cluster.
The following example demonstrates how to list all processes
that are part of the cluster named mycluster
:
Press CTRL+C to copymcm> list processes mycluster; +--------+----------+----------+ | NodeId | Name | Host | +--------+----------+----------+ | 49 | ndb_mgmd | flundra | | 1 | ndbd | tonfisk | | 2 | ndbd | grindval | | 50 | mysqld | haj | | 51 | mysqld | torsk | | 52 | ndbapi | * | +--------+----------+----------+ 6 rows in set (0.03 sec)
The cluster_name
argument is
required. If this argument is omitted, the command fails with an
error, as shown here:
Press CTRL+C to copymcm> list processes; ERROR 6 (00MGR): Illegal number of operands