Scality: Basic Node Setup

From Define Wiki
Jump to navigation Jump to search

Basic Node Setup

Start With a Minimal Centos Install and set up as follows:

  • SELINUX Disabled
  • Stop IPtables
  • Configure Swap by adding these lines to /etc/sysctl.conf and running sysctl -p
vm.swappiness=0
vm.min_free_kbytes=2000000
  • Add the Scality Repos wither using the file below or downloading the file from the website
[scality-base]      
name=CentOS6 - Scality Base
baseurl=http://<login>:<password>@packages.scality.com/stable_isildur/centos/6/x86_64/
gpgcheck=0
  • Add the EPEL Repo
rpm -Uvh http://mirror.cogentco.com/pub/linux/epel/6/i386/epel-release-6-8.noarch.rpm