Difference between revisions of "Quobyte"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
== Server Installation == | == Server Installation == | ||
| − | + | Before installing Quobyte server software there are some tasks that need to be performed on each server to ensure correct functionality. | |
| − | Before installing | ||
====Configure NTP==== | ====Configure NTP==== | ||
Revision as of 11:07, 1 March 2018
Error creating thumbnail: File missing
Server Installation
Before installing Quobyte server software there are some tasks that need to be performed on each server to ensure correct functionality.
Configure NTP
Each server needs to have the same time, or some services will not start. Ensure that NTP is configured and running on all servers, and check all clocks are synced.
Disable Swap
Disable swap on each storage server. Running swapoff -a will disable all swap devices found in /proc/swaps and /etc/fstab. Also comment out/remove any swap lines in /etc/fstab to prevent swap being activated if a server is rebooted.
Install dependencies
yum -y install java-1.8.0-openjdk-headless wgetDownload the Quobyte yum repo file
cd /etc/yum.repos.d
wget https://packages.quobyte.com/repo/9/<YOUR_REPO_ID>/rpm/CentOS_7/quobyte.repoInstall Quobyte Server package
yum -y install quobyte-server