%BOOK_ENTITIES; ]> Downloading and Installing GlusterFS You can download and install the GlusterFS 3.3.0 or upgrade to latest version
Downloading GlusterFS 3.3 You can download the latest software to each server in your cluster from .
New Installation The installation process for GlusterFS server is available at:
Compatibility Release 3.3 of GlusterFS is not compatible with 2.0.x, 3.0.x, 3.1.x, and 3.2.x releases of GlusterFS.
Upgrade Red Hat recommends that you back up your data before upgrading to GlusterFS 3.3. Configurations generated outside the scope of gluster CLI are neither recommended nor supported by Red Hat.
Upgrade from GlusterFS v3.2.x or 3.1.x to GlusterFS v3.3 In an environment with replicated bricks it is recommended that you upgrade a single storage server, confirm stability, and then upgrade the replica. Use the same installation method for the upgrade as the original glusterfs installation. Using RPMs on RHEL, CentOS, Fedora Download the 3.3 RPMs from the following location: RHEL: Fedora: Run rpm using the following command: # rpm -U glusterfs* Using dpkg on Debian, Ubuntu Download the 3.3 packages from Debian: Ubuntu: Run dpkg using the following command: # dpkg -i glusterfs* Building from source Download the 3.3 source code from Unpack and install GlusterFS using the following commands: # gunzip glusterfs-3.3.0.tar.gz # tar xvf glusterfs-3.3.0.tar # cd glusterfs-3.3.0 # ./configure # make # make install Stop and start GlusterFS using the following commands, this step will disconnect Gluster Native clients. # killall glusterfsd # killall glusterfs # killall glusterd Start GlusterFS using the following command: # /etc/init.d/glusterd start