~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/ndb_error_reporter.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBndb_error_reporter\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: 07/06/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_ERROR_REPORTE" "1" "07/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBNDB_ERROR_REPORTE" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
30
30
\fBndb_error_reporter\fR
31
31
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\&.
32
32
\fIIt is highly recommended that you make use of this utility when filing reports of bugs in MySQL Cluster\fR\&.
33
 
.PP
34
 
\fBUsage\fR:
 
33
          Usage
35
34
.sp
36
35
.if n \{\
37
36
.RS 4
43
42
.RE
44
43
.\}
45
44
.PP
46
 
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
 
45
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 using SSH, 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
47
46
ndb_error_report_\fIYYYYMMDDHHMMSS\fR\&.tar\&.bz2, where
48
47
\fIYYYYMMDDHHMMSS\fR
49
48
is a datetime string\&.
84
83
.SH "COPYRIGHT"
85
84
.br
86
85
.PP
87
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
86
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
88
87
.PP
89
88
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.
90
89
.PP