doc: Add nodestatus command to the ctdb manpage
[obnox/samba/samba-obnox.git] / ctdb / doc / ctdb.1.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="ctdb.1">
4
5 <refmeta>
6         <refentrytitle>ctdb</refentrytitle>
7         <manvolnum>1</manvolnum>
8         <refmiscinfo class="source">ctdb</refmiscinfo>
9         <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
10 </refmeta>
11
12
13 <refnamediv>
14         <refname>ctdb</refname>
15         <refpurpose>clustered tdb database management utility</refpurpose>
16 </refnamediv>
17
18 <refsynopsisdiv>
19         <cmdsynopsis>
20                 <command>ctdb [ OPTIONS ] COMMAND ...</command>
21         </cmdsynopsis>
22         
23         <cmdsynopsis>
24                 <command>ctdb</command>
25                 <arg choice="opt">-n &lt;node&gt;</arg>
26                 <arg choice="opt">-Y</arg>
27                 <arg choice="opt">-t &lt;timeout&gt;</arg>
28                 <arg choice="opt">-T &lt;timelimit&gt;</arg>
29                 <arg choice="opt">-? --help</arg>
30                 <arg choice="opt">--usage</arg>
31                 <arg choice="opt">-d --debug=&lt;INTEGER&gt;</arg>
32                 <arg choice="opt">--socket=&lt;filename&gt;</arg>
33                 <arg choice="opt">--print-emptyrecords</arg>
34                 <arg choice="opt">--print-datasize</arg>
35                 <arg choice="opt">--print-lmaster</arg>
36                 <arg choice="opt">--print-hash</arg>
37                 <arg choice="opt">--print-recordflags</arg>
38         </cmdsynopsis>
39         
40 </refsynopsisdiv>
41
42   <refsect1><title>DESCRIPTION</title>
43     <para>
44       ctdb is a utility to view and manage a ctdb cluster.
45     </para>
46   </refsect1>
47
48
49   <refsect1>
50     <title>OPTIONS</title>
51
52     <variablelist>
53       <varlistentry><term>-n &lt;pnn&gt;</term>
54         <listitem>
55           <para>
56             This specifies the physical node number on which to execute the 
57             command. Default is to run the command on the daemon running on 
58             the local host.
59           </para>
60           <para>
61             The physical node number is an integer that describes the node in the
62             cluster. The first node has physical node number 0.
63           </para>
64         </listitem>
65       </varlistentry>
66
67       <varlistentry><term>-Y</term>
68         <listitem>
69           <para>
70             Produce output in machine readable form for easier parsing by scripts. Not all commands support this option.
71           </para>
72         </listitem>
73       </varlistentry>
74
75       <varlistentry><term>-t &lt;timeout&gt;</term>
76         <listitem>
77           <para>
78             How long should ctdb wait for the local ctdb daemon to respond to a command before timing out. Default is 3 seconds.
79           </para>
80         </listitem>
81       </varlistentry>
82
83       <varlistentry><term>-T &lt;timelimit&gt;</term>
84         <listitem>
85           <para>
86             A limit on how long the ctdb command will run for before it will
87             be aborted. When this timelimit has been exceeded the ctdb command will
88             terminate.
89           </para>
90         </listitem>
91       </varlistentry>
92
93       <varlistentry><term>-? --help</term>
94         <listitem>
95           <para>
96             Print some help text to the screen.
97           </para>
98         </listitem>
99       </varlistentry>
100
101       <varlistentry><term>--usage</term>
102         <listitem>
103           <para>
104             Print useage information to the screen.
105           </para>
106         </listitem>
107       </varlistentry>
108
109       <varlistentry><term>-d --debug=&lt;debuglevel&gt;</term>
110         <listitem>
111           <para>
112             Change the debug level for the command. Default is 0.
113           </para>
114         </listitem>
115       </varlistentry>
116
117       <varlistentry><term>--socket=&lt;filename&gt;</term>
118         <listitem>
119           <para>
120             Specify the socketname to use when connecting to the local ctdb 
121             daemon. The default is /tmp/ctdb.socket .
122           </para>
123           <para>
124             You only need to specify this parameter if you run multiple ctdb 
125             daemons on the same physical host and thus can not use the default
126             name for the domain socket.
127           </para>
128         </listitem>
129       </varlistentry>
130
131       <varlistentry><term>--print-emptyrecords</term>
132         <listitem>
133           <para>
134             This enables printing of empty records when dumping databases
135             with the catdb, cattbd and dumpdbbackup commands. Records with
136             empty data segment are considered deleted by ctdb and cleaned
137             by the vacuuming mechanism, so this switch can come in handy for
138             debugging the vacuuming behaviour.
139           </para>
140         </listitem>
141       </varlistentry>
142
143       <varlistentry><term>--print-datasize</term>
144         <listitem>
145           <para>
146             This lets database dumps (catdb, cattdb, dumpdbbackup) print the
147             size of the record data instead of dumping the data contents.
148           </para>
149         </listitem>
150       </varlistentry>
151
152       <varlistentry><term>--print-lmaster</term>
153         <listitem>
154           <para>
155             This lets catdb print the lmaster for each record.
156           </para>
157         </listitem>
158       </varlistentry>
159
160       <varlistentry><term>--print-hash</term>
161         <listitem>
162           <para>
163             This lets database dumps (catdb, cattdb, dumpdbbackup) print the
164             hash for each record.
165           </para>
166         </listitem>
167       </varlistentry>
168
169       <varlistentry><term>--print-recordflags</term>
170         <listitem>
171           <para>
172             This lets catdb and dumpdbbackup print the
173             record flags for each record. Note that cattdb always
174             prints the flags.
175           </para>
176         </listitem>
177       </varlistentry>
178
179     </variablelist>
180   </refsect1>
181
182
183   <refsect1><title>Administrative Commands</title>
184     <para>
185       These are commands used to monitor and administrate a CTDB cluster.
186     </para>
187
188     <refsect2><title>pnn</title>
189       <para>
190         This command displays the pnn of the current node.
191       </para>
192     </refsect2>
193
194     <refsect2><title>status</title>
195       <para>
196         This command shows the current status of the ctdb node.
197       </para>
198
199       <refsect3><title>node status</title>
200         <para>
201           Node status reflects the current status of the node. There are five possible states:
202         </para>
203         <para>
204           OK - This node is fully functional.
205         </para>
206         <para>
207           DISCONNECTED - This node could not be connected through the network and is currently not participating in the cluster. If there is a public IP address associated with this node it should have been taken over by a different node. No services are running on this node.
208         </para>
209         <para>
210           DISABLED - This node has been administratively disabled. This node is still functional and participates in the CTDB cluster but its IP addresses have been taken over by a different node and no services are currently being hosted.
211         </para>
212         <para>
213           UNHEALTHY - A service provided by this node is malfunctioning and should be investigated. The CTDB daemon itself is operational and participates in the cluster. Its public IP address has been taken over by a different node and no services are currnetly being hosted. All unhealthy nodes should be investigated and require an administrative action to rectify.
214         </para>
215         <para>
216           BANNED - This node failed too many recovery attempts and has been banned from participating in the cluster for a period of RecoveryBanPeriod seconds. Any public IP address has been taken over by other nodes. This node does not provide any services. All banned nodes should be investigated and require an administrative action to rectify. This node does not perticipate in the CTDB cluster but can still be communicated with. I.e. ctdb commands can be sent to it.
217         </para>
218         <para>
219       STOPPED - A node that is stopped does not host any public ip addresses,
220       nor is it part of the VNNMAP. A stopped node can not become LVSMASTER,
221       RECMASTER or NATGW.
222       This node does not perticipate in the CTDB cluster but can still be
223       communicated with. I.e. ctdb commands can be sent to it.
224         </para>
225         <para>
226         PARTIALLYONLINE - A node that is partially online participates
227         in a cluster like a node that is ok. Some interfaces to serve
228         public ip addresses are down, but at least one interface is up.
229         See also "ctdb ifaces".
230         </para>
231       </refsect3>
232
233       <refsect3><title>generation</title>
234         <para>
235           The generation id is a number that indicates the current generation 
236           of a cluster instance. Each time a cluster goes through a 
237           reconfiguration or a recovery its generation id will be changed.
238           </para>
239           <para>
240           This number does not have any particular meaning other than to keep
241           track of when a cluster has gone through a recovery. It is a random
242           number that represents the current instance of a ctdb cluster
243           and its databases.
244           CTDBD uses this number internally to be able to tell when commands 
245           to operate on the cluster and the databases was issued in a different
246           generation of the cluster, to ensure that commands that operate
247           on the databases will not survive across a cluster database recovery.
248           After a recovery, all old outstanding commands will automatically
249           become invalid. 
250         </para>
251         <para>
252           Sometimes this number will be shown as "INVALID". This only means that
253           the ctdbd daemon has started but it has not yet merged with the cluster through a recovery.
254           All nodes start with generation "INVALID" and are not assigned a real
255           generation id until they have successfully been merged with a cluster
256           through a recovery.
257         </para>
258       </refsect3>
259
260       <refsect3><title>VNNMAP</title>
261         <para>
262           The list of Virtual Node Numbers. This is a list of all nodes that actively participates in the cluster and that share the workload of hosting the Clustered TDB database records.
263           Only nodes that are participating in the vnnmap can become lmaster or dmaster for a database record.
264         </para>
265       </refsect3>
266
267       <refsect3><title>Recovery mode</title>
268         <para>
269           This is the current recovery mode of the cluster. There are two possible modes:
270         </para>
271         <para>
272           NORMAL - The cluster is fully operational.
273         </para>
274         <para>
275           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.
276         </para>
277         <para>
278         Once the recovery master detects an inconsistency, for example a node 
279         becomes disconnected/connected, the recovery daemon will trigger a 
280         cluster recovery process, where all databases are remerged across the
281         cluster. When this process starts, the recovery master will first
282         "freeze" all databases to prevent applications such as samba from 
283         accessing the databases and it will also mark the recovery mode as
284         RECOVERY.
285         </para>
286         <para>
287         When CTDBD starts up, it will start in RECOVERY mode.
288         Once the node has been merged into a cluster and all databases
289         have been recovered, the node mode will change into NORMAL mode
290         and the databases will be "thawed", allowing samba to access the
291         databases again.
292         </para>
293       </refsect3>
294
295       <refsect3><title>Recovery master</title>
296         <para>
297           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.
298         </para>
299         <para>
300         Only one node at a time can be the designated recovery master. Which
301         node is designated the recovery master is decided by an election
302         process in the recovery daemons running on each node.
303         </para>
304       </refsect3>
305
306       <para>
307         Example: ctdb status
308       </para>
309       <para>Example output:</para>
310       <screen format="linespecific">
311 Number of nodes:4
312 pnn:0 11.1.2.200       OK (THIS NODE)
313 pnn:1 11.1.2.201       OK
314 pnn:2 11.1.2.202       OK
315 pnn:3 11.1.2.203       OK
316 Generation:1362079228
317 Size:4
318 hash:0 lmaster:0
319 hash:1 lmaster:1
320 hash:2 lmaster:2
321 hash:3 lmaster:3
322 Recovery mode:NORMAL (0)
323 Recovery master:0
324       </screen>
325     </refsect2>
326
327     <refsect2><title>nodestatus [&lt;nodespec&gt;]</title>
328       <para>
329         This command is similar to the <command>status</command>
330         command.  It displays the "node status" subset of output.  The
331         main differences are:
332       </para>
333
334       <itemizedlist>
335         <listitem>
336           <para>
337             The exit code is the bitwise-OR of the flags for each
338             specified node, while <command>ctdb status</command> exits
339             with 0 if it was able to retrieve status for all nodes.
340           </para>
341         </listitem>
342
343         <listitem>
344           <para>
345             <command>ctdb status</command> provides status information
346             for all nodes.  <command>ctdb nodestatus</command>
347             defaults to providing status for only the current node.
348             If &lt;nodespec&gt; is provided then status is given for
349             the indicated node(s).
350           </para>
351
352           <para>
353             By default, <command>ctdb nodestatus</command> gathers
354             status from the local node.  However, if invoked with "-n
355             all" (or similar) then status is gathered from the given
356             node(s).  In particular <command>ctdb nodestatus
357             all</command> and <command>ctdb nodestatus -n
358             all</command> will produce different output.  It is
359             possible to provide 2 different nodespecs (with and
360             without "-n") but the output is usually confusing!
361           </para>
362         </listitem>
363       </itemizedlist>
364
365       <para>
366         A common invocation in scripts is <command>ctdb nodestatus
367         all</command> to check whether all nodes in a cluster are
368         healthy.
369       </para>
370
371       <para>
372         Example: ctdb nodestatus
373       </para>
374       <para>Example output:</para>
375       <screen format="linespecific">
376 # ctdb nodestatus
377 pnn:0 10.0.0.30        OK (THIS NODE)
378       </screen>
379
380       <para>
381         Example: ctdb nodestatus all
382       </para>
383       <para>Example output:</para>
384       <screen format="linespecific">
385 # ctdb nodestatus all
386 Number of nodes:2
387 pnn:0 10.0.0.30        OK (THIS NODE)
388 pnn:1 10.0.0.31        OK
389       </screen>
390     </refsect2>
391
392     <refsect2><title>recmaster</title>
393       <para>
394         This command shows the pnn of the node which is currently the recmaster.
395       </para>
396     </refsect2>
397
398     <refsect2><title>uptime</title>
399       <para>
400         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.
401       </para>
402
403       <para>
404         Example: ctdb uptime
405       </para>
406       <para>Example output:</para>
407       <screen format="linespecific">
408 Current time of node          :                Thu Oct 29 10:38:54 2009
409 Ctdbd start time              : (000 16:54:28) Wed Oct 28 17:44:26 2009
410 Time of last recovery/failover: (000 16:53:31) Wed Oct 28 17:45:23 2009
411 Duration of last recovery/failover: 2.248552 seconds
412       </screen>
413     </refsect2>
414
415     <refsect2><title>listnodes</title>
416       <para>
417         This command shows lists the ip addresses of all the nodes in the cluster.
418       </para>
419
420       <para>
421         Example: ctdb listnodes
422       </para>
423       <para>Example output:</para>
424       <screen format="linespecific">
425 10.0.0.71
426 10.0.0.72
427 10.0.0.73
428 10.0.0.74
429       </screen>
430     </refsect2>
431
432     <refsect2><title>ping</title>
433       <para>
434         This command will "ping" all CTDB daemons in the cluster to verify that they are processing commands correctly.
435       </para>
436       <para>
437         Example: ctdb ping
438       </para>
439       <para>
440         Example output:
441       </para>
442       <screen format="linespecific">
443 response from 0 time=0.000054 sec  (3 clients)
444 response from 1 time=0.000144 sec  (2 clients)
445 response from 2 time=0.000105 sec  (2 clients)
446 response from 3 time=0.000114 sec  (2 clients)
447       </screen>
448     </refsect2>
449
450     <refsect2><title>runstate [setup|first_recovery|startup|running]</title>
451       <para>
452         Print the runstate of the specified node.  Runstates are used
453         to serialise important state transitions in CTDB, particularly
454         during startup.
455       </para>
456       <para>
457         If one or more optional runstate arguments are specified then
458         the node must be in one of these runstates for the command to
459         succeed.
460       </para>
461       <para>
462         Example: ctdb runstate
463       </para>
464       <para>
465         Example output:
466       </para>
467       <screen format="linespecific">
468 RUNNING
469       </screen>
470     </refsect2>
471
472     <refsect2><title>ifaces</title>
473       <para>
474         This command will display the list of network interfaces, which could
475         host public addresses, along with their status.
476       </para>
477       <para>
478         Example: ctdb ifaces
479       </para>
480       <para>
481         Example output:
482       </para>
483       <screen format="linespecific">
484 Interfaces on node 0
485 name:eth5 link:up references:2
486 name:eth4 link:down references:0
487 name:eth3 link:up references:1
488 name:eth2 link:up references:1
489       </screen>
490       <para>
491         Example: ctdb ifaces -Y
492       </para>
493       <para>
494         Example output:
495       </para>
496       <screen format="linespecific">
497 :Name:LinkStatus:References:
498 :eth5:1:2
499 :eth4:0:0
500 :eth3:1:1
501 :eth2:1:1
502       </screen>
503     </refsect2>
504
505     <refsect2><title>setifacelink &lt;iface&gt; &lt;status&gt;</title>
506       <para>
507         This command will set the status of a network interface.
508         The status needs to be "up" or "down". This is typically
509         used in the 10.interfaces script in the "monitor" event.
510       </para>
511       <para>
512         Example: ctdb setifacelink eth0 up
513       </para>
514     </refsect2>
515
516     <refsect2><title>ip</title>
517       <para>
518         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".
519       </para>
520       <para>
521         Example: ctdb ip
522       </para>
523       <para>
524         Example output:
525       </para>
526       <screen format="linespecific">
527 Public IPs on node 0
528 172.31.91.82 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
529 172.31.91.83 node[0] active[eth3] available[eth2,eth3] configured[eth2,eth3]
530 172.31.91.84 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
531 172.31.91.85 node[0] active[eth2] available[eth2,eth3] configured[eth2,eth3]
532 172.31.92.82 node[1] active[] available[eth5] configured[eth4,eth5]
533 172.31.92.83 node[0] active[eth5] available[eth5] configured[eth4,eth5]
534 172.31.92.84 node[1] active[] available[eth5] configured[eth4,eth5]
535 172.31.92.85 node[0] active[eth5] available[eth5] configured[eth4,eth5]
536       </screen>
537       <para>
538         Example: ctdb ip -Y
539       </para>
540       <para>
541         Example output:
542       </para>
543       <screen format="linespecific">
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:
553       </screen>
554     </refsect2>
555
556     <refsect2><title>ipinfo &lt;ip&gt;</title>
557       <para>
558         This command will display details about the specified public addresses.
559       </para>
560       <para>
561         Example: ctdb ipinfo 172.31.92.85
562       </para>
563       <para>
564         Example output:
565       </para>
566       <screen format="linespecific">
567 Public IP[172.31.92.85] info on node 0
568 IP:172.31.92.85
569 CurrentNode:0
570 NumInterfaces:2
571 Interface[1]: Name:eth4 Link:down References:0
572 Interface[2]: Name:eth5 Link:up References:2 (active)
573       </screen>
574     </refsect2>
575
576     <refsect2><title>scriptstatus</title>
577       <para>
578         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.
579       </para>
580       <para>
581         Example: ctdb scriptstatus
582       </para>
583       <para>
584         Example output:
585       </para>
586       <screen format="linespecific">
587 7 scripts were executed last monitoring cycle
588 00.ctdb              Status:OK    Duration:0.056 Tue Mar 24 18:56:57 2009
589 10.interface         Status:OK    Duration:0.077 Tue Mar 24 18:56:57 2009
590 11.natgw             Status:OK    Duration:0.039 Tue Mar 24 18:56:57 2009
591 20.multipathd        Status:OK    Duration:0.038 Tue Mar 24 18:56:57 2009
592 31.clamd             Status:DISABLED
593 40.vsftpd            Status:OK    Duration:0.045 Tue Mar 24 18:56:57 2009
594 41.httpd             Status:OK    Duration:0.039 Tue Mar 24 18:56:57 2009
595 50.samba             Status:ERROR    Duration:0.082 Tue Mar 24 18:56:57 2009
596    OUTPUT:ERROR: Samba tcp port 445 is not responding
597       </screen>
598     </refsect2>
599
600     <refsect2><title>disablescript &lt;script&gt;</title>
601       <para>
602         This command is used to disable an eventscript.
603       </para>
604       <para>
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'.
606       </para>
607     </refsect2>
608
609     <refsect2><title>enablescript &lt;script&gt;</title>
610       <para>
611         This command is used to enable an eventscript.
612       </para>
613       <para>
614         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'.
615       </para>
616     </refsect2>
617
618     <refsect2><title>getvar &lt;name&gt;</title>
619       <para>
620         Get the runtime value of a tuneable variable.
621       </para>
622       <para>
623         Example: ctdb getvar MaxRedirectCount
624       </para>
625       <para>
626         Example output:
627       </para>
628       <screen format="linespecific">
629 MaxRedirectCount    = 3
630       </screen>
631     </refsect2>
632
633     <refsect2><title>setvar &lt;name&gt; &lt;value&gt;</title>
634       <para>
635         Set the runtime value of a tuneable variable.
636       </para>
637       <para>
638         Example: ctdb setvar MaxRedirectCount 5
639       </para>
640     </refsect2>
641
642     <refsect2><title>listvars</title>
643       <para>
644       List all tuneable variables, except the values of the obsolete tunables
645       like VacuumMinInterval. The obsolete tunables can be retrieved only
646       explicitly with the "ctdb getvar" command.
647       </para>
648       <para>
649         Example: ctdb listvars
650       </para>
651       <para>
652         Example output:
653       </para>
654       <screen format="linespecific">
655 MaxRedirectCount        = 3
656 SeqnumInterval          = 1000
657 ControlTimeout          = 60
658 TraverseTimeout         = 20
659 KeepaliveInterval       = 5
660 KeepaliveLimit          = 5
661 RecoverTimeout          = 20
662 RecoverInterval         = 1
663 ElectionTimeout         = 3
664 TakeoverTimeout         = 9
665 MonitorInterval         = 15
666 TickleUpdateInterval    = 20
667 EventScriptTimeout      = 30
668 EventScriptTimeoutCount = 1
669 RecoveryGracePeriod     = 120
670 RecoveryBanPeriod       = 300
671 DatabaseHashSize        = 100001
672 DatabaseMaxDead         = 5
673 RerecoveryTimeout       = 10
674 EnableBans              = 1
675 DeterministicIPs        = 0
676 LCP2PublicIPs           = 1
677 ReclockPingPeriod       = 60
678 NoIPFailback            = 0
679 DisableIPFailover       = 0
680 VerboseMemoryNames      = 0
681 RecdPingTimeout         = 60
682 RecdFailCount           = 10
683 LogLatencyMs            = 0
684 RecLockLatencyMs        = 1000
685 RecoveryDropAllIPs      = 120
686 VerifyRecoveryLock      = 1
687 VacuumInterval          = 10
688 VacuumMaxRunTime        = 30
689 RepackLimit             = 10000
690 VacuumLimit             = 5000
691 VacuumFastPathCount     = 60
692 MaxQueueDropMsg         = 1000000
693 UseStatusEvents         = 0
694 AllowUnhealthyDBRead    = 0
695 StatHistoryInterval     = 1
696 DeferredAttachTO        = 120
697 AllowClientDBAttach     = 1
698 RecoverPDBBySeqNum      = 0
699       </screen>
700     </refsect2>
701
702     <refsect2><title>lvsmaster</title>
703       <para>
704       This command shows which node is currently the LVSMASTER. The
705       LVSMASTER is the node in the cluster which drives the LVS system and
706       which receives all incoming traffic from clients.
707       </para>
708       <para>
709       LVS is the mode where the entire CTDB/Samba cluster uses a single
710       ip address for the entire cluster. In this mode all clients connect to
711       one specific node which will then multiplex/loadbalance the clients
712       evenly onto the other nodes in the cluster. This is an alternative to using
713       public ip addresses. See the manpage for ctdbd for more information
714       about LVS.
715       </para>
716     </refsect2>
717
718     <refsect2><title>lvs</title>
719       <para>
720       This command shows which nodes in the cluster are currently active in the
721       LVS configuration. I.e. which nodes we are currently loadbalancing
722       the single ip address across.
723       </para>
724
725       <para>
726       LVS will by default only loadbalance across those nodes that are both
727       LVS capable and also HEALTHY. Except if all nodes are UNHEALTHY in which
728       case LVS will loadbalance across all UNHEALTHY nodes as well.
729       LVS will never use nodes that are DISCONNECTED, STOPPED, BANNED or
730       DISABLED.
731       </para>
732
733       <para>
734         Example output:
735       </para>
736       <screen format="linespecific">
737 2:10.0.0.13
738 3:10.0.0.14
739       </screen>
740
741     </refsect2>
742
743
744     <refsect2><title>getcapabilities</title>
745       <para>
746       This command shows the capabilities of the current node.
747       Please see manpage for ctdbd for a full list of all capabilities and
748       more detailed description.
749       </para>
750
751       <para>
752       RECMASTER and LMASTER capabilities are primarily used when CTDBD
753       is used to create a cluster spanning across WAN links. In which case
754       ctdbd acts as a WAN accelerator.
755       </para>
756
757       <para>
758       LVS capabile means that the node is participating in LVS, a mode
759       where the entire CTDB cluster uses one single ip address for the
760       entire cluster instead of using public ip address failover.
761       This is an alternative to using a loadbalancing layer-4 switch.
762       </para>
763
764       <para>
765         Example output:
766       </para>
767       <screen format="linespecific">
768 RECMASTER: YES
769 LMASTER: YES
770 LVS: NO
771       </screen>
772
773     </refsect2>
774
775     <refsect2><title>statistics</title>
776       <para>
777         Collect statistics from the CTDB daemon about how many calls it has served.
778       </para>
779       <para>
780         Example: ctdb statistics
781       </para>
782       <para>
783         Example output:
784       </para>
785       <screen format="linespecific">
786 CTDB version 1
787  num_clients                        3
788  frozen                             0
789  recovering                         0
790  client_packets_sent           360489
791  client_packets_recv           360466
792  node_packets_sent             480931
793  node_packets_recv             240120
794  keepalive_packets_sent             4
795  keepalive_packets_recv             3
796  node
797      req_call                       2
798      reply_call                     2
799      req_dmaster                    0
800      reply_dmaster                  0
801      reply_error                    0
802      req_message                   42
803      req_control               120408
804      reply_control             360439
805  client
806      req_call                       2
807      req_message                   24
808      req_control               360440
809  timeouts
810      call                           0
811      control                        0
812      traverse                       0
813  total_calls                        2
814  pending_calls                      0
815  lockwait_calls                     0
816  pending_lockwait_calls             0
817  memory_used                     5040
818  max_hop_count                      0
819  max_call_latency                   4.948321 sec
820  max_lockwait_latency               0.000000 sec
821       </screen>
822     </refsect2>
823
824     <refsect2><title>statisticsreset</title>
825       <para>
826         This command is used to clear all statistics counters in a node.
827       </para>
828       <para>
829         Example: ctdb statisticsreset
830       </para>
831     </refsect2>
832
833     <refsect2><title>getreclock</title>
834       <para>
835         This command is used to show the filename of the reclock file that is used.
836       </para>
837
838       <para>
839         Example output:
840       </para>
841       <screen format="linespecific">
842 Reclock file:/gpfs/.ctdb/shared
843       </screen>
844
845     </refsect2>
846
847     <refsect2><title>setreclock [filename]</title>
848       <para>
849         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".
850       </para>
851
852       <para>
853         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.
854       </para>
855
856       <para>
857         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.
858       </para>
859     </refsect2>
860
861
862
863     <refsect2><title>getdebug</title>
864       <para>
865         Get the current debug level for the node. the debug level controls what information is written to the log file.
866       </para>
867       <para>
868         The debug levels are mapped to the corresponding syslog levels.
869         When a debug level is set, only those messages at that level and higher
870         levels will be printed.
871       </para>
872       <para>
873         The list of debug levels from highest to lowest are :
874       </para>
875       <para>
876         EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
877       </para>
878     </refsect2>
879
880     <refsect2><title>setdebug &lt;debuglevel&gt;</title>
881       <para>
882         Set the debug level of a node. This controls what information will be logged.
883       </para>
884       <para>
885         The debuglevel is one of EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
886       </para>
887     </refsect2>
888
889     <refsect2><title>getpid</title>
890       <para>
891         This command will return the process id of the ctdb daemon.
892       </para>
893     </refsect2>
894
895     <refsect2><title>disable</title>
896       <para>
897         This command is used to administratively disable a node in the cluster.
898         A disabled node will still participate in the cluster and host
899         clustered TDB records but its public ip address has been taken over by
900         a different node and it no longer hosts any services.
901       </para>
902     </refsect2>
903
904     <refsect2><title>enable</title>
905       <para>
906         Re-enable a node that has been administratively disabled.
907       </para>
908     </refsect2>
909
910     <refsect2><title>stop</title>
911       <para>
912         This command is used to administratively STOP a node in the cluster.
913         A STOPPED node is connected to the cluster but will not host any
914         public ip addresse, nor does it participate in the VNNMAP.
915         The difference between a DISABLED node and a STOPPED node is that
916         a STOPPED node does not host any parts of the database which means
917         that a recovery is required to stop/continue nodes.
918       </para>
919     </refsect2>
920
921     <refsect2><title>continue</title>
922       <para>
923         Re-start a node that has been administratively stopped.
924       </para>
925     </refsect2>
926
927     <refsect2><title>addip &lt;public_ip/mask&gt; &lt;iface&gt;</title>
928       <para>
929         This command is used to add a new public ip to a node during runtime.
930         This allows public addresses to be added to a cluster without having
931         to restart the ctdb daemons.
932       </para>
933       <para>
934         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.
935  If you want this change to be permanent you must also update the public addresses file manually.
936       </para>
937     </refsect2>
938
939     <refsect2><title>delip &lt;public_ip&gt;</title>
940       <para>
941         This command is used to remove a public ip from a node during runtime.
942         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.
943       </para>
944       <para>
945         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.
946  If you want this change to be permanent you must also update the public addresses file manually.
947       </para>
948     </refsect2>
949
950     <refsect2><title>moveip &lt;public_ip&gt; &lt;node&gt;</title>
951       <para>
952       This command can be used to manually fail a public ip address to a
953       specific node.
954       </para>
955       <para>
956       In order to manually override the "automatic" distribution of public 
957       ip addresses that ctdb normally provides, this command only works
958       when you have changed the tunables for the daemon to:
959       </para>
960       <para>
961       DeterministicIPs = 0
962       </para>
963       <para>
964       NoIPFailback = 1
965       </para>
966     </refsect2>
967
968     <refsect2><title>shutdown</title>
969       <para>
970         This command will shutdown a specific CTDB daemon.
971       </para>
972     </refsect2>
973
974     <refsect2><title>recover</title>
975       <para>
976         This command will trigger the recovery daemon to do a cluster
977         recovery.
978       </para>
979     </refsect2>
980
981     <refsect2><title>ipreallocate</title>
982       <para>
983         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.
984       </para>
985     </refsect2>
986
987     <refsect2><title>setlmasterrole &lt;on|off&gt;</title>
988       <para>
989         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.
990       </para>
991
992       <para>
993         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.
994       </para>
995       <para>
996         Once this setting has been enabled/disabled, you need to perform a recovery for it to take effect.
997       </para>
998       <para>
999         See also "ctdb getcapabilities"
1000       </para>
1001     </refsect2>
1002
1003     <refsect2><title>setrecmasterrole &lt;on|off&gt;</title>
1004       <para>
1005         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.
1006       </para>
1007
1008       <para>
1009         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.
1010       </para>
1011       <para>
1012         See also "ctdb getcapabilities"
1013       </para>
1014     </refsect2>
1015
1016     <refsect2><title>killtcp &lt;srcip:port&gt; &lt;dstip:port&gt;</title>
1017       <para>
1018         This command will kill the specified TCP connection by issuing a
1019         TCP RST to the srcip:port endpoint. This is a command used by the 
1020         ctdb eventscripts.
1021       </para>
1022     </refsect2>
1023
1024     <refsect2><title>gratiousarp &lt;ip&gt; &lt;interface&gt;</title>
1025       <para>
1026         This command will send out a gratious arp for the specified interface
1027         through the specified interface. This command is mainly used by the
1028         ctdb eventscripts.
1029       </para>
1030     </refsect2>
1031
1032     <refsect2><title>reloadnodes</title>
1033       <para>
1034       This command is used when adding new nodes, or removing existing nodes from an existing cluster.
1035       </para>
1036       <para>
1037       Procedure to add a node:
1038       </para>
1039       <para>
1040       1, To expand an existing cluster, first ensure with 'ctdb status' that
1041       all nodes are up and running and that they are all healthy.
1042       Do not try to expand a cluster unless it is completely healthy!
1043       </para>
1044       <para>
1045       2, On all nodes, edit /etc/ctdb/nodes and add the new node as the last
1046       entry to the file. The new node MUST be added to the end of this file!
1047       </para>
1048       <para>
1049       3, Verify that all the nodes have identical /etc/ctdb/nodes files after you edited them and added the new node!
1050       </para>
1051       <para>
1052       4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1053       </para>
1054       <para>
1055       5, Use 'ctdb status' on all nodes and verify that they now show the additional node.
1056       </para>
1057       <para>
1058       6, Install and configure the new node and bring it online.
1059       </para>
1060       <para>
1061       Procedure to remove a node:
1062       </para>
1063       <para>
1064       1, To remove a node from an existing cluster, first ensure with 'ctdb status' that
1065       all nodes, except the node to be deleted, are up and running and that they are all healthy.
1066       Do not try to remove a node from a cluster unless the cluster is completely healthy!
1067       </para>
1068       <para>
1069       2, Shutdown and poweroff the node to be removed.
1070       </para>
1071       <para>
1072       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.
1073       </para>
1074       <para>
1075       4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1076       </para>
1077       <para>
1078       5, Use 'ctdb status' on all nodes and verify that the deleted node no longer shows up in the list..
1079       </para>
1080       <para>
1081       </para>
1082       
1083     </refsect2>
1084
1085     <refsect2><title>reloadips</title>
1086       <para>
1087       This command is used to reload the public addresses file and update the
1088         ip configuration of the running daemon.
1089       </para>
1090       <para>
1091       Procedure to update the public address configuration on a single node:
1092       </para>
1093       <para>
1094       1, Update the /etc/ctdb/public_addresses file on the node
1095       </para>
1096       <para>
1097       2, Run 'ctdb reloadips' on the node.
1098       </para>
1099       <para>
1100         The file will then be reloaded on the node and addresses will be added
1101         or removed as required to match the newly loaded file. When updating
1102         a single node it may take a little while before any newly added
1103          addresses are failed onto the node.
1104       </para>
1105
1106       <para>
1107       </para>
1108
1109       <para>
1110       Procedure to update the public address configuration on whole cluster:
1111       </para>
1112       <para>
1113       1, Update the /etc/ctdb/public_addresses file on all nodes
1114       </para>
1115       <para>
1116       2, Run 'ctdb reloadips -n all'.
1117       </para>
1118       <para>
1119         This command will then force all nodes to reload and update the
1120         addresses. This process is controlled and synchronized by the recovery
1121         master to ensure that all addresses are added to all nodes as one
1122         single operation, after which any required ip node rebalancing may
1123         may take place.
1124       </para>
1125       
1126     </refsect2>
1127
1128
1129     <refsect2><title>tickle &lt;srcip:port&gt; &lt;dstip:port&gt;</title>
1130       <para>
1131         This command will will send a TCP tickle to the source host for the
1132         specified TCP connection.
1133         A TCP tickle is a TCP ACK packet with an invalid sequence and 
1134         acknowledge number and will when received by the source host result
1135         in it sending an immediate correct ACK back to the other end.
1136       </para>
1137       <para>
1138         TCP tickles are useful to "tickle" clients after a IP failover has 
1139         occured since this will make the client immediately recognize the 
1140         TCP connection has been disrupted and that the client will need
1141         to reestablish. This greatly speeds up the time it takes for a client
1142         to detect and reestablish after an IP failover in the ctdb cluster.
1143       </para>
1144     </refsect2>
1145
1146     <refsect2><title>gettickles &lt;ip&gt;</title>
1147       <para>
1148         This command is used to show which TCP connections are registered with
1149         CTDB to be "tickled" if there is a failover.
1150       </para>
1151     </refsect2>
1152     <refsect2><title>repack [max_freelist]</title>
1153       <para>
1154         Over time, when records are created and deleted in a TDB, the TDB list of free space will become fragmented. This can lead to a slowdown in accessing TDB records.
1155         This command is used to defragment a TDB database and pruning the freelist.
1156       </para>
1157  
1158         <para>
1159         If [max_freelist] is specified, then a database will only be repacked if it has more than this number of entries in the freelist.
1160         </para>
1161       <para>
1162         During repacking of the database, the entire TDB database will be locked to prevent writes. If samba tries to write to a record in the database during a repack operation, samba will block until the repacking has completed.
1163       </para>
1164  
1165       <para>
1166         This command can be disruptive and can cause samba to block for the duration of the repack operation. In general, a repack operation will take less than one second to complete.
1167       </para>
1168  
1169       <para>
1170         A repack operation will only defragment the local TDB copy of the CTDB database. You need to run this command on all of the nodes to repack a CTDB database completely.
1171         </para>
1172
1173       <para>
1174         Example: ctdb repack 1000
1175       </para>
1176
1177       <para>
1178          By default, this operation is issued from the 00.ctdb event script every 5 minutes.
1179       </para>
1180  
1181     </refsect2>
1182
1183     <refsect2><title>vacuum [max_records]</title>
1184       <para>
1185         Over time CTDB databases will fill up with empty deleted records which will lead to a progressive slow down of CTDB database access.
1186         This command is used to prune all databases and delete all empty records from the cluster.
1187       </para>
1188  
1189       <para>
1190          By default, vacuum will delete all empty records from all databases.
1191          If [max_records] is specified, the command will only delete the first
1192          [max_records] empty records for each database.
1193       </para>
1194  
1195       <para>
1196          Vacuum only deletes records where the local node is the lmaster.
1197          To delete all records from the entire cluster you need to run a vacuum from each node.
1198
1199          This command is not disruptive. Samba is unaffected and will still be able to read/write records normally while the database is being vacuumed.
1200       </para>
1201
1202       <para>
1203         Example: ctdb vacuum
1204       </para>
1205  
1206       <para>
1207          By default, this operation is issued from the 00.ctdb event script every 5 minutes.
1208       </para>
1209     </refsect2>
1210
1211     <refsect2><title>backupdb &lt;dbname&gt; &lt;file&gt;</title>
1212       <para>
1213         This command can be used to copy the entire content of a database out to a file. This file can later be read back into ctdb using the restoredb command.
1214 This is mainly useful for backing up persistent databases such as secrets.tdb and similar.
1215       </para>
1216     </refsect2>
1217
1218     <refsect2><title>restoredb &lt;file&gt; [&lt;dbname&gt;]</title>
1219       <para>
1220         This command restores a persistent database that was previously backed up using backupdb.
1221         By default the data will be restored back into the same database as
1222         it was created from. By specifying dbname you can restore the data
1223         into a different database.
1224       </para>
1225     </refsect2>
1226
1227     <refsect2><title>wipedb &lt;dbname&gt;</title>
1228       <para>
1229         This command can be used to remove all content of a database.
1230       </para>
1231     </refsect2>
1232   </refsect1>
1233
1234
1235     <refsect2><title>getlog [&lt;level&gt;] [recoverd]</title>
1236       <para>
1237         In addition to the normal logging to a log file,
1238         CTDBD also keeps a in-memory ringbuffer containing the most recent
1239         log entries for all log levels (except DEBUG).
1240       </para>
1241       <para>
1242         This is useful since it allows for keeping continuous logs to a file
1243         at a reasonable non-verbose level, but shortly after an incident has
1244         occured, a much more detailed log can be pulled from memory. This
1245         can allow you to avoid having to reproduce an issue due to the
1246         on-disk logs being of insufficient detail.
1247       </para>
1248       <para>
1249         This command extracts all messages of level or lower log level
1250         from memory and prints it to the screen.  The level is not
1251         specified it defaults to NOTICE.
1252       </para>
1253       <para>
1254         By default, logs are extracted from the main CTDB daemon.  If
1255         the recoverd option is given then logs are extracted from the
1256         recovery daemon.
1257       </para>
1258     </refsect2>
1259
1260     <refsect2><title>clearlog [recoverd]</title>
1261       <para>
1262         This command clears the in-memory logging ringbuffer.
1263       </para>
1264       <para>
1265         By default, logs are cleared in the main CTDB daemon.  If the
1266         recoverd option is given then logs are cleared in the recovery
1267         daemon.
1268       </para>
1269     </refsect2>
1270
1271     <refsect2><title>setdbreadonly &lt;dbname|hash&gt;</title>
1272       <para>
1273         This command will enable the ReadOnly record support for a database.
1274         This is an experimental feature to improve performance for contended
1275         records primarily in locking.tdb and brlock.tdb.
1276         When enabling this feature you must set it on all nodes in the cluster.
1277         For now, this feature requires a special patch to samba in order to 
1278         use it.
1279       </para>
1280     </refsect2>
1281
1282
1283   <refsect1><title>Debugging Commands</title>
1284     <para>
1285       These commands are primarily used for CTDB development and testing and
1286       should not be used for normal administration.
1287     </para>
1288     <refsect2><title>process-exists &lt;pid&gt;</title>
1289       <para>
1290         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.
1291       </para>
1292     </refsect2>
1293
1294     <refsect2><title>getdbmap</title>
1295       <para>
1296         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.
1297       </para>
1298       <para>
1299         If a PERSISTENT database is not in a healthy state the database is
1300         flagged as UNHEALTHY. If there's at least one completely healthy node running in
1301         the cluster, it's possible that the content is restored by a recovery
1302         run automaticly. Otherwise an administrator needs to analyze the
1303         problem.
1304       </para>
1305       <para>
1306         See also "ctdb getdbstatus", "ctdb backupdb", "ctdb restoredb",
1307         "ctdb dumpbackup", "ctdb wipedb", "ctdb setvar AllowUnhealthyDBRead 1"
1308         and (if samba or tdb-utils are installed) "tdbtool check".
1309         </para>
1310         <para>
1311         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.
1312       </para>
1313       <para>
1314         Example: ctdb getdbmap
1315       </para>
1316       <para>
1317         Example output:
1318       </para>
1319       <screen format="linespecific">
1320 Number of databases:10
1321 dbid:0x435d3410 name:notify.tdb path:/var/ctdb/notify.tdb.0 
1322 dbid:0x42fe72c5 name:locking.tdb path:/var/ctdb/locking.tdb.0
1323 dbid:0x1421fb78 name:brlock.tdb path:/var/ctdb/brlock.tdb.0 
1324 dbid:0x17055d90 name:connections.tdb path:/var/ctdb/connections.tdb.0 
1325 dbid:0xc0bdde6a name:sessionid.tdb path:/var/ctdb/sessionid.tdb.0 
1326 dbid:0x122224da name:test.tdb path:/var/ctdb/test.tdb.0 
1327 dbid:0x2672a57f name:idmap2.tdb path:/var/ctdb/persistent/idmap2.tdb.0 PERSISTENT
1328 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT
1329 dbid:0xe98e08b6 name:group_mapping.tdb path:/var/ctdb/persistent/group_mapping.tdb.0 PERSISTENT
1330 dbid:0x7bbbd26c name:passdb.tdb path:/var/ctdb/persistent/passdb.tdb.0 PERSISTENT
1331       </screen>
1332       <para>
1333         Example output for an unhealthy database:
1334       </para>
1335       <screen format="linespecific">
1336 Number of databases:1
1337 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT UNHEALTHY
1338       </screen>
1339
1340       <para>
1341         Example output for a healthy database as machinereadable output -Y:
1342       </para>
1343       <screen format="linespecific">
1344 :ID:Name:Path:Persistent:Unhealthy:
1345 :0x7bbbd26c:passdb.tdb:/var/ctdb/persistent/passdb.tdb.0:1:0:
1346       </screen>
1347     </refsect2>
1348
1349     <refsect2><title>getdbstatus &lt;dbname&gt;</title>
1350       <para>
1351         This command displays more details about a database.
1352       </para>
1353       <para>
1354         Example: ctdb getdbstatus test.tdb.0
1355       </para>
1356       <para>
1357         Example output:
1358       </para>
1359       <screen format="linespecific">
1360 dbid: 0x122224da
1361 name: test.tdb
1362 path: /var/ctdb/test.tdb.0
1363 PERSISTENT: no
1364 HEALTH: OK
1365       </screen>
1366       <para>
1367         Example: ctdb getdbstatus registry.tdb (with a corrupted TDB)
1368       </para>
1369       <para>
1370         Example output:
1371       </para>
1372       <screen format="linespecific">
1373 dbid: 0xf2a58948
1374 name: registry.tdb
1375 path: /var/ctdb/persistent/registry.tdb.0
1376 PERSISTENT: yes
1377 HEALTH: NO-HEALTHY-NODES - ERROR - Backup of corrupted TDB in '/var/ctdb/persistent/registry.tdb.0.corrupted.20091208091949.0Z'
1378       </screen>
1379     </refsect2>
1380
1381     <refsect2><title>catdb &lt;dbname&gt;</title>
1382       <para>
1383         This command will dump a clustered TDB database to the screen. This is a debugging command.
1384       </para>
1385     </refsect2>
1386
1387     <refsect2><title>cattdb &lt;dbname&gt;</title>
1388       <para>
1389         This command will dump the content of the local TDB database to the screen. This is a debugging command.
1390       </para>
1391     </refsect2>
1392
1393     <refsect2><title>dumpdbbackup &lt;backup-file&gt;</title>
1394       <para>
1395         This command will dump the content of database backup to the screen
1396         (similar to ctdb catdb). This is a debugging command.
1397       </para>
1398     </refsect2>
1399
1400     <refsect2><title>getmonmode</title>
1401       <para>
1402         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.
1403       </para>
1404       <para>
1405         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.
1406       </para>
1407       <para>
1408         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.
1409       </para>
1410     </refsect2>
1411
1412
1413     <refsect2><title>setmonmode &lt;0|1&gt;</title>
1414       <para>
1415         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.
1416       </para>
1417     </refsect2>
1418
1419     <refsect2><title>attach &lt;dbname&gt; [persistent]</title>
1420       <para>
1421         This is a debugging command. This command will make the CTDB daemon create a new CTDB database and attach to it.
1422       </para>
1423     </refsect2>
1424
1425     <refsect2><title>dumpmemory</title>
1426       <para>
1427         This is a debugging command. This command will make the ctdb
1428         daemon to write a fill memory allocation map to standard output.
1429       </para>
1430     </refsect2>
1431
1432     <refsect2><title>rddumpmemory</title>
1433       <para>
1434         This is a debugging command. This command will dump the talloc memory
1435         allocation tree for the recovery daemon to standard output.
1436       </para>
1437     </refsect2>
1438
1439     <refsect2><title>thaw</title>
1440       <para>
1441         Thaw a previously frozen node.
1442       </para>
1443     </refsect2>
1444
1445
1446     <refsect2><title>eventscript &lt;arguments&gt;</title>
1447       <para>
1448         This is a debugging command. This command can be used to manually
1449         invoke and run the eventscritps with arbitrary arguments.
1450       </para>
1451     </refsect2>
1452
1453     <refsect2><title>ban &lt;bantime|0&gt;</title>
1454       <para>
1455         Administratively ban a node for bantime seconds. A bantime of 0 means that the node should be permanently banned. 
1456       </para>
1457       <para>
1458         A banned node does not participate in the cluster and does not host any records for the clustered TDB. Its ip address has been taken over by another node and no services are hosted.
1459       </para>
1460       <para>
1461         Nodes are automatically banned if they are the cause of too many
1462         cluster recoveries.
1463       </para>
1464       <para>
1465         This is primarily a testing command. Note that the recovery daemon controls the overall ban state and it may automatically unban nodes at will. Meaning that a node that has been banned by the administrator can and ofter are unbanned before the admin specifid timeout triggers. If wanting to "drop" a node out from the cluster for mainentance or other reasons, use the "stop" / "continue" commands instad of "ban" / "unban". 
1466       </para>
1467     </refsect2>
1468
1469     <refsect2><title>unban</title>
1470       <para>
1471         This command is used to unban a node that has either been 
1472         administratively banned using the ban command or has been automatically
1473         banned by the recovery daemon.
1474       </para>
1475     </refsect2>
1476
1477
1478     <refsect2><title>check_srvids &lt;srvid&gt; ...</title>
1479       <para>
1480         This command checks whether a set of srvid message ports are registered on the
1481         node or not. The command takes a list of values to check.
1482       </para>
1483       <para>
1484         Example: ctdb check_srvids 1 2 3 14765
1485       </para>
1486       <para>
1487         Example output:
1488       </para>
1489       <screen format="linespecific">
1490 Server id 0:1 does not exist
1491 Server id 0:2 does not exist
1492 Server id 0:3 does not exist
1493 Server id 0:14765 exists
1494       </screen>
1495     </refsect2>
1496
1497   </refsect1>
1498
1499   <refsect1><title>SEE ALSO</title>
1500     <para>
1501       ctdbd(1), onnode(1)
1502       <ulink url="http://ctdb.samba.org/"/>
1503     </para>
1504   </refsect1>
1505   <refsect1><title>COPYRIGHT/LICENSE</title>
1506 <literallayout>
1507 Copyright (C) Andrew Tridgell 2007
1508 Copyright (C) Ronnie sahlberg 2007
1509
1510 This program is free software; you can redistribute it and/or modify
1511 it under the terms of the GNU General Public License as published by
1512 the Free Software Foundation; either version 3 of the License, or (at
1513 your option) any later version.
1514
1515 This program is distributed in the hope that it will be useful, but
1516 WITHOUT ANY WARRANTY; without even the implied warranty of
1517 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1518 General Public License for more details.
1519
1520 You should have received a copy of the GNU General Public License
1521 along with this program; if not, see http://www.gnu.org/licenses/.
1522 </literallayout>
1523   </refsect1>
1524 </refentry>