'\" t .\" Title: ndb_error_reporter .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 03/11/2024 .\" Manual: MySQL Database System .\" Source: MySQL 8.4 .\" Language: English .\" .TH "NDB_ERROR_REPORTER" "1" "03/11/2024" "MySQL 8\&.4" "MySQL Database System" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ndb_error_reporter \- NDB error\-reporting utility .SH "SYNOPSIS" .HP \w'\fBndb_error_reporter\ \fR\fB\fIoptions\fR\fR\ 'u \fBndb_error_reporter \fR\fB\fIoptions\fR\fR .SH "DESCRIPTION" .PP \fBndb_error_reporter\fR creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster\&. \fIIt is highly recommended that you make use of this utility when filing reports of bugs in NDB Cluster\fR\&. .PP Options that can be used with \fBndb_error_reporter\fR are shown in the following table\&. Additional descriptions follow the table\&. .PP Usage .sp .if n \{\ .RS 4 .\} .nf ndb_error_reporter \fIpath/to/config\-file\fR [\fIusername\fR] [\fIoptions\fR] .fi .if n \{\ .RE .\} .PP This utility is intended for use on a management node host, and requires the path to the management host configuration file (usually named config\&.ini)\&. Optionally, you can supply the name of a user that is able to access the cluster\*(Aqs data nodes using SSH, to copy the data node log files\&. \fBndb_error_reporter\fR then includes all of these files in archive that is created in the same directory in which it is run\&. The archive is named ndb_error_report_\fIYYYYMMDDhhmmss\fR\&.tar\&.bz2, where \fIYYYYMMDDhhmmss\fR is a datetime string\&. .PP \fBndb_error_reporter\fR also accepts the options listed here: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-connection\-timeout=\fR\fB\fItimeout\fR\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --connection-timeout=# T} T{ Type T}:T{ Integer T} T{ Default Value T}:T{ 0 T} .TE .sp 1 Wait this many seconds when trying to connect to nodes before timing out\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-dry\-scp\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --dry-scp T} .TE .sp 1 Run \fBndb_error_reporter\fR without using scp from remote hosts\&. Used for testing only\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-help\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --help T} .TE .sp 1 Display help text and exit\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-fs\fR .TS allbox tab(:); lB l. T{ Command-Line Format T}:T{ --fs T} .TE .sp 1 Copy the data node file systems to the management host and include them in the archive\&. .sp Because data node file systems can be extremely large, even after being compressed, we ask that you please do \fInot\fR send archives created using this option to Oracle unless you are specifically requested to do so\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fB\-\-skip\-nodegroup=\fR\fB\fInodegroup_id\fR\fR .TS allbox tab(:); lB l lB l lB l. T{ Command-Line Format T}:T{ --connection-timeout=# T} T{ Type T}:T{ Integer T} T{ Default Value T}:T{ 0 T} .TE .sp 1 Skip all nodes belong to the node group having the supplied node group ID\&. .RE .SH "COPYRIGHT" .br .PP Copyright \(co 1997, 2024, Oracle and/or its affiliates. .PP 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. .PP 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. .PP 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/. .sp .SH "SEE ALSO" For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. .SH AUTHOR Oracle Corporation (http://dev.mysql.com/).