From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8833 invoked by alias); 7 Apr 2009 21:27:39 -0000 Received: (qmail 8826 invoked by alias); 7 Apr 2009 21:27:39 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion.fedora.phx.redhat.com Subject: cluster: STABLE3 - man pages: group_tool To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 71acc49eadd17dcd132df673bfb8120bb2821671 X-Git-Newrev: b0374bf72e4fb6a6e8e1a6cf8001fe3008c29de5 From: David Teigland Message-Id: <20090407212706.956EE1201DD@lists.fedorahosted.org> Date: Tue, 07 Apr 2009 21:27:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00036.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b0374bf72e4fb6a6e8e1a6cf8001fe3008c29de5 Commit: b0374bf72e4fb6a6e8e1a6cf8001fe3008c29de5 Parent: 71acc49eadd17dcd132df673bfb8120bb2821671 Author: David Teigland AuthorDate: Tue Apr 7 16:21:27 2009 -0500 Committer: David Teigland CommitterDate: Tue Apr 7 16:21:27 2009 -0500 man pages: group_tool Updates for recent changes. Signed-off-by: David Teigland --- group/man/group_tool.8 | 45 ++++++++++++++++++++++++++++++++++----------- 1 files changed, 34 insertions(+), 11 deletions(-) diff --git a/group/man/group_tool.8 b/group/man/group_tool.8 index 2665ea6..b0c623d 100644 --- a/group/man/group_tool.8 +++ b/group/man/group_tool.8 @@ -14,47 +14,70 @@ The group_tool program displays information about fence, dlm and gfs groups. .SH SUBCOMMANDS -group_tool ls -a [-n] +\fBgroup_tool ls\fP [-n] Queries individual daemons, and displays full daemon and group state. It is a shortcut for: + fence_tool ls [-n] +.br dlm_tool ls [-n] +.br gfs_control ls [-n] -group_tool ls [-v] - - Queries groupd or individual daemons, depending on groupd compat mode. - Displays limited cluster2-style output of daemon and group state. +\fBgroup_tool compat\fP -group_tool compat + Queries groupd about compatibility mode currently running: - Queries groupd about compatibility mode currently running. Any ls command - also includes this query and displays the result. Possible results: groupd not running +.br groupd compatibility mode 0 +.br groupd compatibility mode 1 +.br groupd compatibility mode 2 (pending) +.br -group_tool dump [gfs|dlm|fence|plocks] [name] +\fBgroup_tool dump\fP [gfs|dlm|fence|plocks] [name] Dumps debug info from daemons: group_tool dump gfs: dump gfs_controld debug log +.br (same as gfs_control dump) +.br group_tool dump dlm: dump dlm_controld debug log +.br (same as dlm_tool dump) +.br group_tool dump fence: dump fenced debug log +.br (same as fence_tool dump) +.br group_tool dump plocks : dump plock state +.br (same as dlm_tool plocks ) +.br group_tool dump: dump groupd debug log +.br .SH OPTIONS .TP +\fB-g \fP +Select daemons to query with ls +.br +0: query fenced, dlm_controld, gfs_controld (default) +.br +1: query groupd (for old compat mode) +.br +2: query groupd (1) when in compat mode, otherwise daemons (0) +.TP +\fB-n\fP +Show all node information (with ls -g0) +.TP \fB-v\fP -Verbose output, used with the 'ls' subcommand. +Show extra event information (with ls -g1) .TP \fB-V\fP Print the version information and exit. @@ -63,5 +86,5 @@ Print the version information and exit. Print out a help message describing available options, then exit. .SH SEE ALSO -groupd(8) +groupd(8), fence_tool(8), dlm_tool(8), gfs_control(8)