From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 17 Aug 2007 16:03:55 -0000 Subject: [Cluster-devel] cluster/dlm/man dlm_tool.8 Message-ID: <20070817160355.13515.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland at sourceware.org 2007-08-17 16:03:54 Added files: dlm/man : dlm_tool.8 Log message: add man page Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/man/dlm_tool.8.diff?cvsroot=cluster&r1=NONE&r2=1.1 /cvs/cluster/cluster/dlm/man/dlm_tool.8,v --> standard output revision 1.1 --- cluster/dlm/man/dlm_tool.8 +++ - 2007-08-17 16:03:55.411308000 +0000 @@ -0,0 +1,45 @@ +.\" Copyright (C) 2007 Red Hat, Inc. All rights reserved. +.\" +.\" This copyrighted material is made available to anyone wishing to use, +.\" modify, copy, or redistribute it subject to the terms and conditions +.\" of the GNU General Public License v.2. + +.TH dlm_tool 8 + +.SH NAME +dlm_tool - A program to join and leave lockspaces and display dlm information + +.SH SYNOPSIS +.B +dlm_tool +[\fIOPTIONS\fR] +<\fBjoin | leave | lockdump | deadlock_check\fP> +<\fBname\fP> + +.SH DESCRIPTION + +\fBdlm_tool\fP is a program used to join or leave dlm lockspaces, dump +dlm lock state, and initiate deadlock detection cycles. The name of a +lockspace follows the subcommand. + +.SH OPTIONS +.TP +\fB-m\fP +The permission mode (in octal) of the lockspace device created by join; +default 0600. +.TP +\fB-M\fP +Dump MSTCPY locks in addition to locks held by local processes. +.TP +\fB-d\fP +Resource directory enabled (1) or disabled (0) during join; default 0. +.TP +\fB-h\fP +Help. Print out the usage syntax. +.TP +\fB-V\fP +Print version information. + +.SH SEE ALSO +libdlm(3) +