Revert "VERSION: Bump version up to 4.10.0rc1..."
[Samba.git] / ctdb / doc / ctdbd.1.xml
blob41521ba1d58e0c0953137cb105335cf0f447d23e
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">
6 <refentry id="ctdbd.1">
8   <refmeta>
9     <refentrytitle>ctdbd</refentrytitle>
10     <manvolnum>1</manvolnum>
11     <refmiscinfo class="source">ctdb</refmiscinfo>
12     <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
13   </refmeta>
15   <refnamediv>
16     <refname>ctdbd</refname>
17     <refpurpose>The CTDB cluster daemon</refpurpose>
18   </refnamediv>
20   <refsynopsisdiv>
21     <cmdsynopsis>
22       <command>ctdbd</command>
23       <arg rep="repeat"><replaceable>OPTION</replaceable></arg>
24     </cmdsynopsis>
25   </refsynopsisdiv>
27   <refsect1>
28     <title>DESCRIPTION</title>
29     <para>
30       ctdbd is the main CTDB daemon.
31     </para>
33     <para>
34       Note that ctdbd is not usually invoked directly.  It is invoked
35       via <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
36       <manvolnum>1</manvolnum></citerefentry> or via the initscript.
37     </para>
39     <para>
40       See <citerefentry><refentrytitle>ctdb</refentrytitle>
41       <manvolnum>7</manvolnum></citerefentry> for an overview of CTDB.
42     </para>
43   </refsect1>
45   <refsect1>
46     <title>GENERAL OPTIONS</title>
48     <variablelist>
49       <varlistentry>
50         <term>-i, --interactive</term>
51         <listitem>
52           <para>
53             Enable interactive mode.  This will make ctdbd run in the
54             foreground and not detach from the terminal.  In this mode
55             ctdbd will log to stderr.
56           </para>
57           <para>
58             By default ctdbd will detach itself and run in the
59             background as a daemon, logging to the configured
60             destination.
61           </para>
62         </listitem>
63       </varlistentry>
65       <varlistentry>
66         <term>-?, --help</term>
67         <listitem>
68           <para>
69             Display a summary of options.
70           </para>
71         </listitem>
72       </varlistentry>
74     </variablelist>
75   </refsect1>
77   <refsect1>
78     <title>SEE ALSO</title>
79     <para>
80       <citerefentry><refentrytitle>ctdb</refentrytitle>
81       <manvolnum>1</manvolnum></citerefentry>,
83       <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
84       <manvolnum>1</manvolnum></citerefentry>,
86       <citerefentry><refentrytitle>onnode</refentrytitle>
87       <manvolnum>1</manvolnum></citerefentry>,
89       <citerefentry><refentrytitle>ctdb.conf</refentrytitle>
90       <manvolnum>5</manvolnum></citerefentry>,
92       <citerefentry><refentrytitle>ctdb</refentrytitle>
93       <manvolnum>7</manvolnum></citerefentry>,
95       <citerefentry><refentrytitle>ctdb-tunables</refentrytitle>
96       <manvolnum>7</manvolnum></citerefentry>,
98       <ulink url="http://ctdb.samba.org/"/>
99     </para>
100   </refsect1>
102   <refentryinfo>
103     <author>
104       <contrib>
105         This documentation was written by
106         Ronnie Sahlberg,
107         Amitay Isaacs,
108         Martin Schwenke
109       </contrib>
110     </author>
112     <copyright>
113       <year>2007</year>
114       <holder>Andrew Tridgell</holder>
115       <holder>Ronnie Sahlberg</holder>
116     </copyright>
117     <legalnotice>
118       <para>
119         This program is free software; you can redistribute it and/or
120         modify it under the terms of the GNU General Public License as
121         published by the Free Software Foundation; either version 3 of
122         the License, or (at your option) any later version.
123       </para>
124       <para>
125         This program is distributed in the hope that it will be
126         useful, but WITHOUT ANY WARRANTY; without even the implied
127         warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
128         PURPOSE.  See the GNU General Public License for more details.
129       </para>
130       <para>
131         You should have received a copy of the GNU General Public
132         License along with this program; if not, see
133         <ulink url="http://www.gnu.org/licenses"/>.
134       </para>
135     </legalnotice>
136   </refentryinfo>
138 </refentry>