~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to man/ndb_mgmd.8

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

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: 05/06/2010
 
5
.\"      Date: 06/03/2010
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_MGMD\FR" "8" "05/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBNDB_MGMD\FR" "8" "06/03/2010" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
52
52
\fB\-\-bind\-address=\fR\fB\fIhost\fR\fR\fB[:\fR\fB\fIport\fR\fR\fB]\fR
53
53
.TS
54
54
allbox tab(:);
55
 
l l s
56
 
l l s
57
 
l l s
58
 
^ l l
59
 
^ l l.
 
55
l l s s
 
56
l l s s
 
57
l l s s
 
58
^ l l s
 
59
^ l l s.
60
60
T{
61
61
\fBVersion Introduced\fR
62
62
T}:T{
106
106
\fB\-\-configdir=\fR\fB\fIdirectory\fR\fR
107
107
.TS
108
108
allbox tab(:);
109
 
l l s
110
 
l l s
111
 
l l s
112
 
^ l l
113
 
^ l l.
 
109
l l s s
 
110
l l s s
 
111
l l s s
 
112
^ l l s
 
113
^ l l s.
114
114
T{
115
115
\fBVersion Introduced\fR
116
116
T}:T{
143
143
\fIdirectory\fR
144
144
indicated\&. By default, this is a directory named
145
145
mysql\-cluster
146
 
in the MySQL installation directory \(em for example, if you compile and install MySQL Cluster on a Unix system using the default location, this is
 
146
in the MySQL installation directory\(emfor example, if you compile and install MySQL Cluster on a Unix system using the default location, this is
147
147
/usr/local/mysql\-cluster\&.
148
148
.sp
149
149
This behavior can be overridden using the
151
151
or
152
152
\fB\-\-reload\fR
153
153
option for
154
 
\fBndb_mgmd\fR\&. Each of these options is described elsewhere in this section\&.
 
154
\fBndb_mgmd\fR\&. Beginning with MySQL Cluster NDB 7\&.0\&.15 and MySQL Cluster NDB 7\&.1\&.4, it can also be overridden using the
 
155
\fB\-\-config\-cache\fR
 
156
option\&. Each of these options is described elsewhere in this section\&.
155
157
.sp
156
158
This option is available beginning with MySQL Cluster NDB 6\&.4\&.0\&.
157
159
.sp
169
171
.sp -1
170
172
.IP \(bu 2.3
171
173
.\}
 
174
.\" --config-cache option (ndb_mgmd)
 
175
This option, whose default value is
 
176
1
 
177
(or
 
178
TRUE, or
 
179
ON), can be used to disable the management server\'s configuration cache, so that it reads its configuration from
 
180
config\&.ini
 
181
every time it starts (see
 
182
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq)\&. You can do this by starting the
 
183
\fBndb_mgmd\fR
 
184
process with any one of the following options:
 
185
.sp
 
186
.RS 4
 
187
.ie n \{\
 
188
\h'-04'\(bu\h'+03'\c
 
189
.\}
 
190
.el \{\
 
191
.sp -1
 
192
.IP \(bu 2.3
 
193
.\}
 
194
\fB\-\-config\-cache=0\fR
 
195
.RE
 
196
.sp
 
197
.RS 4
 
198
.ie n \{\
 
199
\h'-04'\(bu\h'+03'\c
 
200
.\}
 
201
.el \{\
 
202
.sp -1
 
203
.IP \(bu 2.3
 
204
.\}
 
205
\fB\-\-config\-cache=FALSE\fR
 
206
.RE
 
207
.sp
 
208
.RS 4
 
209
.ie n \{\
 
210
\h'-04'\(bu\h'+03'\c
 
211
.\}
 
212
.el \{\
 
213
.sp -1
 
214
.IP \(bu 2.3
 
215
.\}
 
216
\fB\-\-config\-cache=OFF\fR
 
217
.RE
 
218
.sp
 
219
.RS 4
 
220
.ie n \{\
 
221
\h'-04'\(bu\h'+03'\c
 
222
.\}
 
223
.el \{\
 
224
.sp -1
 
225
.IP \(bu 2.3
 
226
.\}
 
227
\fB\-\-skip\-config\-cache\fR
 
228
.RE
 
229
.RS 4
 
230
To re\-enable the configuration cache, simply restart the management server, without the
 
231
\fB\-\-config\-cache\fR
 
232
option\&.
 
233
.sp
 
234
This option was added in MySQL Cluster NDB 7\&.0\&.15 and MySQL Cluster NDB 7\&.1\&.4\&.
 
235
.RE
 
236
.sp
 
237
.RS 4
 
238
.ie n \{\
 
239
\h'-04'\(bu\h'+03'\c
 
240
.\}
 
241
.el \{\
 
242
.sp -1
 
243
.IP \(bu 2.3
 
244
.\}
172
245
.\" --config-file option (ndb_mgmd)
173
246
.\" -f option (ndb_mgmd)
174
247
.\" -c option (ndb_mgmd) (OBSOLETE)
176
249
\fB\-f \fR\fB\fIfilename\fR\fR
177
250
.TS
178
251
allbox tab(:);
179
 
l l s
180
 
l l s
181
 
^ l l
182
 
^ l l.
 
252
l l s s
 
253
l l s s
 
254
^ l l s
 
255
^ l l s.
183
256
T{
184
257
\fBCommand\-Line Format\fR
185
258
T}:T{
214
287
\fB\-\-reload\fR
215
288
or
216
289
\fB\-\-initial\fR
217
 
option, or because the management server could not find any configuration cache\&. See
 
290
option, or because the management server could not find any configuration cache\&. Beginning with MySQL Cluster NDB 7\&.0\&.15 and MySQL Cluster NDB 7\&.1\&.4, this option is also read if
 
291
\fBndb_mgmd\fR
 
292
was started with
 
293
\fB\-\-config\-cache=OFF\fR\&. See
218
294
Section\ \&17.3.2, \(lqMySQL Cluster Configuration Files\(rq, for more information\&.
219
295
.RE
220
296
.sp
232
308
\fB\-d\fR
233
309
.TS
234
310
allbox tab(:);
235
 
l l s
236
 
l l s
237
 
^ l l
238
 
^ l l.
 
311
l l s s
 
312
l l s s
 
313
^ l l s
 
314
^ l l s.
239
315
T{
240
316
\fBCommand\-Line Format\fR
241
317
T}:T{
279
355
\fB\-\-initial\fR
280
356
.TS
281
357
allbox tab(:);
282
 
l l s
283
 
l l s
284
 
l l s
285
 
^ l l
286
 
^ l l.
 
358
l l s s
 
359
l l s s
 
360
l l s s
 
361
^ l l s
 
362
^ l l s.
287
363
T{
288
364
\fBVersion Introduced\fR
289
365
T}:T{
343
419
\fB\-\-log\-name=\fR\fB\fIname\fR\fR
344
420
.TS
345
421
allbox tab(:);
346
 
l l s
347
 
l l s
348
 
l l s
349
 
^ l l
350
 
^ l l.
 
422
l l s s
 
423
l l s s
 
424
l l s s
 
425
^ l l s
 
426
^ l l s.
351
427
T{
352
428
\fBVersion Introduced\fR
353
429
T}:T{
392
468
\fB\-\-nodaemon\fR
393
469
.TS
394
470
allbox tab(:);
395
 
l l s
396
 
l l s
397
 
^ l l
398
 
^ l l
399
 
l l s
400
 
^ l l
401
 
^ l l.
 
471
l l s s
 
472
l l s s
 
473
^ l l s
 
474
^ l l s
 
475
l l s s
 
476
^ l l s
 
477
^ l l s.
402
478
T{
403
479
\fBCommand\-Line Format\fR
404
480
T}:T{
459
535
\fB\-P\fR
460
536
.TS
461
537
allbox tab(:);
462
 
l l s
463
 
l l s
464
 
^ l l
465
 
^ l l.
 
538
l l s s
 
539
l l s s
 
540
^ l l s
 
541
^ l l s.
466
542
T{
467
543
\fBCommand\-Line Format\fR
468
544
T}:T{
504
580
\fB\-\-reload\fR
505
581
.TS
506
582
allbox tab(:);
507
 
l l s
508
 
l l s
509
 
l l s
510
 
^ l l
511
 
^ l l.
 
583
l l s s
 
584
l l s s
 
585
l l s s
 
586
^ l l s
 
587
^ l l s.
512
588
T{
513
589
\fBVersion Introduced\fR
514
590
T}:T{
566
642
\fB\-\-nowait\-nodes\fR
567
643
.TS
568
644
allbox tab(:);
569
 
l l s
570
 
l l s
571
 
l l s
572
 
^ l l
573
 
^ l l
574
 
^ l l.
 
645
l l s s
 
646
l l s s
 
647
l l s s
 
648
^ l l s
 
649
^ l l s
 
650
^ l l s.
575
651
T{
576
652
\fBVersion Introduced\fR
577
653
T}:T{