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