1CTDBD(1) CTDB - clustered TDB database CTDBD(1)
2
3
4
6 ctdbd - The CTDB cluster daemon
7
9 ctdbd [OPTION...]
10
12 ctdbd is the main CTDB daemon.
13
14 Note that ctdbd is not usually invoked directly. It is invoked via
15 ctdbd_wrapper(1) or via the initscript.
16
17 See ctdb(7) for an overview of CTDB.
18
20 -i, --interactive
21 Enable interactive mode. This will make ctdbd run in the foreground
22 and not detach from the terminal. In this mode ctdbd will log to
23 stderr.
24
25 By default ctdbd will detach itself and run in the background as a
26 daemon, logging to the configured destination.
27
28 -?, --help
29 Display a summary of options.
30
32 ctdb(1), ctdbd_wrapper(1), onnode(1), ctdb.conf(5), ctdb(7), ctdb-
33 tunables(7), http://ctdb.samba.org/
34
36 This documentation was written by Ronnie Sahlberg, Amitay Isaacs,
37 Martin Schwenke
38
40 Copyright © 2007 Andrew Tridgell, Ronnie Sahlberg
41
42 This program is free software; you can redistribute it and/or modify it
43 under the terms of the GNU General Public License as published by the
44 Free Software Foundation; either version 3 of the License, or (at your
45 option) any later version.
46
47 This program is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this program; if not, see http://www.gnu.org/licenses.
54
55
56
57
58ctdb 04/28/2020 CTDBD(1)