DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) ndb-mgm-process

Info Catalog (mysql.info) ndb-mgmd-process (mysql.info) mysql-cluster-process-management (mysql.info) mysql-cluster-command-options
 
 15.5.4 `ndb_mgm', the Management Client Process
 -----------------------------------------------
 
 The management client process is actually not needed to run the
 cluster. Its value lies in providing a set of commands for checking the
 cluster's status, starting backups, and performing other administrative
 functions. The management client accesses the management server using a
 C API. Advanced users can also employ this API for programming
 dedicated management processes to perform tasks similar to those
 performed by `ndb_mgm'.
 
 To start the management client, it is necessary to supply the hostname
 and port number of the management server:
 
      shell> ndb_mgm [HOST_NAME [PORT_NUM]]
 
 For example:
 
      shell> ndb_mgm ndb_mgmd.mysql.com 1186
 
 The default hostname and port number are `localhost' and 1186,
 respectively.
 
 Additional information about using `ndb_mgm' can be found in 
 ndb-mgm-command-options, and  mgm-client-commands.
 
Info Catalog (mysql.info) ndb-mgmd-process (mysql.info) mysql-cluster-process-management (mysql.info) mysql-cluster-command-options
automatically generated byinfo2html