Spec-Zone .ru
спецификации, руководства, описания, API

17.4.4. ndb_mgmd — The MySQL Cluster Management Server Daemon

The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. It also maintains a log of cluster activities. Management clients can connect to the management server and check the cluster's status.

The following table includes options that are specific to the MySQL Cluster management server program ndb_mgmd. Additional descriptions follow the table. For options common to most MySQL Cluster programs (including ndb_mgmd), see Section 17.4.25, "Options Common to MySQL Cluster Programs — Options Common to MySQL Cluster Programs".

Table 17.12. ndb_mgmd Options and Variables: MySQL Cluster NDB 7.3

Format Description Added / Removed

--config-file=file,

-f,

-c

Specify the cluster configuration file; in NDB-6.4.0 and later, needs --reload or --initial to override configuration cache if present

All MySQL 5.6 based releases

--configdir=directory

Specify the cluster management server's configuration cache directory

All MySQL 5.6 based releases

--bind-address=ip_address

Local bind address

All MySQL 5.6 based releases

--print-full-config,

-P

Print full configuration and exit

All MySQL 5.6 based releases

--daemon,

-d

Run ndb_mgmd in daemon mode (default)

All MySQL 5.6 based releases

--nodaemon

Do not run ndb_mgmd as a daemon

All MySQL 5.6 based releases

--interactive

Run ndb_mgmd in interactive mode (not officially supported in production; for testing purposes only)

All MySQL 5.6 based releases

--log-name=name

A name to use when writing messages applying to this node in the cluster log.

All MySQL 5.6 based releases

--no-nodeid-checks

Do not provide any node id checks

All MySQL 5.6 based releases

--mycnf

Read cluster configuration data from the my.cnf file

All MySQL 5.6 based releases

--reload

Causes the management server to compare the configuration file with its configuration cache

All MySQL 5.6 based releases

--initial

Causes the management server reload its configuration data from the configuration file, bypassing the configuration cache

All MySQL 5.6 based releases

--nowait-nodes=list

Do not wait for these management nodes when starting this management server. Also requires --ndb-nodeid to be used.

All MySQL 5.6 based releases

--config-cache=value

Enable the management server configuration cache; ON by default.

All MySQL 5.6 based releases

--install[=name]

Used to install the management server process as a Windows service. Does not apply on non-Windows platforms.

All MySQL 5.6 based releases

--remove[=name]

Used to remove a management server process that was previously installed as a Windows service, optionally specifying the name of the service to be removed. Does not apply on non-Windows platforms.

All MySQL 5.6 based releases


It is not strictly necessary to specify a connectstring when starting the management server. However, if you are using more than one management server, a connectstring should be provided and each node in the cluster should specify its node ID explicitly.

See Section 17.3.2.3, "The MySQL Cluster Connectstring", for information about using connectstrings. Section 17.4.4, "ndb_mgmd — The MySQL Cluster Management Server Daemon", describes other options for ndb_mgmd.

The following files are created or used by ndb_mgmd in its starting directory, and are placed in the DataDir as specified in the config.ini configuration file. In the list that follows, node_id is the unique node identifier.