1 <?xml version="1.0" encoding="iso-8859-1"?>
3 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
10 This documentation was written by
19 <holder>Andrew Tridgell</holder>
20 <holder>Ronnie Sahlberg</holder>
24 This program is free software; you can redistribute it and/or
25 modify it under the terms of the GNU General Public License as
26 published by the Free Software Foundation; either version 3 of
27 the License, or (at your option) any later version.
30 This program is distributed in the hope that it will be
31 useful, but WITHOUT ANY WARRANTY; without even the implied
32 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
33 PURPOSE. See the GNU General Public License for more details.
36 You should have received a copy of the GNU General Public
37 License along with this program; if not, see
38 <ulink url="http://www.gnu.org/licenses"/>.
44 <refentrytitle>ctdb</refentrytitle>
45 <manvolnum>1</manvolnum>
46 <refmiscinfo class="source">ctdb</refmiscinfo>
47 <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
51 <refname>ctdb</refname>
52 <refpurpose>CTDB management utility</refpurpose>
57 <command>ctdb</command>
58 <arg rep="repeat"><replaceable>OPTION</replaceable></arg>
59 <arg choice="req"><replaceable>COMMAND</replaceable></arg>
60 <arg choice="opt"><replaceable>COMMAND-ARGS</replaceable></arg>
65 <title>DESCRIPTION</title>
67 ctdb is a utility to view and manage a CTDB cluster.
71 The following terms are used when referring to nodes in a
78 Physical Node Number. The physical node number is an
79 integer that describes the node in the cluster. The
80 first node has physical node number 0. in a cluster.
88 This is either a single PNN, a comma-separate list of PNNs
97 Commands that reference a database use the following terms:
103 This is either a database name, such as
104 <filename>locking.tdb</filename> or a database ID such
113 A space separated list of at least one
114 <parameter>DB</parameter>.
123 <title>OPTIONS</title>
126 <varlistentry><term>-n <parameter>PNN-LIST</parameter></term>
129 The nodes specified by PNN-LIST should be queried for the
130 requested information. Default is to query the daemon
131 running on the local host.
136 <varlistentry><term>-Y</term>
139 Produce output in machine readable form for easier parsing
140 by scripts. Not all commands support this option.
145 <varlistentry><term>-t <parameter>TIMEOUT</parameter></term>
148 Indicates that ctdb should wait up to TIMEOUT seconds for
149 a response to most commands sent to the CTDB daemon. The
150 default is 10 seconds.
155 <varlistentry><term>-T <parameter>TIMELIMIT</parameter></term>
158 Indicates that TIMELIMIT is the maximum run time (in
159 seconds) for the ctdb command. When TIMELIMIT is exceeded
160 the ctdb command will terminate with an error. The default
166 <varlistentry><term>-? --help</term>
169 Print some help text to the screen.
174 <varlistentry><term>--usage</term>
177 Print useage information to the screen.
182 <varlistentry><term>-d --debug=<parameter>DEBUGLEVEL</parameter></term>
185 Change the debug level for the command. Default is ERR (0).
190 <varlistentry><term>--socket=<parameter>FILENAME</parameter></term>
193 Specify that FILENAME is the name of the Unix domain
194 socket to use when connecting to the local CTDB
195 daemon. The default is
196 <filename>/tmp/ctdb.socket</filename>.
205 <title>ADMINISTRATIVE COMMANDS</title>
207 These are commands used to monitor and administer a CTDB cluster.
213 This command displays the PNN of the current node.
220 This command displays the PNN of the current node without
221 contacting the CTDB daemon. It parses the nodes file
222 directly, so can produce unexpected output if the nodes file
223 has been edited but has not been reloaded.
228 <title>status</title>
230 This command shows the current status of all CTDB nodes based
231 on information from the queried node.
235 Note: If the the queried node is INACTIVE then the status
236 might not be current.
240 <title>Node status</title>
242 This includes the number of physical nodes and the status of
243 each node. See <citerefentry><refentrytitle>ctdb</refentrytitle>
244 <manvolnum>7</manvolnum></citerefentry> for information
250 <title>Generation</title>
252 The generation id is a number that indicates the current generation
253 of a cluster instance. Each time a cluster goes through a
254 reconfiguration or a recovery its generation id will be changed.
257 This number does not have any particular meaning other than
258 to keep track of when a cluster has gone through a
259 recovery. It is a random number that represents the current
260 instance of a ctdb cluster and its databases. The CTDB
261 daemon uses this number internally to be able to tell when
262 commands to operate on the cluster and the databases was
263 issued in a different generation of the cluster, to ensure
264 that commands that operate on the databases will not survive
265 across a cluster database recovery. After a recovery, all
266 old outstanding commands will automatically become invalid.
269 Sometimes this number will be shown as "INVALID". This only means that
270 the ctdbd daemon has started but it has not yet merged with the cluster through a recovery.
271 All nodes start with generation "INVALID" and are not assigned a real
272 generation id until they have successfully been merged with a cluster
278 <title>Virtual Node Number (VNN) map</title>
280 Consists of the number of virtual nodes and mapping from
281 virtual node numbers to physical node numbers. Virtual
282 nodes host CTDB databases. Only nodes that are
283 participating in the VNN map can become lmaster or dmaster
284 for database records.
289 <title>Recovery mode</title>
291 This is the current recovery mode of the cluster. There are two possible modes:
294 NORMAL - The cluster is fully operational.
297 RECOVERY - The cluster databases have all been frozen, pausing all services while the cluster awaits a recovery process to complete. A recovery process should finish within seconds. If a cluster is stuck in the RECOVERY state this would indicate a cluster malfunction which needs to be investigated.
300 Once the recovery master detects an inconsistency, for example a node
301 becomes disconnected/connected, the recovery daemon will trigger a
302 cluster recovery process, where all databases are remerged across the
303 cluster. When this process starts, the recovery master will first
304 "freeze" all databases to prevent applications such as samba from
305 accessing the databases and it will also mark the recovery mode as
309 When the CTDB daemon starts up, it will start in RECOVERY
310 mode. Once the node has been merged into a cluster and all
311 databases have been recovered, the node mode will change into
312 NORMAL mode and the databases will be "thawed", allowing samba
313 to access the databases again.
317 <title>Recovery master</title>
319 This is the cluster node that is currently designated as the recovery master. This node is responsible of monitoring the consistency of the cluster and to perform the actual recovery process when reqired.
322 Only one node at a time can be the designated recovery master. Which
323 node is designated the recovery master is decided by an election
324 process in the recovery daemons running on each node.
329 <title>Example</title>
333 pnn:0 192.168.2.200 OK (THIS NODE)
334 pnn:1 192.168.2.201 OK
335 pnn:2 192.168.2.202 OK
336 pnn:3 192.168.2.203 OK
337 Generation:1362079228
343 Recovery mode:NORMAL (0)
350 <title>nodestatus <optional><parameter>PNN-LIST</parameter></optional></title>
352 This command is similar to the <command>status</command>
353 command. It displays the "node status" subset of output. The
354 main differences are:
360 The exit code is the bitwise-OR of the flags for each
361 specified node, while <command>ctdb status</command> exits
362 with 0 if it was able to retrieve status for all nodes.
368 <command>ctdb status</command> provides status information
369 for all nodes. <command>ctdb nodestatus</command>
370 defaults to providing status for only the current node.
371 If PNN-LIST is provided then status is given for
372 the indicated node(s).
376 By default, <command>ctdb nodestatus</command> gathers
377 status from the local node. However, if invoked with "-n
378 all" (or similar) then status is gathered from the given
379 node(s). In particular <command>ctdb nodestatus
380 all</command> and <command>ctdb nodestatus -n
381 all</command> will produce different output. It is
382 possible to provide 2 different nodespecs (with and
383 without "-n") but the output is usually confusing!
389 A common invocation in scripts is <command>ctdb nodestatus
390 all</command> to check whether all nodes in a cluster are
395 <title>Example</title>
398 pnn:0 10.0.0.30 OK (THIS NODE)
400 # ctdb nodestatus all
402 pnn:0 10.0.0.30 OK (THIS NODE)
409 <title>recmaster</title>
411 This command shows the pnn of the node which is currently the recmaster.
415 Note: If the the queried node is INACTIVE then the status
416 might not be current.
421 <title>uptime</title>
423 This command shows the uptime for the ctdb daemon. When the last recovery or ip-failover completed and how long it took. If the "duration" is shown as a negative number, this indicates that there is a recovery/failover in progress and it started that many seconds ago.
427 <title>Example</title>
430 Current time of node : Thu Oct 29 10:38:54 2009
431 Ctdbd start time : (000 16:54:28) Wed Oct 28 17:44:26 2009
432 Time of last recovery/failover: (000 16:53:31) Wed Oct 28 17:45:23 2009
433 Duration of last recovery/failover: 2.248552 seconds
439 <title>listnodes</title>
441 This command shows lists the ip addresses of all the nodes in the cluster.
445 <title>Example</title>
457 <title>natgwlist</title>
459 Show the current NAT gateway master and the status of all
460 nodes in the current NAT gateway group. See the
461 <citetitle>NAT GATEWAY</citetitle> section in
462 <citerefentry><refentrytitle>ctdb</refentrytitle>
463 <manvolnum>7</manvolnum></citerefentry> for more details.
467 <title>Example</title>
472 pnn:0 192.168.2.200 OK (THIS NODE)
473 pnn:1 192.168.2.201 OK
474 pnn:2 192.168.2.202 OK
475 pnn:3 192.168.2.203 OK
483 This command will "ping" specified CTDB nodes in the cluster
484 to verify that they are running.
487 <title>Example</title>
490 response from 0 time=0.000054 sec (3 clients)
491 response from 1 time=0.000144 sec (2 clients)
492 response from 2 time=0.000105 sec (2 clients)
493 response from 3 time=0.000114 sec (2 clients)
499 <title>ifaces</title>
501 This command will display the list of network interfaces, which could
502 host public addresses, along with their status.
505 <title>Example</title>
509 name:eth5 link:up references:2
510 name:eth4 link:down references:0
511 name:eth3 link:up references:1
512 name:eth2 link:up references:1
515 :Name:LinkStatus:References:
527 This command will display the list of public addresses that are provided by the cluster and which physical node is currently serving this ip. By default this command will ONLY show those public addresses that are known to the node itself. To see the full list of all public ips across the cluster you must use "ctdb ip -n all".
530 <title>Example</title>
534 172.31.91.82 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
535 172.31.91.83 node[0] active[eth3] available[eth2,eth3] configured[eth2,eth3]
536 172.31.91.84 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
537 172.31.91.85 node[0] active[eth2] available[eth2,eth3] configured[eth2,eth3]
538 172.31.92.82 node[1] active[] available[eth5] configured[eth4,eth5]
539 172.31.92.83 node[0] active[eth5] available[eth5] configured[eth4,eth5]
540 172.31.92.84 node[1] active[] available[eth5] configured[eth4,eth5]
541 172.31.92.85 node[0] active[eth5] available[eth5] configured[eth4,eth5]
544 :Public IP:Node:ActiveInterface:AvailableInterfaces:ConfiguredInterfaces:
545 :172.31.91.82:1::eth2,eth3:eth2,eth3:
546 :172.31.91.83:0:eth3:eth2,eth3:eth2,eth3:
547 :172.31.91.84:1::eth2,eth3:eth2,eth3:
548 :172.31.91.85:0:eth2:eth2,eth3:eth2,eth3:
549 :172.31.92.82:1::eth5:eth4,eth5:
550 :172.31.92.83:0:eth5:eth5:eth4,eth5:
551 :172.31.92.84:1::eth5:eth4,eth5:
552 :172.31.92.85:0:eth5:eth5:eth4,eth5:
558 <title>ipinfo <parameter>IP</parameter></title>
560 This command will display details about the specified public addresses.
563 <title>Example</title>
565 # ctdb ipinfo 172.31.92.85
566 Public IP[172.31.92.85] info on node 0
570 Interface[1]: Name:eth4 Link:down References:0
571 Interface[2]: Name:eth5 Link:up References:2 (active)
577 <title>scriptstatus</title>
579 This command displays which scripts where run in the previous monitoring cycle and the result of each script. If a script failed with an error, causing the node to become unhealthy, the output from that script is also shown.
582 <title>Example</title>
585 7 scripts were executed last monitoring cycle
586 00.ctdb Status:OK Duration:0.056 Tue Mar 24 18:56:57 2009
587 10.interface Status:OK Duration:0.077 Tue Mar 24 18:56:57 2009
588 11.natgw Status:OK Duration:0.039 Tue Mar 24 18:56:57 2009
589 20.multipathd Status:OK Duration:0.038 Tue Mar 24 18:56:57 2009
590 31.clamd Status:DISABLED
591 40.vsftpd Status:OK Duration:0.045 Tue Mar 24 18:56:57 2009
592 41.httpd Status:OK Duration:0.039 Tue Mar 24 18:56:57 2009
593 50.samba Status:ERROR Duration:0.082 Tue Mar 24 18:56:57 2009
594 OUTPUT:ERROR: Samba tcp port 445 is not responding
600 <title>disablescript <parameter>SCRIPT</parameter></title>
602 This command is used to disable an eventscript.
605 This will take effect the next time the eventscripts are being executed so it can take a short while until this is reflected in 'scriptstatus'.
610 <title>enablescript <parameter>SCRIPT</parameter></title>
612 This command is used to enable an eventscript.
615 This will take effect the next time the eventscripts are being executed so it can take a short while until this is reflected in 'scriptstatus'.
620 <title>listvars</title>
622 List all tuneable variables, except the values of the obsolete tunables
623 like VacuumMinInterval. The obsolete tunables can be retrieved only
624 explicitly with the "ctdb getvar" command.
627 <title>Example</title>
631 SeqnumInterval = 1000
634 KeepaliveInterval = 5
641 TickleUpdateInterval = 20
642 EventScriptTimeout = 30
643 EventScriptTimeoutCount = 1
644 RecoveryGracePeriod = 120
645 RecoveryBanPeriod = 300
646 DatabaseHashSize = 100001
648 RerecoveryTimeout = 10
652 ReclockPingPeriod = 60
654 DisableIPFailover = 0
655 VerboseMemoryNames = 0
659 RecLockLatencyMs = 1000
660 RecoveryDropAllIPs = 120
661 VerifyRecoveryLock = 1
663 VacuumMaxRunTime = 30
666 VacuumFastPathCount = 60
667 MaxQueueDropMsg = 1000000
669 AllowUnhealthyDBRead = 0
670 StatHistoryInterval = 1
671 DeferredAttachTO = 120
672 AllowClientDBAttach = 1
673 RecoverPDBBySeqNum = 0
679 <title>getvar <parameter>NAME</parameter></title>
681 Get the runtime value of a tuneable variable.
684 <title>Example</title>
686 # ctdb getvar MaxRedirectCount
693 <title>setvar <parameter>NAME</parameter> <parameter>VALUE</parameter></title>
695 Set the runtime value of a tuneable variable.
698 Example: ctdb setvar MaxRedirectCount 5
703 <title>lvsmaster</title>
705 This command shows which node is currently the LVSMASTER. The
706 LVSMASTER is the node in the cluster which drives the LVS system and
707 which receives all incoming traffic from clients.
710 LVS is the mode where the entire CTDB/Samba cluster uses a single
711 ip address for the entire cluster. In this mode all clients connect to
712 one specific node which will then multiplex/loadbalance the clients
713 evenly onto the other nodes in the cluster. This is an alternative to using
714 public ip addresses. See the manpage for ctdbd for more information
722 This command shows which nodes in the cluster are currently active in the
723 LVS configuration. I.e. which nodes we are currently loadbalancing
724 the single ip address across.
728 LVS will by default only loadbalance across those nodes that are both
729 LVS capable and also HEALTHY. Except if all nodes are UNHEALTHY in which
730 case LVS will loadbalance across all UNHEALTHY nodes as well.
731 LVS will never use nodes that are DISCONNECTED, STOPPED, BANNED or
747 <title>getcapabilities</title>
750 This command shows the capabilities of the current node. See
751 the <citetitle>CAPABILITIES</citetitle> section in
752 <citerefentry><refentrytitle>ctdb</refentrytitle>
753 <manvolnum>7</manvolnum></citerefentry> for more details.
769 <title>statistics</title>
771 Collect statistics from the CTDB daemon about how many calls it has served.
774 <title>Example</title>
781 client_packets_sent 360489
782 client_packets_recv 360466
783 node_packets_sent 480931
784 node_packets_recv 240120
785 keepalive_packets_sent 4
786 keepalive_packets_recv 3
807 pending_lockwait_calls 0
810 max_call_latency 4.948321 sec
811 max_lockwait_latency 0.000000 sec
817 <title>statisticsreset</title>
819 This command is used to clear all statistics counters in a node.
822 Example: ctdb statisticsreset
827 <title>dbstatistics <parameter>DB</parameter></title>
829 Display statistics about the database DB.
832 <title>Example</title>
834 # ctdb dbstatistics locking.tdb
835 DB Statistics: locking.tdb
843 hop_count_buckets: 28087 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0
844 lock_buckets: 0 14188 38 76 32 19 3 0 0 0 0 0 0 0 0 0
845 locks_latency MIN/AVG/MAX 0.001066/0.012686/4.202292 sec out of 14356
847 Count:8 Key:ff5bd7cb3ee3822edc1f0000000000000000000000000000
853 <title>getreclock</title>
855 This command is used to show the filename of the reclock file that is used.
862 Reclock file:/gpfs/.ctdb/shared
868 <title>setreclock [filename]</title>
870 This command is used to modify, or clear, the file that is used as the reclock file at runtime. When this command is used, the reclock file checks are disabled. To re-enable the checks the administrator needs to activate the "VerifyRecoveryLock" tunable using "ctdb setvar".
874 If run with no parameter this will remove the reclock file completely. If run with a parameter the parameter specifies the new filename to use for the recovery lock.
878 This command only affects the runtime settings of a ctdb node and will be lost when ctdb is restarted. For persistent changes to the reclock file setting you must edit /etc/sysconfig/ctdb.
885 <title>getdebug</title>
887 Get the current debug level for the node. the debug level controls what information is written to the log file.
890 The debug levels are mapped to the corresponding syslog levels.
891 When a debug level is set, only those messages at that level and higher
892 levels will be printed.
895 The list of debug levels from highest to lowest are :
898 EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
903 <title>setdebug <parameter>DEBUGLEVEL</parameter></title>
905 Set the debug level of a node. This controls what information will be logged.
908 The debuglevel is one of EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
913 <title>getpid</title>
915 This command will return the process id of the ctdb daemon.
920 <title>disable</title>
922 This command is used to administratively disable a node in the cluster.
923 A disabled node will still participate in the cluster and host
924 clustered TDB records but its public ip address has been taken over by
925 a different node and it no longer hosts any services.
930 <title>enable</title>
932 Re-enable a node that has been administratively disabled.
939 This command is used to administratively STOP a node in the cluster.
940 A STOPPED node is connected to the cluster but will not host any
941 public ip addresse, nor does it participate in the VNNMAP.
942 The difference between a DISABLED node and a STOPPED node is that
943 a STOPPED node does not host any parts of the database which means
944 that a recovery is required to stop/continue nodes.
949 <title>continue</title>
951 Re-start a node that has been administratively stopped.
956 <title>addip <parameter>IPADDR</parameter>/<parameter>mask</parameter> <parameter>IFACE</parameter></title>
958 This command is used to add a new public ip to a node during runtime.
959 This allows public addresses to be added to a cluster without having
960 to restart the ctdb daemons.
963 Note that this only updates the runtime instance of ctdb. Any changes will be lost next time ctdb is restarted and the public addresses file is re-read.
964 If you want this change to be permanent you must also update the public addresses file manually.
969 <title>delip <parameter>IPADDR</parameter></title>
971 This command is used to remove a public ip from a node during runtime.
972 If this public ip is currently hosted by the node it being removed from, the ip will first be failed over to another node, if possible, before it is removed.
975 Note that this only updates the runtime instance of ctdb. Any changes will be lost next time ctdb is restarted and the public addresses file is re-read.
976 If you want this change to be permanent you must also update the public addresses file manually.
981 <title>moveip <parameter>IPADDR</parameter> <parameter>PNN</parameter></title>
983 This command can be used to manually fail a public ip address to a
987 In order to manually override the "automatic" distribution of public
988 ip addresses that ctdb normally provides, this command only works
989 when you have changed the tunables for the daemon to:
1000 <title>shutdown</title>
1002 This command will shutdown a specific CTDB daemon.
1007 <title>setlmasterrole on|off</title>
1009 This command is used ot enable/disable the LMASTER capability for a node at runtime. This capability determines whether or not a node can be used as an LMASTER for records in the database. A node that does not have the LMASTER capability will not show up in the vnnmap.
1013 Nodes will by default have this capability, but it can be stripped off nodes by the setting in the sysconfig file or by using this command.
1016 Once this setting has been enabled/disabled, you need to perform a recovery for it to take effect.
1019 See also "ctdb getcapabilities"
1024 <title>setrecmasterrole on|off</title>
1026 This command is used ot enable/disable the RECMASTER capability for a node at runtime. This capability determines whether or not a node can be used as an RECMASTER for the cluster. A node that does not have the RECMASTER capability can not win a recmaster election. A node that already is the recmaster for the cluster when the capability is stripped off the node will remain the recmaster until the next cluster election.
1030 Nodes will by default have this capability, but it can be stripped off nodes by the setting in the sysconfig file or by using this command.
1033 See also "ctdb getcapabilities"
1038 <title>reloadnodes</title>
1040 This command is used when adding new nodes, or removing existing nodes from an existing cluster.
1043 Procedure to add a node:
1046 1, To expand an existing cluster, first ensure with 'ctdb status' that
1047 all nodes are up and running and that they are all healthy.
1048 Do not try to expand a cluster unless it is completely healthy!
1051 2, On all nodes, edit /etc/ctdb/nodes and add the new node as the last
1052 entry to the file. The new node MUST be added to the end of this file!
1055 3, Verify that all the nodes have identical /etc/ctdb/nodes files after you edited them and added the new node!
1058 4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1061 5, Use 'ctdb status' on all nodes and verify that they now show the additional node.
1064 6, Install and configure the new node and bring it online.
1067 Procedure to remove a node:
1070 1, To remove a node from an existing cluster, first ensure with 'ctdb status' that
1071 all nodes, except the node to be deleted, are up and running and that they are all healthy.
1072 Do not try to remove a node from a cluster unless the cluster is completely healthy!
1075 2, Shutdown and poweroff the node to be removed.
1078 3, On all other nodes, edit the /etc/ctdb/nodes file and comment out the node to be removed. Do not delete the line for that node, just comment it out by adding a '#' at the beginning of the line.
1081 4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1084 5, Use 'ctdb status' on all nodes and verify that the deleted node no longer shows up in the list..
1094 <optional><parameter>PNN-LIST</parameter></optional>
1097 This command reloads the public addresses configuration file
1098 on the specified nodes. When it completes addresses will be
1099 reconfigured and reassigned across the cluster as necessary.
1104 <title>getdbmap</title>
1106 This command lists all clustered TDB databases that the CTDB daemon has attached to. Some databases are flagged as PERSISTENT, this means that the database stores data persistently and the data will remain across reboots. One example of such a database is secrets.tdb where information about how the cluster was joined to the domain is stored.
1109 If a PERSISTENT database is not in a healthy state the database is
1110 flagged as UNHEALTHY. If there's at least one completely healthy node running in
1111 the cluster, it's possible that the content is restored by a recovery
1112 run automaticly. Otherwise an administrator needs to analyze the
1116 See also "ctdb getdbstatus", "ctdb backupdb", "ctdb restoredb",
1117 "ctdb dumpbackup", "ctdb wipedb", "ctdb setvar AllowUnhealthyDBRead 1"
1118 and (if samba or tdb-utils are installed) "tdbtool check".
1121 Most databases are not persistent and only store the state information that the currently running samba daemons need. These databases are always wiped when ctdb/samba starts and when a node is rebooted.
1125 <title>Example</title>
1128 Number of databases:10
1129 dbid:0x435d3410 name:notify.tdb path:/var/ctdb/notify.tdb.0
1130 dbid:0x42fe72c5 name:locking.tdb path:/var/ctdb/locking.tdb.0
1131 dbid:0x1421fb78 name:brlock.tdb path:/var/ctdb/brlock.tdb.0
1132 dbid:0x17055d90 name:connections.tdb path:/var/ctdb/connections.tdb.0
1133 dbid:0xc0bdde6a name:sessionid.tdb path:/var/ctdb/sessionid.tdb.0
1134 dbid:0x122224da name:test.tdb path:/var/ctdb/test.tdb.0
1135 dbid:0x2672a57f name:idmap2.tdb path:/var/ctdb/persistent/idmap2.tdb.0 PERSISTENT
1136 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT
1137 dbid:0xe98e08b6 name:group_mapping.tdb path:/var/ctdb/persistent/group_mapping.tdb.0 PERSISTENT
1138 dbid:0x7bbbd26c name:passdb.tdb path:/var/ctdb/persistent/passdb.tdb.0 PERSISTENT
1140 # ctdb getdbmap # example for unhealthy database
1141 Number of databases:1
1142 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT UNHEALTHY
1145 :ID:Name:Path:Persistent:Unhealthy:
1146 :0x7bbbd26c:passdb.tdb:/var/ctdb/persistent/passdb.tdb.0:1:0:
1154 <parameter>DB</parameter>
1155 <parameter>FILE</parameter>
1158 Copy the contents of database DB to FILE. FILE can later be
1159 read back using <command>restoredb</command>. This is mainly
1160 useful for backing up persistent databases such as
1161 <filename>secrets.tdb</filename> and similar.
1168 <parameter>FILE</parameter>
1169 <optional><parameter>DB</parameter></optional>
1172 This command restores a persistent database that was
1173 previously backed up using backupdb. By default the data will
1174 be restored back into the same database as it was created
1175 from. By specifying dbname you can restore the data into a
1181 <title>getlog [<parameter>LEVEL</parameter>] [recoverd]</title>
1183 In addition to the normal logging to a log file, CTDB also
1184 keeps a in-memory ringbuffer containing the most recent log
1185 entries for all log levels (except DEBUG).
1188 This is useful since it allows for keeping continuous logs to a file
1189 at a reasonable non-verbose level, but shortly after an incident has
1190 occured, a much more detailed log can be pulled from memory. This
1191 can allow you to avoid having to reproduce an issue due to the
1192 on-disk logs being of insufficient detail.
1195 This command extracts all messages of level or lower log level
1196 from memory and prints it to the screen. The level is not
1197 specified it defaults to NOTICE.
1200 By default, logs are extracted from the main CTDB daemon. If
1201 the recoverd option is given then logs are extracted from the
1207 <title>clearlog [recoverd]</title>
1209 This command clears the in-memory logging ringbuffer.
1212 By default, logs are cleared in the main CTDB daemon. If the
1213 recoverd option is given then logs are cleared in the recovery
1219 <title>setdbreadonly <parameter>DB</parameter></title>
1221 This command will enable the read-only record support for a
1222 database. This is an experimental feature to improve
1223 performance for contended records primarily in locking.tdb and
1224 brlock.tdb. When enabling this feature you must set it on all
1225 nodes in the cluster.
1230 <title>setdbsticky <parameter>DB</parameter></title>
1232 This command will enable the sticky record support for the
1233 specified database. This is an experimental feature to
1234 improve performance for contended records primarily in
1235 locking.tdb and brlock.tdb. When enabling this feature you
1236 must set it on all nodes in the cluster.
1243 <title>INTERNAL COMMANDS</title>
1246 Internal commands are used by CTDB's scripts and are not
1247 required for managing a CTDB cluster. Their parameters and
1248 behaviour are subject to change.
1252 <title>gettickles <parameter>IPADDR</parameter></title>
1254 Show TCP connections that are registered with CTDB to be
1255 "tickled" if there is a failover.
1260 <title>gratiousarp <parameter>IPADDR</parameter> <parameter>INTERFACE</parameter></title>
1262 Send out a gratious ARP for the specified interface through
1263 the specified interface. This command is mainly used by the
1269 <title>killtcp</title>
1271 Read a list of TCP connections, one per line, from standard
1272 input and terminate each connection. A connection is
1276 <parameter>SRC-IPADDR</parameter>:<parameter>SRC-PORT</parameter> <parameter>DST-IPADDR</parameter>:<parameter>DST-PORT</parameter>
1279 Each connection is terminated by issuing a TCP RST to the
1280 SRC-IPADDR:SRC-PORT endpoint.
1283 A single connection can be specified on the command-line
1284 rather than on standard input.
1290 pdelete <parameter>DB</parameter> <parameter>KEY</parameter>
1299 pfetch <parameter>DB</parameter> <parameter>KEY</parameter>
1302 Print the value associated with KEY in DB.
1309 <parameter>DB</parameter>
1310 <parameter>KEY</parameter>
1311 <parameter>FILE</parameter>
1314 Store KEY in DB with contents of FILE as the associated value.
1321 <parameter>DB</parameter>
1322 <optional><parameter>FILE</parameter></optional>
1325 Read a list of key-value pairs, one per line from FILE, and
1326 store them in DB using a single transaction. An empty value
1327 is equivalent to deleting the given key.
1330 The key and value should be separated by spaces or tabs. Each
1331 key/value should be a printable string enclosed in
1337 <title>runstate [setup|first_recovery|startup|running]</title>
1339 Print the runstate of the specified node. Runstates are used
1340 to serialise important state transitions in CTDB, particularly
1344 If one or more optional runstate arguments are specified then
1345 the node must be in one of these runstates for the command to
1349 <title>Example</title>
1358 <title>setifacelink <parameter>IFACE</parameter> up|down</title>
1360 Set the internal state of network interface IFACE. This is
1361 typically used in the <filename>10.interface</filename> script
1362 in the "monitor" event.
1365 Example: ctdb setifacelink eth0 up
1370 <title>setnatgwstate on|off</title>
1372 Enable or disable the NAT gateway master capability on a node.
1377 <title>tickle <parameter>SRC-IPADDR</parameter>:<parameter>SRC-PORT</parameter> <parameter>DST-IPADDR</parameter>:<parameter>DST-PORT</parameter></title>
1379 Send a TCP tickle to the source host for the specified TCP
1380 connection. A TCP tickle is a TCP ACK packet with an invalid
1381 sequence and acknowledge number and will when received by the
1382 source host result in it sending an immediate correct ACK back
1386 TCP tickles are useful to "tickle" clients after a IP failover has
1387 occured since this will make the client immediately recognize the
1388 TCP connection has been disrupted and that the client will need
1389 to reestablish. This greatly speeds up the time it takes for a client
1390 to detect and reestablish after an IP failover in the ctdb cluster.
1395 <title>version</title>
1397 Display the CTDB version.
1404 <title>DEBUGGING COMMANDS</title>
1406 These commands are primarily used for CTDB development and testing and
1407 should not be used for normal administration.
1412 <title>OPTIONS</title>
1415 <varlistentry><term>--print-emptyrecords</term>
1418 This enables printing of empty records when dumping databases
1419 with the catdb, cattbd and dumpdbbackup commands. Records with
1420 empty data segment are considered deleted by ctdb and cleaned
1421 by the vacuuming mechanism, so this switch can come in handy for
1422 debugging the vacuuming behaviour.
1427 <varlistentry><term>--print-datasize</term>
1430 This lets database dumps (catdb, cattdb, dumpdbbackup) print the
1431 size of the record data instead of dumping the data contents.
1436 <varlistentry><term>--print-lmaster</term>
1439 This lets catdb print the lmaster for each record.
1444 <varlistentry><term>--print-hash</term>
1447 This lets database dumps (catdb, cattdb, dumpdbbackup) print the
1448 hash for each record.
1453 <varlistentry><term>--print-recordflags</term>
1456 This lets catdb and dumpdbbackup print the
1457 record flags for each record. Note that cattdb always
1467 <title>process-exists <parameter>PID</parameter></title>
1469 This command checks if a specific process exists on the CTDB host. This is mainly used by Samba to check if remote instances of samba are still running or not.
1474 <title>getdbstatus <parameter>DB</parameter></title>
1476 This command displays more details about a database.
1479 <title>Example</title>
1481 # ctdb getdbstatus test.tdb.0
1484 path: /var/ctdb/test.tdb.0
1488 # ctdb getdbstatus registry.tdb # with a corrupted TDB
1491 path: /var/ctdb/persistent/registry.tdb.0
1493 HEALTH: NO-HEALTHY-NODES - ERROR - Backup of corrupted TDB in '/var/ctdb/persistent/registry.tdb.0.corrupted.20091208091949.0Z'
1499 <title>catdb <parameter>DB</parameter></title>
1501 Print a dump of the clustered TDB database DB.
1506 <title>cattdb <parameter>DB</parameter></title>
1508 Print a dump of the contents of the local TDB database DB.
1513 <title>dumpdbbackup <parameter>FILE</parameter></title>
1515 Print a dump of the contents from database backup FILE,
1516 similar to <command>catdb</command>.
1521 <title>wipedb <parameter>DB</parameter></title>
1523 Remove all contents of database DB.
1528 <title>recover</title>
1530 This command will trigger the recovery daemon to do a cluster
1536 <title>ipreallocate, sync</title>
1538 This command will force the recovery master to perform a full ip reallocation process and redistribute all ip addresses. This is useful to "reset" the allocations back to its default state if they have been changed using the "moveip" command. While a "recover" will also perform this reallocation, a recovery is much more hevyweight since it will also rebuild all the databases.
1543 <title>getmonmode</title>
1545 This command returns the monutoring mode of a node. The monitoring mode is either ACTIVE or DISABLED. Normally a node will continuously monitor that all other nodes that are expected are in fact connected and that they respond to commands.
1548 ACTIVE - This is the normal mode. The node is actively monitoring all other nodes, both that the transport is connected and also that the node responds to commands. If a node becomes unavailable, it will be marked as DISCONNECTED and a recovery is initiated to restore the cluster.
1551 DISABLED - This node is not monitoring that other nodes are available. In this mode a node failure will not be detected and no recovery will be performed. This mode is useful when for debugging purposes one wants to attach GDB to a ctdb process but wants to prevent the rest of the cluster from marking this node as DISCONNECTED and do a recovery.
1557 <title>setmonmode 0|1</title>
1559 This command can be used to explicitly disable/enable monitoring mode on a node. The main purpose is if one wants to attach GDB to a running ctdb daemon but wants to prevent the other nodes from marking it as DISCONNECTED and issuing a recovery. To do this, set monitoring mode to 0 on all nodes before attaching with GDB. Remember to set monitoring mode back to 1 afterwards.
1564 <title>attach <parameter>DBNAME</parameter> [persistent]</title>
1566 Create a new CTDB database called DBNAME and attach to it on
1572 <title>detach <parameter>DB-LIST</parameter></title>
1574 Detach specified non-persistent database(s) from the cluster. This
1575 command will disconnect specified database(s) on all nodes in
1576 the cluster. This command should only be used when none of the
1577 specified database(s) are in use.
1580 All nodes should be active and tunable AllowClientDBAccess should
1581 be disabled on all nodes before detaching databases.
1586 <title>dumpmemory</title>
1588 This is a debugging command. This command will make the ctdb
1589 daemon to write a fill memory allocation map to standard output.
1594 <title>rddumpmemory</title>
1596 This is a debugging command. This command will dump the talloc memory
1597 allocation tree for the recovery daemon to standard output.
1604 Thaw a previously frozen node.
1610 <title>eventscript <parameter>ARGUMENTS</parameter></title>
1612 This is a debugging command. This command can be used to manually
1613 invoke and run the eventscritps with arbitrary arguments.
1618 <title>ban <parameter>BANTIME</parameter></title>
1620 Administratively ban a node for BANTIME seconds. The node
1621 will be unbanned after BANTIME seconds have elapsed.
1624 A banned node does not participate in the cluster. It does
1625 not host any records for the clustered TDB and does not host
1626 any public IP addresses.
1629 Nodes are automatically banned if they misbehave. For
1630 example, a node may be banned if it causes too many cluster
1634 To administratively exclude a node from a cluster use the
1635 <command>stop</command> command.
1640 <title>unban</title>
1642 This command is used to unban a node that has either been
1643 administratively banned using the ban command or has been
1644 automatically banned.
1651 <optional><parameter>PNN-LIST</parameter></optional>
1654 This command marks the given nodes as rebalance targets in the
1655 LCP2 IP allocation algorithm. The
1656 <command>reloadips</command> command will do this as necessary
1657 so this command should not be needed.
1662 <title>check_srvids <parameter>SRVID</parameter> ...</title>
1664 This command checks whether a set of srvid message ports are
1665 registered on the node or not. The command takes a list of
1669 <title>Example</title>
1671 # ctdb check_srvids 1 2 3 14765
1672 Server id 0:1 does not exist
1673 Server id 0:2 does not exist
1674 Server id 0:3 does not exist
1675 Server id 0:14765 exists
1682 <!-- UNDOCUMENTED: showban stats disablemonitor enablemonitor
1683 isnotrecmaster addtickle deltickle regsrvid unregsrvid chksrvid
1684 getsrvids rebalanceip setdbprio getdbprio msglisten msgsend
1685 tfetch tstore readkey writekey
1686 checktcpport getdbseqnum ipiface
1690 <title>SEE ALSO</title>
1692 <citerefentry><refentrytitle>ctdbd</refentrytitle>
1693 <manvolnum>1</manvolnum></citerefentry>,
1695 <citerefentry><refentrytitle>onnode</refentrytitle>
1696 <manvolnum>1</manvolnum></citerefentry>,
1698 <citerefentry><refentrytitle>ctdb</refentrytitle>
1699 <manvolnum>7</manvolnum></citerefentry>,
1701 <citerefentry><refentrytitle>ctdb-tunables</refentrytitle>
1702 <manvolnum>7</manvolnum></citerefentry>,
1704 <ulink url="http://ctdb.samba.org/"/>