2007-06-10 04:45:52 +04:00
<?xml version="1.0" encoding="iso-8859-1"?>
2013-07-26 09:09:24 +04:00
< !DOCTYPE refentry
2013-09-23 10:26:16 +04:00
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
2007-06-10 04:45:52 +04:00
2013-09-23 10:26:16 +04:00
<refentry id= "ctdbd.1" >
2007-06-10 04:45:52 +04:00
2013-09-23 10:26:16 +04:00
<refmeta >
<refentrytitle > ctdbd</refentrytitle>
<manvolnum > 1</manvolnum>
<refmiscinfo class= "source" > ctdb</refmiscinfo>
<refmiscinfo class= "manual" > CTDB - clustered TDB database</refmiscinfo>
</refmeta>
<refnamediv >
<refname > ctdbd</refname>
<refpurpose > The CTDB cluster daemon</refpurpose>
</refnamediv>
<refsynopsisdiv >
<cmdsynopsis >
<command > ctdbd</command>
<arg rep= "repeat" > <replaceable > OPTION</replaceable> </arg>
</cmdsynopsis>
</refsynopsisdiv>
2007-06-10 04:45:52 +04:00
2013-09-23 10:26:16 +04:00
<refsect1 >
<title > DESCRIPTION</title>
2007-06-10 04:45:52 +04:00
<para >
2013-09-23 10:26:16 +04:00
ctdbd is the main CTDB daemon.
2007-06-10 04:45:52 +04:00
</para>
2013-09-23 10:26:16 +04:00
2007-06-10 04:45:52 +04:00
<para >
2013-09-23 10:26:16 +04:00
See <citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> for an overview of CTDB.
2007-06-10 04:45:52 +04:00
</para>
</refsect1>
<refsect1 >
2013-09-23 10:26:16 +04:00
<title > GENERAL OPTIONS</title>
2007-06-10 04:45:52 +04:00
<variablelist >
2018-04-05 09:11:48 +03:00
<varlistentry >
<term > -i, --interactive</term>
<listitem >
<para >
Enable interactive mode. This will make ctdbd run in the
2018-10-18 09:50:09 +03:00
foreground and not detach from the terminal. In this mode
ctdbd will log to stderr.
</para>
<para >
By default ctdbd will detach itself and run in the
background as a daemon, logging to the configured
destination.
2018-04-05 09:11:48 +03:00
</para>
</listitem>
</varlistentry>
2013-09-23 10:26:16 +04:00
<varlistentry >
<term > -?, --help</term>
<listitem >
<para >
Display a summary of options.
</para>
</listitem>
2008-01-07 06:31:13 +03:00
</varlistentry>
2007-06-10 04:45:52 +04:00
</variablelist>
</refsect1>
2008-03-04 05:06:46 +03:00
<refsect1 >
2013-09-23 10:26:16 +04:00
<title > SEE ALSO</title>
2008-03-04 05:06:46 +03:00
<para >
2013-09-23 10:26:16 +04:00
<citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 1</manvolnum> </citerefentry> ,
2008-03-04 05:06:46 +03:00
2013-09-23 10:26:16 +04:00
<citerefentry > <refentrytitle > onnode</refentrytitle>
<manvolnum > 1</manvolnum> </citerefentry> ,
2009-03-25 05:46:41 +03:00
2018-04-21 11:12:53 +03:00
<citerefentry > <refentrytitle > ctdb.conf</refentrytitle>
<manvolnum > 5</manvolnum> </citerefentry> ,
2013-09-23 10:26:16 +04:00
<citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> ,
2009-12-04 00:33:56 +03:00
2013-09-23 10:26:16 +04:00
<citerefentry > <refentrytitle > ctdb-tunables</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> ,
2009-12-04 00:33:56 +03:00
2013-09-23 10:26:16 +04:00
<ulink url= "http://ctdb.samba.org/" />
2009-12-04 00:33:56 +03:00
</para>
2009-03-18 02:05:00 +03:00
</refsect1>
2013-09-23 10:26:16 +04:00
<refentryinfo >
<author >
<contrib >
This documentation was written by
Ronnie Sahlberg,
Amitay Isaacs,
Martin Schwenke
</contrib>
</author>
<copyright >
<year > 2007</year>
<holder > Andrew Tridgell</holder>
<holder > Ronnie Sahlberg</holder>
</copyright>
<legalnotice >
2012-03-23 07:31:31 +04:00
<para >
2013-09-23 10:26:16 +04:00
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of
the License, or (at your option) any later version.
2012-03-23 07:31:31 +04:00
</para>
<para >
2013-09-23 10:26:16 +04:00
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
2012-03-23 07:31:31 +04:00
</para>
<para >
2013-09-23 10:26:16 +04:00
You should have received a copy of the GNU General Public
License along with this program; if not, see
<ulink url= "http://www.gnu.org/licenses" /> .
2012-03-23 07:31:31 +04:00
</para>
2013-09-23 10:26:16 +04:00
</legalnotice>
</refentryinfo>
2012-03-23 07:31:31 +04:00
2007-06-10 04:45:52 +04:00
</refentry>