~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to man/ndb_mgmd.8

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBndb_mgmd\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 03/02/2012
 
5
.\"      Date: 04/19/2012
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.5
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_MGMD\FR" "8" "03/02/2012" "MySQL 5\&.5" "MySQL Database System"
 
10
.TH "\FBNDB_MGMD\FR" "8" "04/19/2012" "MySQL 5\&.5" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
38
38
.PP
39
39
The following table includes options that are specific to the MySQL Cluster management server program
40
40
\fBndb_mgmd\fR\&. Additional descriptions follow the table\&. For options common to all MySQL Cluster programs, see
41
 
Section\ \&16.4.2, \(lqOptions Common to MySQL Cluster Programs\(rq\&.
 
41
Section\ \&17.4.2, \(lqOptions Common to MySQL Cluster Programs\(rq\&.
42
42
.sp
43
43
.RS 4
44
44
.ie n \{\
191
191
ON), can be used to disable the management server\'s configuration cache, so that it reads its configuration from
192
192
config\&.ini
193
193
every time it starts (see
194
 
Section\ \&16.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. You can do this by starting the
 
194
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. You can do this by starting the
195
195
\fBndb_mgmd\fR
196
196
process with any one of the following options:
197
197
.sp
293
293
or
294
294
\fB\-\-skip\-config\-cache\fR
295
295
option that was used previously to disable the configuration cache\&.
 
296
.sp
 
297
Beginning with MySQL Cluster NDB 7\&.2\&.5,
 
298
\fBndb_mgmd\fR
 
299
no longer checks for the configuration directory (\fB\-\-configdir\fR) or attempts to create one when
 
300
\fB\-\-skip\-config\-cache\fR
 
301
is used\&. (Bug #13428853)
296
302
.RE
297
303
.sp
298
304
.RS 4
362
368
\fBndb_mgmd\fR
363
369
was started with
364
370
\fB\-\-config\-cache=OFF\fR\&. See
365
 
Section\ \&16.3.2, \(lqMySQL Cluster Configuration Files\(rq, for more information\&.
 
371
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq, for more information\&.
366
372
.RE
367
373
.sp
368
374
.RS 4
547
553
.TE
548
554
.sp 1
549
555
Configuration data is cached internally, rather than being read from the cluster global configuration file each time the management server is started (see
550
 
Section\ \&16.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. Using the
 
556
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. Using the
551
557
\fB\-\-initial\fR
552
558
option overrides this behavior, by forcing the management server to delete any existing cache files, and then to re\-read the configuration data from the cluster configuration file and to build a new cache\&.
553
559
.sp
570
576
ignores
571
577
\fB\-\-initial\fR
572
578
unless it is the only management server running\&. This behavior also has implications when performing a rolling restart of a MySQL Cluster with multiple management nodes\&. See
573
 
Section\ \&16.5.4, \(lqPerforming a Rolling Restart of a MySQL Cluster\(rq, for more information\&.
 
579
Section\ \&17.5.4, \(lqPerforming a Rolling Restart of a MySQL Cluster\(rq, for more information\&.
574
580
.RE
575
581
.sp
576
582
.RS 4
770
776
.TE
771
777
.sp 1
772
778
In MySQL Cluster NDB 7\&.2, configuration data is stored internally rather than being read from the cluster global configuration file each time the management server is started (see
773
 
Section\ \&16.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. Using this option forces the management server to check its internal data store against the cluster configuration file and to reload the configuration if it finds that the configuration file does not match the cache\&. Existing configuration cache files are preserved, but not used\&.
 
779
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. Using this option forces the management server to check its internal data store against the cluster configuration file and to reload the configuration if it finds that the configuration file does not match the cache\&. Existing configuration cache files are preserved, but not used\&.
774
780
.sp
775
781
This differs in two ways from the
776
782
\fB\-\-initial\fR
789
795
ignores
790
796
\fB\-\-reload\fR
791
797
unless it is the only management server running\&. This behavior also has implications when performing a rolling restart of a MySQL Cluster with multiple management nodes\&. See
792
 
Section\ \&16.5.4, \(lqPerforming a Rolling Restart of a MySQL Cluster\(rq, for more information\&.
 
798
Section\ \&17.5.4, \(lqPerforming a Rolling Restart of a MySQL Cluster\(rq, for more information\&.
793
799
.RE
794
800
.sp
795
801
.RS 4
914
920
The same is true with regard to the connectstring used with any
915
921
\fBmysqld\fR
916
922
processes that you wish to start as MySQL Cluster SQL nodes connected to this cluster\&. See
917
 
Section\ \&16.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, for more information\&.
 
923
Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, for more information\&.
918
924
.sp
919
925
When used with
920
926
\fBndb_mgmd\fR, this option affects the behavior of the management node with regard to other management nodes only\&. Do not confuse it with the
948
954
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\&.
949
955
.PP
950
956
See
951
 
Section\ \&16.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, for information about using connectstrings\&.
 
957
Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, for information about using connectstrings\&.
952
958
\fBndb_mgmd\fR(8), describes other options for
953
959
\fBndb_mgmd\fR\&.
954
960
.PP
975
981
.\" config.ini (MySQL Cluster)
976
982
config\&.ini
977
983
is the configuration file for the cluster as a whole\&. This file is created by the user and read by the management server\&.
978
 
Section\ \&16.3, \(lqMySQL Cluster Configuration\(rq, discusses how to set up this file\&.
 
984
Section\ \&17.3, \(lqMySQL Cluster Configuration\(rq, discusses how to set up this file\&.
979
985
.RE
980
986
.sp
981
987
.RS 4
988
994
.\}
989
995
ndb_\fInode_id\fR_cluster\&.log
990
996
is the cluster events log file\&. Examples of such events include checkpoint startup and completion, node startup events, node failures, and levels of memory usage\&. A complete listing of cluster events with descriptions may be found in
991
 
Section\ \&16.5, \(lqManagement of MySQL Cluster\(rq\&.
 
997
Section\ \&17.5, \(lqManagement of MySQL Cluster\(rq\&.
992
998
.sp
993
999
When the size of the cluster log reaches one million bytes, the file is renamed to
994
1000
ndb_\fInode_id\fR_cluster\&.log\&.\fIseq_id\fR, where