source: vendor/current/ctdb/web/prerequisites.html

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1007 bytes
Line 
1<!--#set var="TITLE" value="CTDB prerequisites" -->
2<!--#include virtual="header.html" -->
3
4<h1>Prerequisites</h1>
5
6Before you can start using CTDB you must first install and configure a
7bunch of linux boxes.<br><br>
8
9After that you need to install and configure a cluster filesystem and
10mount that cluster filesystem on all the linux boxes that will form
11your cluster.<br><br>
12
13Also, ensure that the cluster filesystem supports correct
14posix locking semantics. A simple way to test this is to run <a
15href="https://wiki.samba.org/index.php/Ping_pong">ping_pong</a> utility
16bundled with CTDB.<br><br>
17
18<h1>Cluster filesystems</h1>
19We have primarily used the GPFS filesystem for our testing but any
20cluster filesystem should work as long as it provides correct file
21locking.<br><br>
22
23While we primarily test with GPFS, CTDB should work with almost any
24other cluster filesystem as well.<br><br>
25
26Please let us know your experiences in using other cluster filesystems.
27
28
29<!--#include virtual="footer.html" -->
30
Note: See TracBrowser for help on using the repository browser.