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


5.4.4 Thelist nextnodeids Command

list nextnodeidscluster_name

MySQL Cluster Manager normally assigns IDs to new node processes automatically (although this can be overridden when issuing thecreate cluster oradd process command). Thelist nextnodeids command can be used to see the next node ID that MySQL Cluster Manager has reserved for the next new process (of each possible process type) to be added to the cluster namedcluster_name, which is required.

mcm> list nextnodeids mycluster;+-----------+--------------+-------------+--------------------------+| Category  | NodeId Range | Next NodeId | Processes                |+-----------+--------------+-------------+--------------------------+| Datanodes | 1  - 144     | 3           | ndbd, ndbmtd             || Others    | 145 - 255    | 149         | ndb_mgmd, mysqld, ndbapi |+-----------+--------------+-------------+--------------------------+2 rows in set (0.07 sec)