Difference between revisions of "Scality: Basic Node Setup"
Jump to navigation
Jump to search
(Created page with "== 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....") |
(No difference)
|
Latest revision as of 13:30, 14 August 2013
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