mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / man / ndb_print_sys_file.1
blob79ff179ab625236d9f0d12e80a8881f987237623
1 '\" t
2 .\"     Title: \fBndb_print_sys_file\fR
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5 .\"      Date: 11/04/2013
6 .\"    Manual: MySQL Database System
7 .\"    Source: MySQL 5.1
8 .\"  Language: English
9 .\"
10 .TH "\FBNDB_PRINT_SYS_FIL" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .\" ndb_print_sys_file
31 .SH "NAME"
32 ndb_print_sys_file \- print NDB system file contents
33 .SH "SYNOPSIS"
34 .HP \w'\fBndb_print_sys_file\ \fR\fB\fIfile_name\fR\fR\ 'u
35 \fBndb_print_sys_file \fR\fB\fIfile_name\fR\fR
36 .SH "DESCRIPTION"
37 .PP
38 \fBndb_print_sys_file\fR
39 obtains diagnostic information from a MySQL Cluster system file\&.
40         Usage
41 .sp
42 .if n \{\
43 .RS 4
44 .\}
45 .nf
46 ndb_print_sys_file \fIfile_name\fR
47 .fi
48 .if n \{\
49 .RE
50 .\}
51 .PP
52 \fIfile_name\fR
53 is the name of a cluster system file (sysfile)\&. Cluster system files are located in a data node\*(Aqs data directory (DataDir); the path under this directory to system files matches the pattern
54 ndb_\fI#\fR_fs/D\fI#\fR/DBDIH/P\fI#\fR\&.sysfile\&. In each case, the
55 \fI#\fR
56 represents a number (not necessarily the same number)\&. For more information, see
57 \m[blue]\fBMySQL Cluster Data Node FileSystemDir Files\fR\m[]\&\s-2\u[1]\d\s+2\&.
58 .PP
59 Like
60 \fBndb_print_backup_file\fR
61 and
62 \fBndb_print_schema_file\fR
63 (and unlike most of the other
64 NDB
65 utilities that are intended to be run on a management server host or to connect to a management server)
66 \fBndb_print_backup_file\fR
67 must be run on a cluster data node, since it accesses the data node file system directly\&. Because it does not make use of the management server, this utility can be used when the management server is not running, and even when the cluster has been completely shut down\&.
68         Additional Options
69 .PP
70 None\&.
71 .SH "COPYRIGHT"
72 .br
73 .PP
74 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
75 .PP
76 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
77 .PP
78 This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
79 .PP
80 You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
81 .sp
82 .SH "NOTES"
83 .IP " 1." 4
84 MySQL Cluster Data Node FileSystemDir Files
85 .RS 4
86 \%http://dev.mysql.com/doc/ndbapi/en/ndb-internals-ndbd-filesystemdir-files.html
87 .RE
88 .SH "SEE ALSO"
89 For more information, please refer to the MySQL Reference Manual,
90 which may already be installed locally and which is also available
91 online at http://dev.mysql.com/doc/.
92 .SH AUTHOR
93 Oracle Corporation (http://dev.mysql.com/).