Statistics
| Branch: | Tag: | Revision:

root / INSTALL @ a8083063

History | View | Annotate | Download (744 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
  - fping
8
  - python twisted library (the core is enough)
9
  - python openssl bindings
10

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

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

    
17
Cluster initialisation
18
======================
19

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

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

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