User Tools

Site Tools


linux:glusterfs:install

This is an old revision of the document!


Cara Installasi GlusterFs di Single Server Centos 6 64bit

Repo

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo

Install gluster

yum -y install glusterfs glusterfs-fuse glusterfs-server

jalankan service gluster

/etc/init.d/glusterd start

definisikan nama server di host misal, server1

nano /etc/hosts

tambahkan dengan format

IP_address_server_anda server1

membuat Bricks atau volume atau tempat untuk menyimpan data anda

mkdir /mnt/.brick

Membuat volume

gluster volume create testvol server1:/mnt/.brick

apabila ada keterangan untuk meminta anda force ya di force aja. tambahkan force seperti ini

gluster volume create testvol server1:/mnt/.brick force

Start atau jalankan volume

gluster volume start testvol

melihat status

gluster volume status testvol

Semoga bermanfaat.

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
linux/glusterfs/install.1457010871.txt.gz · Last modified: 2016/03/03 08:14 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki