GlusterFS Intallation Guide

From GlusterFS Documentation
Jump to navigationJump to search
Home


Installing Gluster[edit | edit source]

For RPM based distributions, if you will be using InfiniBand, add the glusterfs RDMA package to the installations. For RPM based systems, yum is used as the install method in order to satisfy external depencies such as compat-readline5

For Debian[edit | edit source]

Download the packages

wget -nd -nc -r -A.deb http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/wheezy/

(Note from reader: The above does not work. Check http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/ for 3.5 version or use debian repos for 3.2 in wheezy.)

Install the Gluster packages (do this on both servers)

dpkg -i glusterfs_3.5.2-4_amd64.deb
For Ubuntu[edit | edit source]

If you haven't already done so, install python-software-properties:

sudo apt-get install python-software-properties

Then add the community GlusterFS PPA:

sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.5
sudo apt-get update

Finally, install the packages:

sudo apt-get install glusterfs-server

Note: Packages exist for Ubuntu 12.04 LTS, 12.10, 13.10, and 14.04 LTS

For Red Hat/CentOS[edit | edit source]

Download the packages (modify URL for your specific release and architecture).

wget -l 1 -nd -nc -r -A.rpm http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/epel-6/x86_64/

Install the Gluster packages (do this on both servers)

yum install glusterfs-3.3.0-1.el6.x86_64.rpm glusterfs-fuse-3.3.0-1.el6.x86_64.rpm glusterfs-geo-replication-3.3.0-1.el6.x86_64.rpm glusterfs-server-3.3.0-1.el6.x86_64.rpm
For Fedora[edit | edit source]

Download the packages:

wget -l 1 -nd -nc -r -A.rpm http://download.gluster.org/pub/gluster/glusterfs/LATEST/Fedora/

Install the Gluster packages (do this on both servers)

yum install glusterfs-3.3.0-1.fc16.x86_64.rpm glusterfs-fuse-3.3.0-1.fc16.x86_64.rpm glusterfs-geo-replication-3.3.0-1.fc16.x86_64.rpm glusterfs-server-3.3.0-1.fc16.x86_64.rpm

Once you are finished installing, you can move on to configuration.




Home