Statistics
| Branch: | Tag: | Revision:

root / INSTALL @ 7f2778e7

History | View | Annotate | Download (789 Bytes)

1
Installation of the software
2
============================
3

    
4
Before installing, please verify that you have the following programs:
5
  - lvm 2
6
  - ssh
7
  - drbd (kernel module and userspace utils)
8
  - fping
9
  - python twisted library (the core is enough)
10
  - python openssl bindings
11

    
12
To install, simply do ./configure && make && make install
13

    
14
This will install the software under /usr/local. You then need to copy
15
ganeti.init to /etc/init.d and integrate it into your boot sequence
16
(``chkconfig``, ``update-rc.d``, etc.).
17

    
18
Cluster initialisation
19
======================
20

    
21
Before initialising the cluster, on each node you need to create the following
22
directories:
23

    
24
  - /etc/ganeti
25
  - /var/log/ganeti
26
  - /var/lib/ganeti
27
  - /srv/ganeti and /srv/ganeti/os
28

    
29
After this, use ``gnt-cluster init``.