DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mgm client commands

Info Catalog (mysql.info.gz) MySQL Cluster Management (mysql.info.gz) MySQL Cluster Management (mysql.info.gz) MySQL Cluster Event Reports
 
 16.5.1 Commands in the Management Client
 ----------------------------------------
 
 In addition to the central configuration file, the cluster may also be
 controlled through a command line interface. The command line interface
 is available through a separate management client process.  This is the
 main administrative interface to a running cluster.
 
 The management client has the following basic commands.  Below, `<id>'
 denotes either a database node id (e.g. 21) or the keyword `ALL' that
 indicates that the command should be applied to all database nodes in
 the cluster.
 
 `HELP'
      Prints information on all available commands.
 
 `SHOW'
      Prints information on the status of the cluster.
 
 `<id> START'
      Start a database node identified with `<id>' or all database nodes.
 
 `<id> STOP'
      Stop a database node identified with `<id>' or all database nodes.
 
 `<id> RESTART [-N] [-I]'
      Restart a database node identified with `<id>' or all database
      nodes.
 
 `<id> STATUS'
      Displays status information for database node identified with
      `<id>' (or `ALL' database nodes).
 
 `ENTER SINGLE USER MODE <id>'
      Enters single user mode where only the API with node `<id>' is
      allowed to access the database system.
 
 `EXIT SINGLE USER MODE'
      Exists single user mode allowing all APIs to access the database
      system.
 
 `QUIT'
      Terminates the management client.
 
 `SHUTDOWN'
      Shuts down all cluster nodes (except mysql servers) and exits.
 
 Commands for the event logs are given in the next section and commands
 for backup and restore are given in a separate section on these topics.
 
Info Catalog (mysql.info.gz) MySQL Cluster Management (mysql.info.gz) MySQL Cluster Management (mysql.info.gz) MySQL Cluster Event Reports
automatically generated byinfo2html