lib: Move the "expired" for gencache_parse calculation into gencache.c
[Samba.git] / ctdb / doc / ctdbd.1.xml
blob07838fe6203b7901d79b73cb9653747d5ad5097e
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.  By default
55             ctdbd will detach itself and run in the background as a
56             daemon.
57           </para>
58         </listitem>
59       </varlistentry>
61       <varlistentry>
62         <term>-?, --help</term>
63         <listitem>
64           <para>
65             Display a summary of options.
66           </para>
67         </listitem>
68       </varlistentry>
70     </variablelist>
71   </refsect1>
73   <refsect1>
74     <title>SEE ALSO</title>
75     <para>
76       <citerefentry><refentrytitle>ctdb</refentrytitle>
77       <manvolnum>1</manvolnum></citerefentry>,
79       <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
80       <manvolnum>1</manvolnum></citerefentry>,
82       <citerefentry><refentrytitle>onnode</refentrytitle>
83       <manvolnum>1</manvolnum></citerefentry>,
85       <citerefentry><refentrytitle>ctdb.conf</refentrytitle>
86       <manvolnum>5</manvolnum></citerefentry>,
88       <citerefentry><refentrytitle>ctdb</refentrytitle>
89       <manvolnum>7</manvolnum></citerefentry>,
91       <citerefentry><refentrytitle>ctdb-tunables</refentrytitle>
92       <manvolnum>7</manvolnum></citerefentry>,
94       <ulink url="http://ctdb.samba.org/"/>
95     </para>
96   </refsect1>
98   <refentryinfo>
99     <author>
100       <contrib>
101         This documentation was written by
102         Ronnie Sahlberg,
103         Amitay Isaacs,
104         Martin Schwenke
105       </contrib>
106     </author>
108     <copyright>
109       <year>2007</year>
110       <holder>Andrew Tridgell</holder>
111       <holder>Ronnie Sahlberg</holder>
112     </copyright>
113     <legalnotice>
114       <para>
115         This program is free software; you can redistribute it and/or
116         modify it under the terms of the GNU General Public License as
117         published by the Free Software Foundation; either version 3 of
118         the License, or (at your option) any later version.
119       </para>
120       <para>
121         This program is distributed in the hope that it will be
122         useful, but WITHOUT ANY WARRANTY; without even the implied
123         warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
124         PURPOSE.  See the GNU General Public License for more details.
125       </para>
126       <para>
127         You should have received a copy of the GNU General Public
128         License along with this program; if not, see
129         <ulink url="http://www.gnu.org/licenses"/>.
130       </para>
131     </legalnotice>
132   </refentryinfo>
134 </refentry>