File: prerequisites.html

package info (click to toggle)
ctdb 1.0.112-12-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,292 kB
  • ctags: 4,779
  • sloc: ansic: 43,144; sh: 10,967; xml: 3,034; makefile: 451; perl: 107; python: 101; awk: 59
file content (18 lines) | stat: -rw-r--r-- 786 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--#set var="TITLE" value="CTDB prerequisites" -->
<!--#include virtual="header.html" -->

<h1>Prerequisites</h1>

Before you can start using CTDB you must first install and configure a bunch of linux boxes.<br><br>

After that you need to install and configure a cluster filesystem and mount that cluster filesystem on all the linux boxes that will form your cluster.<br><br>

We have primarily used the GPFS filesystem for our testing but any cluster filesystem should work as long as it provides correct file locking.<br>

<h1>Other cluster filesystems</h1>
While we primarily test with GPFS, CTDB should work with almost any other cluster filesystem as well.<br><br>
Please let us know your experiences in using other cluster filesystems.


<!--#include virtual="footer.html" -->