Merge commit 'origin/master' into ronnie_merge
[samba.git] / ctdb / doc / ctdbd.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="ctdbd.1">
4
5 <refmeta>
6         <refentrytitle>ctdbd</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>ctdbd</refname>
13         <refpurpose>The CTDB cluster daemon</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>ctdbd</command>
19         </cmdsynopsis>
20         
21         <cmdsynopsis>
22                 <command>ctdbd</command>
23                 <arg choice="opt">-? --help</arg>
24                 <arg choice="opt">-d --debug=&lt;INTEGER&gt;</arg>
25                 <arg choice="req">--dbdir=&lt;directory&gt;</arg>
26                 <arg choice="req">--dbdir-persistent=&lt;directory&gt;</arg>
27                 <arg choice="opt">--event-script-dir=&lt;directory&gt;</arg>
28                 <arg choice="opt">-i --interactive</arg>
29                 <arg choice="opt">--listen=&lt;address&gt;</arg>
30                 <arg choice="opt">--logfile=&lt;filename&gt;</arg>
31                 <arg choice="opt">--lvs</arg>
32                 <arg choice="req">--nlist=&lt;filename&gt;</arg>
33                 <arg choice="opt">--no-lmaster</arg>
34                 <arg choice="opt">--no-recmaster</arg>
35                 <arg choice="opt">--nosetsched</arg>
36                 <arg choice="opt">--public-addresses=&lt;filename&gt;</arg>
37                 <arg choice="opt">--public-interface=&lt;interface&gt;</arg>
38                 <arg choice="req">--reclock=&lt;filename&gt;</arg>
39                 <arg choice="opt">--single-public-ip=&lt;address&gt;</arg>
40                 <arg choice="opt">--socket=&lt;filename&gt;</arg>
41                 <arg choice="opt">--start-as-disabled</arg>
42                 <arg choice="opt">--syslog</arg>
43                 <arg choice="opt">--torture</arg>
44                 <arg choice="opt">--transport=&lt;STRING&gt;</arg>
45                 <arg choice="opt">--usage</arg>
46         </cmdsynopsis>
47         
48 </refsynopsisdiv>
49
50   <refsect1><title>DESCRIPTION</title>
51     <para>
52       ctdbd is the main ctdb daemon.
53     </para>
54     <para>
55       ctdbd provides a clustered version of the TDB database with automatic rebuild/recovery of the databases upon nodefailures.
56     </para>
57     <para>
58       Combined with a cluster filesystem ctdbd provides a full HA environment for services such as clustered Samba and NFS as well as other services.
59     </para>
60     <para>
61       ctdbd provides monitoring of all nodes in the cluster and automatically reconfigures the cluster and recovers upon node failures.
62     </para>
63     <para>
64       ctdbd is the main component in clustered Samba that provides a high-availability load-sharing CIFS server cluster.
65     </para>
66   </refsect1>
67
68
69   <refsect1>
70     <title>OPTIONS</title>
71
72     <variablelist>
73       <varlistentry><term>-? --help</term>
74         <listitem>
75           <para>
76             Print some help text to the screen.
77           </para>
78         </listitem>
79       </varlistentry>
80
81       <varlistentry><term>-d --debug=&lt;DEBUGLEVEL&gt;</term>
82         <listitem>
83           <para>
84             This option sets the debuglevel on the ctdbd daemon which controls what will be written to the logfile. The default is 0 which will only log important events and errors. A larger number will provide additional logging.
85           </para>
86         </listitem>
87       </varlistentry>
88
89       <varlistentry><term>--dbdir=&lt;directory&gt;</term>
90         <listitem>
91           <para>
92             This is the directory on local storage where ctdbd keeps the local
93             copy of the TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
94           </para>
95           <para>
96             This directory would usually be /var/ctdb .
97           </para>
98         </listitem>
99       </varlistentry>
100
101       <varlistentry><term>--dbdir-persistent=&lt;directory&gt;</term>
102         <listitem>
103           <para>
104             This is the directory on local storage where ctdbd keeps the local
105             copy of the persistent TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
106           </para>
107           <para>
108             This directory would usually be /etc/ctdb/persistent .
109           </para>
110         </listitem>
111       </varlistentry>
112
113       <varlistentry><term>--event-script-dir=&lt;directory&gt;</term>
114         <listitem>
115           <para>
116             This option is used to specify the directory where the CTDB event
117             scripts are stored.
118           </para>
119           <para>
120             This will normally be /etc/ctdb/events.d which is part of the ctdb distribution.
121           </para>
122         </listitem>
123       </varlistentry>
124
125       <varlistentry><term>-i --interactive</term>
126         <listitem>
127           <para>
128             By default ctdbd will detach itself from the shell and run in
129             the background as a daemon. This option makes ctdbd to start in interactive mode.
130           </para>
131         </listitem>
132       </varlistentry>
133
134       <varlistentry><term>--listen=&lt;address&gt;</term>
135         <listitem>
136           <para>
137             This specifies which ip address ctdb will bind to. By default ctdbd will bind to the first address it finds in the /etc/ctdb/nodes file and which is also present on the local system in which case you do not need to provide this option.
138           </para>
139           <para>
140             This option is only required when you want to run multiple ctdbd daemons/nodes on the same physical host in which case there would be multiple entries in /etc/ctdb/nodes what would match a local interface.
141           </para>
142         </listitem>
143       </varlistentry>
144
145       <varlistentry><term>--logfile=&lt;filename&gt;</term>
146         <listitem>
147           <para>
148             This is the file where ctdbd will write its log. This is usually /var/log/log.ctdb .
149           </para>
150         </listitem>
151       </varlistentry>
152
153       <varlistentry><term>--lvs</term>
154         <listitem>
155           <para>
156           This option is used to activate the LVS capability on a CTDB node.
157           Please see the LVS section.
158           </para>
159         </listitem>
160       </varlistentry>
161
162       <varlistentry><term>--nlist=&lt;filename&gt;</term>
163         <listitem>
164           <para>
165             This file contains a list of the private ip addresses of every node in the cluster. There is one line/ip address for each node. This file must be the same for all nodes in the cluster.
166           </para>
167           <para>
168             This file is usually /etc/ctdb/nodes .
169           </para>
170         </listitem>
171       </varlistentry>
172
173       <varlistentry><term>--no-lmaster</term>
174         <listitem>
175           <para>
176           This argument specifies that this node can NOT become an lmaster
177           for records in the database. This means that it will never show up
178           in the vnnmap. This feature is primarily used for making a cluster
179         span across a WAN link and use CTDB as a WAN-accelerator.
180           </para>
181           <para>
182           Please see the "remote cluster nodes" section for more information.
183           </para>
184         </listitem>
185       </varlistentry>
186
187       <varlistentry><term>--no-recmaster</term>
188         <listitem>
189           <para>
190           This argument specifies that this node can NOT become a recmaster
191           for the database. This feature is primarily used for making a cluster
192         span across a WAN link and use CTDB as a WAN-accelerator.
193           </para>
194           <para>
195           Please see the "remote cluster nodes" section for more information.
196           </para>
197         </listitem>
198       </varlistentry>
199
200       <varlistentry><term>--nosetsched</term>
201         <listitem>
202           <para>
203             This is a ctdbd debugging option. this option is only used when
204             debugging ctdbd.
205           </para>
206           <para>
207             Normally ctdb will change its scheduler to run as a real-time 
208             process. This is the default mode for a normal ctdbd operation
209             to gurarantee that ctdbd always gets the cpu cycles that it needs.
210           </para>
211           <para>
212             This option is used to tell ctdbd to NOT run as a real-time process
213             and instead run ctdbd as a normal userspace process.
214             This is useful for debugging and when you want to run ctdbd under
215             valgrind or gdb. (You dont want to attach valgrind or gdb to a
216             real-time process.)
217           </para>
218         </listitem>
219       </varlistentry>
220
221       <varlistentry><term>--public_addresses=&lt;filename&gt;</term>
222         <listitem>
223           <para>
224             When used with IP takeover this specifies a file containing the public ip addresses to use on the cluster. This file contains a list of ip addresses netmasks and interfaces. When ctdb is operational it will distribute these public ip addresses evenly across the available nodes.
225           </para>
226           <para>
227             This is usually the file /etc/ctdb/public_addresses
228           </para>
229         </listitem>
230       </varlistentry>
231
232       <varlistentry><term>--public-interface=&lt;interface&gt;</term>
233         <listitem>
234           <para>
235             This option tells ctdb which interface to attach public-addresses
236             to and also where to attach the single-public-ip when used.
237             </para>
238             <para>
239             This is only required when using public ip addresses and only when
240             you dont specify the interface explicitly in /etc/ctdb/public_addresses or when you are using --single-public-ip.
241           </para>
242           <para>
243           If you omit this argument when using public addresses or single public ip, ctdb will not be able to send out Gratious ARPs correctly or be able to kill tcp connections correctly which will lead to application failures. 
244           </para>
245         </listitem>
246       </varlistentry>
247
248       <varlistentry><term>--reclock=&lt;filename&gt;</term>
249         <listitem>
250           <para>
251             This is the name of the lock file stored of the shared cluster filesystem that ctdbd uses to prevent split brains from occuring.
252             This file must be stored on shared storage.
253           </para>
254           <para>
255             It is possible to run CTDB without a reclock file, but then there 
256             will be no protection against split brain if the network becomes
257             partitioned. Using CTDB without a reclock file is strongly
258             discouraged.
259           </para>
260         </listitem>
261       </varlistentry>
262
263       <varlistentry><term>--socket=&lt;filename&gt;</term>
264         <listitem>
265           <para>
266             This specifies the name of the domain socket that ctdbd will create. This socket is used for local clients to attach to and communicate with the ctdbd daemon.
267           </para>
268           <para>
269             The default is /tmp/ctdb.socket . You only need to use this option if you plan to run multiple ctdbd daemons on the same physical host.
270           </para>
271         </listitem>
272       </varlistentry>
273
274       <varlistentry><term>--start-as-disabled</term>
275         <listitem>
276           <para>
277           This makes the ctdb daemon to be DISABLED when it starts up.
278           </para>
279           <para>
280           As it is DISABLED it will not get any of the public ip addresses
281           allocated to it, and thus this allow you to start ctdb on a node 
282           without causing any ip address to failover from other nodes onto
283           the new node.
284           </para>
285           <para>
286           When used, the administrator must keep track of when nodes start and
287           manually enable them again using the "ctdb enable" command, or else
288           the node will not host any services.
289           </para>
290           <para>
291           A node that is DISABLED will not host any services and will not be
292           reachable/used by any clients.
293           </para>
294         </listitem>
295       </varlistentry>
296
297       <varlistentry><term>--syslog</term>
298         <listitem>
299           <para>
300             Send all log messages to syslog instead of to the ctdb logfile.
301           </para>
302         </listitem>
303       </varlistentry>
304
305       <varlistentry><term>--torture</term>
306         <listitem>
307           <para>
308             This option is only used for development and testing of ctdbd. It adds artificial errors and failures to the common codepaths in ctdbd to verify that ctdbd can recover correctly for failures.
309           </para>
310           <para>
311             You do NOT want to use this option unless you are developing and testing new functionality in ctdbd.
312           </para>
313         </listitem>
314       </varlistentry>
315
316       <varlistentry><term>--transport=&lt;STRING&gt;</term>
317         <listitem>
318           <para>
319             This option specifies which transport to use for ctdbd internode communications. The default is "tcp".
320           </para>
321           <para>
322             Currently only "tcp" is supported but "infiniband" might be
323             implemented in the future.
324           </para>
325         </listitem>
326       </varlistentry>
327
328       <varlistentry><term>--usage</term>
329         <listitem>
330           <para>
331             Print useage information to the screen.
332           </para>
333         </listitem>
334       </varlistentry>
335
336     </variablelist>
337   </refsect1>
338
339
340   <refsect1><title>Private vs Public addresses</title>
341     <para>
342       When used for ip takeover in a HA environment, each node in a ctdb 
343       cluster has multiple ip addresses assigned to it. One private and one or more public.
344     </para>
345
346     <refsect2><title>Private address</title>
347       <para>
348         This is the physical ip address of the node which is configured in 
349         linux and attached to a physical interface. This address uniquely
350         identifies a physical node in the cluster and is the ip addresses
351         that ctdbd will use to communicate with the ctdbd daemons on the
352         other nodes in the cluster.
353       </para>
354       <para>
355         The private addresses are configured in /etc/ctdb/nodes 
356         (unless the --nlist option is used) and contain one line for each 
357         node in the cluster. Each line contains the private ip address for one
358         node in the cluster. This file must be the same on all nodes in the
359         cluster.
360       </para>
361       <para>
362         Since the private addresses are only available to the network when the
363         corresponding node is up and running you should not use these addresses
364         for clients to connect to services provided by the cluster. Instead
365         client applications should only attach to the public addresses since
366         these are guaranteed to always be available.
367       </para>
368       <para>
369         When using ip takeover, it is strongly recommended that the private 
370         addresses are configured on a private network physically separated
371         from the rest of the network and that this private network is dedicated
372         to CTDB traffic.
373       </para>
374       Example /etc/ctdb/nodes for a four node cluster:
375       <screen format="linespecific">
376         10.1.1.1
377         10.1.1.2
378         10.1.1.3
379         10.1.1.4
380       </screen>
381     </refsect2>
382     <refsect2><title>Public address</title>
383       <para>
384         A public address on the other hand is not attached to an interface.
385         This address is managed by ctdbd itself and is attached/detached to
386         a physical node at runtime.
387       </para>
388       <para>
389         The ctdb cluster will assign/reassign these public addresses across the
390         available healthy nodes in the cluster. When one node fails, its public address
391         will be migrated to and taken over by a different node in the cluster
392         to ensure that all public addresses are always available to clients as 
393         long as there are still nodes available capable of hosting this address.
394       </para>
395       <para>
396         These addresses are not physically attached to a specific node. 
397         The 'ctdb ip' command can be used to view the current assignment of 
398         public addresses and which physical node is currently serving it.
399       </para>
400       <para>
401         On each node this file contains a list of the public addresses that 
402         this node is capable of hosting.
403         The list also contain the netmask and the 
404         interface where this address should be attached for the case where you
405         may want to serve data out through multiple different interfaces.
406       </para>
407       Example /etc/ctdb/public_addresses for a node that can host 4 public addresses:
408       <screen format="linespecific">
409         11.1.1.1/24 eth0
410         11.1.1.2/24 eth0
411         11.1.2.1/24 eth1
412         11.1.2.2/24 eth1
413       </screen>
414
415         <para>
416         In most cases this file would be the same on all nodes in a cluster but
417         there are exceptions when one may want to use different files
418         on different nodes.
419         </para>
420         Example: 4 nodes partitioned into two subgroups :
421         <screen format="linespecific">
422         Node 0:/etc/ctdb/public_addresses
423                 10.1.1.1/24 eth0
424                 10.1.1.2/24 eth0
425
426         Node 1:/etc/ctdb/public_addresses
427                 10.1.1.1/24 eth0
428                 10.1.1.2/24 eth0
429
430         Node 2:/etc/ctdb/public_addresses
431                 10.2.1.1/24 eth0
432                 10.2.1.2/24 eth0
433
434         Node 3:/etc/ctdb/public_addresses
435                 10.2.1.1/24 eth0
436                 10.2.1.2/24 eth0
437         </screen>
438         <para>
439         In this example nodes 0 and 1 host two public addresses on the 
440         10.1.1.x network  while nodes 2 and 3 host two public addresses for the 
441         10.2.1.x network.
442         </para>
443         <para>
444         Ip address 10.1.1.1 can be hosted by either of nodes 0 or 1 and will be
445         available to clients as long as at least one of these two nodes are
446         available.
447         If both nodes 0 and node 1 become unavailable 10.1.1.1 also becomes 
448         unavailable. 10.1.1.1 can not be failed over to node 2 or node 3 since
449         these nodes do not have this ip address listed in their public
450         addresses file.
451         </para>
452     </refsect2>
453   </refsect1>
454
455
456   <refsect1><title>Node status</title>
457     <para>
458       The current status of each node in the cluster can be viewed by the 
459       'ctdb status' command.
460     </para>
461     <para>
462       There are five possible states for a node.
463     </para>
464
465     <para>
466       OK - This node is fully functional.
467     </para>
468     
469     <para>
470       DISCONNECTED - This node could not be connected through the network 
471       and is currently not particpating in the cluster. If there is a 
472       public IP address associated with this node it should have been taken 
473       over by a different node. No services are running on this node.
474     </para>
475  
476     <para>
477       DISABLED - This node has been administratively disabled. This node is 
478       still functional and participates in the CTDB cluster but its IP 
479       addresses have been taken over by a different node and no services are 
480       currently being hosted.
481     </para>
482    
483     <para>
484       UNHEALTHY - A service provided by this node is malfunctioning and should 
485       be investigated. The CTDB daemon itself is operational and participates 
486       in the cluster. Its public IP address has been taken over by a different 
487       node and no services are currently being hosted. All unhealthy nodes 
488       should be investigated and require an administrative action to rectify.
489     </para>
490     
491     <para>
492       BANNED - This node failed too many recovery attempts and has been banned 
493       from participating in the cluster for a period of RecoveryBanPeriod 
494       seconds. Any public IP address has been taken over by other nodes. This 
495       node does not provide any services. All banned nodes should be 
496       investigated and require an administrative action to rectify. This node 
497       does not perticipate in the CTDB cluster but can still be communicated 
498       with. I.e. ctdb commands can be sent to it.
499     </para>
500   </refsect1>
501
502   <refsect1>
503     <title>PUBLIC TUNABLES</title>
504     <para>
505     These are the public tuneables that can be used to control how ctdb behaves.
506     </para>
507
508     <refsect2><title>KeepaliveInterval</title>
509     <para>Default: 1</para>
510     <para>
511     How often should the nodes send keepalives to eachother.
512     </para>
513     </refsect2>
514     <refsect2><title>KeepaliveLimit</title>
515     <para>Default: 5</para>
516     <para>
517     After how many keepalive intervals without any traffic should a node
518     wait until marking the peer as DISCONNECTED.
519     </para>
520     </refsect2>
521     <refsect2><title>MonitorInterval</title>
522     <para>Default: 15</para>
523     <para>
524     How often should ctdb run the event scripts to check for a nodes health.
525     </para>
526     </refsect2>
527     <refsect2><title>TickleUpdateInterval</title>
528     <para>Default: 20</para>
529     <para>
530     How often will ctdb record and store the "tickle" information used to
531     kickstart stalled tcp connections after a recovery.
532     </para>
533     </refsect2>
534     <refsect2><title>EventScriptTimeout</title>
535     <para>Default: 20</para>
536     <para>
537     How long should ctdb let an event script run before aborting it and
538     marking the node unhealthy.
539     </para>
540     </refsect2>
541     <refsect2><title>RecoveryBanPeriod</title>
542     <para>Default: 300</para>
543     <para>
544     If a node becomes banned causing repetitive recovery failures. The node will
545     eventually become banned from the cluster.
546     This controls how long the culprit node will be banned from the cluster
547     before it is allowed to try to join the cluster again.
548     Dont set to small. A node gets banned for a reason and it is usually due
549     to real problems with the node.
550     </para>
551     </refsect2>
552     <refsect2><title>DatabaseHashSize</title>
553     <para>Default: 100000</para>
554     <para>
555     Size of the hash chains for the local store of the tdbs that ctdb manages.
556     </para>
557     </refsect2>
558     <refsect2><title>RerecoveryTimeout</title>
559     <para>Default: 10</para>
560     <para>
561     Once a recovery has completed, no additional recoveries are permitted until this timeout has expired.
562     </para>
563     </refsect2>
564     <refsect2><title>EnableBans</title>
565     <para>Default: 1</para>
566     <para>
567     When set to 0, this disables BANNING completely in the cluster and thus nodes can not get banned, even it they break. Dont set to 0.
568     </para>
569     </refsect2>
570     <refsect2><title>DeterministicIPs</title>
571     <para>Default: 1</para>
572     <para>
573     When enabled, this tunable makes ctdb try to keep public IP addresses locked to specific nodes as far as possible. This makes it easier for debugging since you can know that as long as all nodes are healthy public IP X will always be hosted by node Y. 
574     </para>
575     <para>
576     The cost of using deterministic IP address assignment is that it disables part of the logic where ctdb tries to reduce the number of public IP assignment changes in the cluster. This tunable may increase the number of IP failover/failbacks that are performed on the cluster by a small margin.
577     </para>
578     </refsect2>
579     <refsect2><title>DisableWhenUnhealthy</title>
580     <para>Default: 0</para>
581     <para>
582     When set, As soon as a node becomes unhealthy, that node will also automatically become permanently DISABLED. Once a node is DISABLED, the only way to make it participate in the cluster again and host services is by manually enabling the node again using 'ctdb enable'. 
583     </para>
584     <para>
585     This disables parts of the resilience and robustness of the cluster and should ONLY be used when the system administrator is actively monitoring the cluster, so that nodes can be enabled again.
586     </para>
587     </refsect2>
588     <refsect2><title>NoIPFailback</title>
589     <para>Default: 0</para>
590     <para>
591     When set to 1, ctdb will not perform failback of IP addresses when a node becomes healthy. Ctdb WILL perform failover of public IP addresses when a node becomes UNHEALTHY, but when the node becomes HEALTHY again, ctdb will not fail the addresses back.
592     </para>
593     <para>
594     Use with caution! Normally when a node becomes available to the cluster
595 ctdb will try to reassign public IP addresses onto the new node as a way to distribute the workload evenly across the clusternode. Ctdb tries to make sure that all running nodes have approximately the same number of public addresses it hosts.
596     </para>
597     <para>
598     When you enable this tunable, CTDB will no longer attempt to rebalance the cluster by failing IP addresses back to the new nodes. An unbalanced cluster will therefore remain unbalanced until there is manual intervention from the administrator. When this parameter is set, you can manually fail public IP addresses over to the new node(s) using the 'ctdb moveip' command.
599     </para>
600     </refsect2>
601   </refsect1>
602
603   <refsect1><title>LVS</title>
604     <para>
605     LVS is a mode where CTDB presents one single IP address for the entire
606     cluster. This is an alternative to using public IP addresses and round-robin
607     DNS to loadbalance clients across the cluster.
608     </para>
609
610     <para>
611     This is similar to using a layer-4 loadbalancing switch but with some restrictions.
612     </para>
613
614     <para>
615     In this mode the cluster select a set of nodes in the cluster and loadbalance
616     all client access to the LVS address across this set of nodes. This set of nodes are all LVS capable nodes that are HEALTHY, or if no HEALTHY nodes exists
617     all LVS capable nodes regardless of health status.
618     LVS will however never loadbalance traffic to nodes that are BANNED,
619     DISABLED or DISCONNECTED. The "ctdb lvs" command is used to show
620     which nodes are currently load-balanced across.
621     </para>
622
623     <para>
624     One of the these nodes are elected as the LVSMASTER. This node receives all
625     traffic from clients coming in to the LVS address and multiplexes it
626     across the internal network to one of the nodes that LVS is using.
627     When responding to the client, that node will send the data back
628     directly to the client, bypassing the LVSMASTER node.
629     The command "ctdb lvsmaster" will show which node is the current
630     LVSMASTER.
631     </para>
632
633     <para>
634     The path used for a client i/o is thus :
635     <screen format="linespecific">
636         (1) Client sends request packet to LVSMASTER
637         (2) LVSMASTER passes the request on to one node across the internal network.
638         (3) Selected node processes the request.
639         (4) Node responds back to client.
640     </screen>
641     </para>
642
643     <para> 
644     This means that all incoming traffic to the cluster will pass through
645     one physical node, which limits scalability. You can send more data to the
646     LVS address that one physical node can multiplex. This means that you 
647     should not use LVS if your I/O pattern is write-intensive since you will be
648     limited in the available network bandwidth that node can handle.
649     LVS does work wery well for read-intensive workloads where only smallish
650     READ requests are going through the LVSMASTER bottleneck and the majority
651     of the traffic volume (the data in the read replies) goes straight from
652     the processing node back to the clients. For read-intensive i/o patterns you can acheive very high throughput rates in this mode.
653     </para>
654
655     <para>
656     Note: you can use LVS and public addresses at the same time.
657     </para>
658
659     <refsect2><title>Configuration</title>
660         <para>
661     To activate LVS on a CTDB node you must specify CTDB_PUBLIC_INTERFACE and 
662     CTDB_LVS_PUBLIC_ADDRESS in /etc/sysconfig/ctdb.
663         </para>
664
665         <para>
666 You must also specify the "--lvs" command line argument to ctdbd to activete LVS as a capability of the node. This should be done automatically for you by the /etc/init.d/ctdb script.
667         </para>
668
669         <para>
670         Example:
671     <screen format="linespecific">
672         CTDB_PUBLIC_INTERFACE=eth0
673         CTDB_LVS_PUBLIC_IP=10.0.0.237
674         </screen>
675         </para>
676
677     </refsect2>
678
679     <para>
680     If you use LVS, you must still have a real/permanent address configured
681     for the public interface on each node. This address must be routable
682     and the cluster nodes must be configured so that all traffic back to client
683     hosts are routed through this interface. This is also required in order
684     to allow samba/winbind on the node to talk to the domain controller.
685     (we can not use the lvs IP address to initiate outgoing traffic)
686     </para>
687     <para>
688     I.e. make sure that you can "ping" both the domain controller and also
689     all of the clients from the node BEFORE you enable LVS. Also make sure
690     that when you ping these hosts that the traffic is routed out through the
691     eth0 interface.
692     </para>
693   </refsect1>
694     
695
696   <refsect1><title>REMOTE CLUSTER NODES</title>
697     <para>
698 It is possible to have a CTDB cluster that spans across a WAN link. 
699 For example where you have a CTDB cluster in your datacentre but you also
700 want to have one additional CTDB node located at a remote branch site.
701 This is similar to how a WAN accelerator works but with the difference 
702 that while a WAN-accelerator often acts as a Proxy or a MitM, in 
703 the ctdb remote cluster node configuration the Samba instance at the remote site
704 IS the genuine server, not a proxy and not a MitM, and thus provides 100%
705 correct CIFS semantics to clients.
706     </para>
707
708     <para>
709         See the cluster as one single multihomed samba server where one of
710         the NICs (the remote node) is very far away.
711     </para>
712
713     <para>
714         NOTE: This does require that the cluster filesystem you use can cope
715         with WAN-link latencies. Not all cluster filesystems can handle
716         WAN-link latencies! Whether this will provide very good WAN-accelerator
717         performance or it will perform very poorly depends entirely
718         on how optimized your cluster filesystem is in handling high latency
719         for data and metadata operations.
720     </para>
721
722     <para>
723         To activate a node as being a remote cluster node you need to set
724         the following two parameters in /etc/sysconfig/ctdb  for the remote node:
725         <screen format="linespecific">
726 CTDB_CAPABILITY_LMASTER=no
727 CTDB_CAPABILITY_RECMASTER=no
728         </screen>
729     </para>
730
731     <para>
732         Verify with the command "ctdb getcapabilities" that that node no longer
733         has the recmaster or the lmaster capabilities.
734     </para>
735
736   </refsect1>
737
738
739   <refsect1><title>NAT-GW</title>
740     <para>
741       Sometimes it is desireable to run services on the CTDB node which will
742       need to originate outgoing traffic to external servers. This might
743       be contacting NIS servers, LDAP servers etc. etc.
744     </para>
745     <para>
746       This can sometimes be problematic since there are situations when a
747       node does not have any public ip addresses assigned. This could
748       be due to the nobe just being started up and no addresses have been
749       assigned yet or it could be that the node is UNHEALTHY in which
750       case all public addresses have been migrated off.
751     </para>
752     <para>
753       If then the service status of CTDB depends on such services being
754       able to always being able to originate traffic to external resources
755       this becomes extra troublesome. The node might be UNHEALTHY because
756       the service can not be reached, and the service can not be reached
757       because the node is UNHEALTHY.
758     </para>
759     <para>
760       There are two ways to solve this problem. The first is by assigning a
761       static ip address for one public interface on every node which will allow
762       every node to be able to route traffic to the public network even
763       if there are no public addresses assigned to the node.
764       This is the simplest way but it uses up a lot of ip addresses since you
765       have to assign both static and also public addresses to each node.
766     </para>
767     <refsect2><title>NAT-GW</title>
768     <para>
769       A second way is to use the built in NAT-GW feature in CTDB.
770       With NAT-GW you assign one public NATGW address for each natgw group.
771       Each NATGW group is a set of nodes in the cluster that shares the same
772       NATGW address to talk to the outside world. Normally there would only be
773       one NATGW group spanning the entire cluster, but in situations where one
774       ctdb cluster spans multiple physical sites it is useful to have one
775       NATGW group for each of the two sites.
776     </para>
777     <para>
778       There can be multiple NATGW groups in one cluster but each node can only
779       be member of one NATGW group.
780     </para>
781     <para>
782       In each NATGW group, one of the nodes is designated the NAT Gateway
783       through which all traffic that is originated by nodes in this group
784       will be routed through if a public addresses are not available. 
785     </para>
786     </refsect2>
787
788     <refsect2><title>Configuration</title>
789     <para>
790       NAT-GW is configured in /etc/sysconfigctdb by setting the following
791       variables:
792     </para>
793     <screen format="linespecific">
794 # NAT-GW configuration
795 # Some services running on nthe CTDB node may need to originate traffic to
796 # remote servers before the node is assigned any IP addresses,
797 # This is problematic since before the node has public addresses the node might
798 # not be able to route traffic to the public networks.
799 # One solution is to have static public addresses assigned with routing
800 # in addition to the public address interfaces, thus guaranteeing that
801 # a node always can route traffic to the external network.
802 # This is the most simple solution but it uses up a large number of 
803 # additional ip addresses.
804 #
805 # A more complex solution is NAT-GW.
806 # In this mode we only need one additional ip address for the cluster from
807 # the exsternal public network.
808 # One of the nodes in the cluster is elected to be hosting this ip address
809 # so it can reach the external services. This node is also configured
810 # to use NAT MASQUERADING for all traffic from the internal private network
811 # to the external network. This node is the NAT-GW node.
812 #
813 # All other nodes are set up with a default rote with a metric of 10 to point
814 # to the nat-gw node.
815
816 # The effect of this is that only when a node does not have a public address
817 # and thus no proper routes to the external world it will instead
818 # route all packets through the nat-gw node.
819 #
820 # CTDB_NATGW_NODES is the list of nodes that belong to this natgw group.
821 # You can have multiple natgw groups in one cluster but each node
822 # can only belong to one single natgw group.
823 #
824 # CTDB_NATGW_PUBLIC_IP=10.0.0.227/24
825 # CTDB_NATGW_PUBLIC_IFACE=eth0
826 # CTDB_NATGW_DEFAULT_GATEWAY=10.0.0.1
827 # CTDB_NATGW_PRIVATE_NETWORK=10.1.1.0/24
828 # CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes
829     </screen>
830     </refsect2>
831
832     <refsect2><title>CTDB_NATGW_PUBLIC_IP</title>
833     <para>
834       This is an ip address in the public network that is used for all outgoing
835       traffic when the public addresses are not assigned.
836       This address will be assigned to one of the nodes in the cluster which
837       will masquerade all traffic for the other nodes.
838     </para>
839     <para>
840       Format of this parameter is IPADDRESS/NETMASK
841     </para>
842     </refsect2>
843
844     <refsect2><title>CTDB_NATGW_PUBLIC_IFACE</title>
845     <para>
846       This is the physical interface where the CTDB_NATGW_PUBLIC_IP will be
847       assigned to. This should be an interface connected to the public network.
848     </para>
849     <para>
850       Format of this parameter is INTERFACE
851     </para>
852     </refsect2>
853
854     <refsect2><title>CTDB_NATGW_DEFAULT_GATEWAY</title>
855     <para>
856       This is the default gateway to use on the node that is elected to host
857       the CTDB_NATGW_PUBLIC_IP. This is the default gateway on the public network.
858     </para>
859     <para>
860       Format of this parameter is IPADDRESS
861     </para>
862     </refsect2>
863
864     <refsect2><title>CTDB_NATGW_PRIVATE_NETWORK</title>
865     <para>
866       This is the network/netmask used for the interal private network.
867     </para>
868     <para>
869       Format of this parameter is IPADDRESS/NETMASK
870     </para>
871     </refsect2>
872
873     <refsect2><title>CTDB_NATGW_NODES</title>
874     <para>
875       This is the list of all nodes that belong to the same NATGW group
876       as this node. The default is /etc/ctdb/natgw_nodes.
877     </para>
878     </refsect2>
879
880     <refsect2><title>Operation</title>
881     <para>
882       When the NAT-GW fiunctionality is used, one of the nodes is elected
883       to act as a NAT router for all the other nodes in the group when
884       they need to originate traffic to the external public network.
885     </para>
886     <para>
887       The NAT-GW node is assigned the CTDB_NATGW_PUBLIC_IP to the designated
888       interface and the provided default route. The NAT-GW is configured
889       to act as a router and to masquerade all traffic it receives from the
890       internal private network and which is destined to the external network(s).
891     </para>
892     <para>
893       All other nodes in the group are configured with a default route of
894       metric 10 pointing to the designated NAT GW node.
895     </para>
896     <para>
897       This is implemented in the 11.natgw eventscript. Please see the
898       eventscript for further information.
899     </para>
900
901     </refsect2>
902
903   </refsect1>
904
905
906
907 <refsect1><title>ClamAV Daemon</title>
908 <para>
909 CTDB has support to manage the popular anti-virus daemon ClamAV.
910 This support is implemented through the
911 eventscript : /etc/ctdb/events.d/31.clamd.
912 </para>
913       
914 <refsect2><title>Configuration</title>
915 <para>
916 Start by configuring CLAMAV normally and test that it works. Once this is
917 done, copy the configuration files over to all the nodes so that all nodes
918 share identical CLAMAV configurations.
919 Once this is done you can proceed with the intructions below to activate
920 CTDB support for CLAMAV.
921 </para>
922
923 <para>
924 First, to activate CLAMAV support in CTDB, edit /etc/sysconfig/ctdb and add the two lines :
925 </para>
926 <screen format="linespecific">
927 CTDB_MANAGES_CLAMD=yes
928 CTDB_CLAMD_SOCKET="/path/to/clamd.socket"
929 </screen>
930
931 <para>
932 Second, activate the eventscript by making it executable:
933 </para>
934 <screen format="linespecific">
935 chmod +x /etc/ctdb/events.d/31.clamd
936 </screen>
937
938 <para>
939 Third, CTDB will now be starting and stopping this service accordingly,
940 so make sure that the system is not configured to start/stop this service
941 automatically.
942 On RedHat systems you can disable the system starting/stopping CLAMAV automatically by running :
943 <screen format="linespecific">
944 chkconfig clamd off
945 </screen>
946 </para>
947
948
949 <para>
950 Once you have restarted CTDBD, use
951 <screen format="linespecific">
952 ctdb scriptstatus
953 </screen>
954 and verify that the 31.clamd eventscript is listed and that it was executed successfully.
955 </para>
956
957 </refsect2>
958 </refsect1>
959
960
961
962
963   <refsect1><title>SEE ALSO</title>
964     <para>
965       ctdb(1), onnode(1)
966       <ulink url="http://ctdb.samba.org/"/>
967     </para>
968   </refsect1>
969
970   <refsect1><title>COPYRIGHT/LICENSE</title>
971 <literallayout>
972 Copyright (C) Andrew Tridgell 2007
973 Copyright (C) Ronnie sahlberg 2007
974
975 This program is free software; you can redistribute it and/or modify
976 it under the terms of the GNU General Public License as published by
977 the Free Software Foundation; either version 3 of the License, or (at
978 your option) any later version.
979
980 This program is distributed in the hope that it will be useful, but
981 WITHOUT ANY WARRANTY; without even the implied warranty of
982 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
983 General Public License for more details.
984
985 You should have received a copy of the GNU General Public License
986 along with this program; if not, see http://www.gnu.org/licenses/.
987 </literallayout>
988   </refsect1>
989 </refentry>