ctdb: Drop configuration file ctdbd.conf
[samba.git] / ctdb / doc / ctdbd_wrapper.1.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry
3         PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4         "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
5
6 <refentry id="ctdbd_wrapper.1">
7
8   <refmeta>
9     <refentrytitle>ctdbd_wrapper</refentrytitle>
10     <manvolnum>1</manvolnum>
11     <refmiscinfo class="source">ctdb</refmiscinfo>
12     <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
13   </refmeta>
14
15   <refnamediv>
16     <refname>ctdbd_wrapper</refname>
17     <refpurpose>Wrapper for ctdbd</refpurpose>
18   </refnamediv>
19
20   <refsynopsisdiv>
21     <cmdsynopsis>
22       <command>ctdbd_wrapper</command>
23       <arg choice="req"><replaceable>PIDFILE</replaceable></arg>
24       <group choice="req">
25         <arg choice="plain">start</arg>
26         <arg choice="plain">stop</arg>
27       </group>
28     </cmdsynopsis>
29   </refsynopsisdiv>
30
31   <refsect1>
32     <title>DESCRIPTION</title>
33     <para>
34       ctdbd_wrapper is used to start or stop the main CTDB daemon.
35     </para>
36
37     <para>
38       <replaceable>PIDFILE</replaceable> specifies the location of the
39       file containing the PID of the main CTDB daemon.
40     </para>
41
42     <para>
43       See <citerefentry><refentrytitle>ctdb</refentrytitle>
44       <manvolnum>7</manvolnum></citerefentry> for an overview of CTDB.
45     </para>
46   </refsect1>
47
48   <refsect1>
49     <title>SEE ALSO</title>
50     <para>
51       <citerefentry><refentrytitle>ctdbd</refentrytitle>
52       <manvolnum>1</manvolnum></citerefentry>,
53
54       <citerefentry><refentrytitle>ctdb.sysconfig</refentrytitle>
55       <manvolnum>5</manvolnum></citerefentry>,
56
57       <citerefentry><refentrytitle>ctdb</refentrytitle>
58       <manvolnum>7</manvolnum></citerefentry>,
59
60       <ulink url="http://ctdb.samba.org/"/>
61     </para>
62   </refsect1>
63
64   <refentryinfo>
65     <author>
66       <contrib>
67         This documentation was written by
68         Amitay Isaacs,
69         Martin Schwenke
70       </contrib>
71     </author>
72
73     <copyright>
74       <year>2007</year>
75       <holder>Andrew Tridgell</holder>
76       <holder>Ronnie Sahlberg</holder>
77     </copyright>
78     <legalnotice>
79       <para>
80         This program is free software; you can redistribute it and/or
81         modify it under the terms of the GNU General Public License as
82         published by the Free Software Foundation; either version 3 of
83         the License, or (at your option) any later version.
84       </para>
85       <para>
86         This program is distributed in the hope that it will be
87         useful, but WITHOUT ANY WARRANTY; without even the implied
88         warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
89         PURPOSE.  See the GNU General Public License for more details.
90       </para>
91       <para>
92         You should have received a copy of the GNU General Public
93         License along with this program; if not, see
94         <ulink url="http://www.gnu.org/licenses"/>.
95       </para>
96     </legalnotice>
97   </refentryinfo>
98
99 </refentry>