GlusterFS on Solaris

From GlusterDocumentation

Jump to: navigation, search

Currently only Server part of glusterfs is ported over to OpenSolaris. Its been successfully deployed on Sun Thumper platforms.

commands to follow

# bash
bash-3.00# export PATH=$PATH:/opt/sfw/bin:/usr/ccs/bin
bash-3.00# gzip -d glusterfs-VERSION.tar.gz
bash-3.00# tar -xf glusterfs-VERSION.tar
bash-3.00# cd glusterfs-VERSION
bash-3.00# ./configure --prefix=/opt/glusterfs --disable-fuse-client
           --disable-ibverbs
bash-3.00# make CFLAGS="-g -O0"
bash-3.00# make install
bash-3.00# /opt/glusterfs/sbin/glusterfsd


NOTE

  1. We have successful deployment of Solaris Servers with GlusterFS. But Solaris FUSE port work is not yet complete. Few users are working on it. But, its not complete.
Personal tools