January 5, 2015 By Severalnines
Cloud storage is hot. Dropbox, Apple iCloud, Google Drive,
Microsoft SkyDrive and Amazon Cloud Drive all offer cloud sharing
platforms where you can store documents in the cloud and access
them from all your devices. For enterprises who require full
control, ownCloud is an open source solution that allows files to
be stored on-premises and/or a backend cloud.
In this blog post, we’ll show you how to deploy a high
availability setup using ownCloud Community Edition. We will need
to set up redundancy in each of the following layers:
- file storage
- web server
- database server
- load balancer
We will use five servers. ownCloud will run on three separate
servers with MySQL Galera Cluster 5.6 and GlusterFS running on
RHEL 6.5 64bit. ownCloud supports GlusterFS as primary storage.
ClusterControl will be co-located …
[Read more]