sudo add-apt-repository ppa:gluster/glusterfs-3.7

apt-get install glusterfs-client glusterfs-server

mkdir -p /data/brick1/ #copy data from existing running machine for backups contents with same permission

/bin/echo “10.128.6.240 devcollab01l_https” » /etc/hosts

/sbin/mount.glusterfs devcollab01l_https:/crossbow /mnt/crossbow

/usr/sbin/gluster volume create crossbow transport tcp 10.128.6.240:/data/brick1 force

gluster volume start crossbow force

mkdir -p /usr/share/red5/webapps/recorder/streams

sh /bin/cbmount

in collab server

mkdir -p /data ##copy folder structure from working collab server