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