NAME
ndb_error_reporter - NDB error-reporting utility
SYNOPSIS
ndb_error_reporter options
DESCRIPTION
ndb_error_reporter 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. It is highly recommended that you make use of this
utility when filing reports of bugs in MySQL Cluster.
Usage:
ndb_error_reporter path/to/config-file [username] [--fs]
This utility is intended for use on a management node host, and
requires the path to the management host configuration file
(config.ini). Optionally, you can supply the name of a user that is
able to access the cluster´s data nodes via SSH, in order to copy the
data node log files. ndb_error_reporter 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_YYYYMMDDHHMMSS.tar.bz2,
where YYYYMMDDHHMMSS is a datetime string.
If the --fs is used, then the data node file systems are also copied to
the management host and included in the archive that is produced by
this script. As data node file systems can be extremely large even
after being compressed, we ask that you please do not send archives
created using this option to Sun Microsystems, Inc. unless you are
specifically requested to do so.
+--------------------+-------------------+
|Command Line Format | --fs |
+--------------------+-------------------+
| | Permitted Values |
| +---------+---------+
| | Type | boolean |
| +---------+---------+
| | Default | FALSE |
+--------------------+---------+---------+
COPYRIGHT
Copyright 2007-2008 MySQL AB, 2009 Sun Microsystems, Inc.
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.
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.
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/.
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/.
AUTHOR
Sun Microsystems, Inc. (http://www.mysql.com/).