Outdated Version

You are viewing an older version of this section. View current production version.

CLUSTER-MANUAL-CONTROL

MemSQL Ops has been deprecated

Please follow this guide to learn how to migrate to SingleStore tools.

Info

MemSQL Helios does not support this command.

Enable or disable MemSQL manual control of the cluster. By default, manual control is disabled. This option should not be enabled in production, but can be used for internal database testing.

Usage

usage: memsql-ops cluster-manual-control [--settings-file SETTINGS_FILE]
                                         (--enable | --disable)

Enable or disable MemSQL Ops manual control of the cluster.

optional arguments:
  --settings-file SETTINGS_FILE
                        A path to a MemSQL Ops settings.conf file. If not set,
                        we will use the file in the same directory as the
                        MemSQL Ops binary.
  --enable              This option enables manual control of the cluster.
                        This will cause MemSQL Ops to no longer automatically
                        start MemSQL nodes, add leaf nodes to the master
                        aggregator, etc.
  --disable             This option disables manual control of the cluster.