MySQL Cluster Manager 9.5 User Manual / ... / MySQL Cluster Manager Client Commands / MySQL Cluster Manager Cluster Commands / The list 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)