# SingleStore Node Management

| MemSQL Ops Command                                                                                                                                                        | Description                                         | SingleStoreToolbox Command                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [memsql-deploy](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-deploy.md)                                     | Deploy a node.                                      | [sdb-admin create-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/create-node.md)followed up by[sdb-admin bootstrap-aggregator](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/bootstrap-aggregator.md),[sdb-admin add-leaf](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/add-leaf.md)or[sdb-admin add-aggregator](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/add-aggregator.md)                                   |
| [memsql-list](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-list.md)                                         | List all online nodes in thecluster.                | [sdb-admin list-nodes](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/list-nodes.md)As this command lists only online nodes, it does not always present a complete state of theclusterand therefore should not be used to verify theclusterstate.To list all nodes in theclusteruse[sdb-admin show-leaves](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/show-leaves.md)and[sdb-admin show-aggregators](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/show-aggregators.md) |
| [memsql-start](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-start.md)                                       | Start a node.                                       | [sdb-admin start-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/start-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| [memsql-stop](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-stop.md)                                         | Stop a node.                                        | [sdb-admin stop-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/stop-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [memsql-restart](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-restart.md)                                   | Restart a node.                                     | [sdb-admin restart-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/restart-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [memsql-monitor](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-monitor.md)                                   | Start monitoring a node in MemSQL Ops.              | [sdb-admin register-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/register-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [memsql-unmonitor](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-unmonitor.md)                               | Stop monitoring a node in MemSQL Ops.               | [sdb-admin unregister-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/unregister-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| [memsql-update-config](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-update-config.md)                       | Change a config value for a node.                   | [sdb-admin update-config](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/update-config.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [memsql-update-root-password](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-update-root-password.md)         | Update the root password for a node.                | [sdb-admin change-root-password](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/change-root-password.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [memsql-upgrade](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-upgrade.md)                                   | Stop, upgrade, and restart all nodes in thecluster. | [sdb-deploy upgrade](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-deploy-commands/upgrade.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [memsql-optimize](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-optimize.md)                                 | Optimize theclusterfor maximum performance.         | [sdb-admin optimize](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/optimize.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [memsql-enable-high-availability](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-enable-high-availability.md) | Enable high availability for the memsqlcluster.     | [sdb-admin enable-high-availability](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/enable-high-availability.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| [memsql-path](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-path.md)                                         | Get the directory where a given node is installed.  | [sdb-admin describe-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/describe-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [memsql-delete](https://docs.singlestore.com/db/v7.3/reference/memsql-ops-cli-reference/node-and-cluster-management/memsql-delete.md)                                     | Delete a node and all of its data.                  | [sdb-admin delete-node](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/sdb-admin-commands/delete-node.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |

***

Modified at: October 31, 2023

Source: [/db/v7.3/reference/singlestore-tools-reference/memsql-ops-command-mappings/singlestore-node-management/](https://docs.singlestore.com/db/v7.3/reference/singlestore-tools-reference/memsql-ops-command-mappings/singlestore-node-management/)

(An index of the documentation is available at /llms.txt)
