2023-07-25 11:42:32 +10:00
<?xml version="1.0" encoding="UTF-8"?>
2013-07-26 15:09:24 +10:00
< !DOCTYPE refentry
2013-09-23 16:26:16 +10:00
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
2007-06-10 10:45:52 +10:00
2013-09-23 16:26:16 +10:00
<refentry id= "ctdbd.1" >
2007-06-10 10:45:52 +10:00
2013-09-23 16:26:16 +10: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 10:45:52 +10:00
2013-09-23 16:26:16 +10:00
<refsect1 >
<title > DESCRIPTION</title>
2007-06-10 10:45:52 +10:00
<para >
2013-09-23 16:26:16 +10:00
ctdbd is the main CTDB daemon.
2007-06-10 10:45:52 +10:00
</para>
2013-09-23 16:26:16 +10:00
2007-06-10 10:45:52 +10:00
<para >
2013-09-23 16:26:16 +10:00
See <citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> for an overview of CTDB.
2007-06-10 10:45:52 +10:00
</para>
</refsect1>
<refsect1 >
2013-09-23 16:26:16 +10:00
<title > GENERAL OPTIONS</title>
2007-06-10 10:45:52 +10:00
<variablelist >
2018-04-05 16:11:48 +10:00
<varlistentry >
<term > -i, --interactive</term>
<listitem >
<para >
Enable interactive mode. This will make ctdbd run in the
2018-10-18 17:50:09 +11: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 16:11:48 +10:00
</para>
</listitem>
</varlistentry>
2013-09-23 16:26:16 +10:00
<varlistentry >
<term > -?, --help</term>
<listitem >
<para >
Display a summary of options.
</para>
</listitem>
2008-01-07 14:31:13 +11:00
</varlistentry>
2007-06-10 10:45:52 +10:00
</variablelist>
</refsect1>
2008-03-04 13:06:46 +11:00
<refsect1 >
2013-09-23 16:26:16 +10:00
<title > SEE ALSO</title>
2008-03-04 13:06:46 +11:00
<para >
2013-09-23 16:26:16 +10:00
<citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 1</manvolnum> </citerefentry> ,
2008-03-04 13:06:46 +11:00
2013-09-23 16:26:16 +10:00
<citerefentry > <refentrytitle > onnode</refentrytitle>
<manvolnum > 1</manvolnum> </citerefentry> ,
2009-03-25 13:46:41 +11:00
2018-04-21 18:12:53 +10:00
<citerefentry > <refentrytitle > ctdb.conf</refentrytitle>
<manvolnum > 5</manvolnum> </citerefentry> ,
2013-09-23 16:26:16 +10:00
<citerefentry > <refentrytitle > ctdb</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> ,
2009-12-04 08:33:56 +11:00
2013-09-23 16:26:16 +10:00
<citerefentry > <refentrytitle > ctdb-tunables</refentrytitle>
<manvolnum > 7</manvolnum> </citerefentry> ,
2009-12-04 08:33:56 +11:00
2013-09-23 16:26:16 +10:00
<ulink url= "http://ctdb.samba.org/" />
2009-12-04 08:33:56 +11:00
</para>
2009-03-18 10:05:00 +11:00
</refsect1>
2013-09-23 16:26:16 +10: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 14:31:31 +11:00
<para >
2013-09-23 16:26:16 +10: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 14:31:31 +11:00
</para>
<para >
2013-09-23 16:26:16 +10: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 14:31:31 +11:00
</para>
<para >
2013-09-23 16:26:16 +10: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 14:31:31 +11:00
</para>
2013-09-23 16:26:16 +10:00
</legalnotice>
</refentryinfo>
2012-03-23 14:31:31 +11:00
2007-06-10 10:45:52 +10:00
</refentry>