Tecnologia da Informação - TI : Install GlusterFS to Configure Storage Cluster

Total de visualizações de página

quinta-feira, 14 de abril de 2016

Install GlusterFS to Configure Storage Cluster




Install GlusterFS to Configure Storage Cluster.
It is recommended to use partitions for GlusterFS volumes which are different from the / partition.
The environment on this example is set as that sdb1 is mounted on /glusterfs directory for GlusterFS Configuration on all Nodes.
[1]Install GlusterFS Server on all Nodes in Cluster.
[root@node01 ~]# 
curl http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo -o /etc/yum.repos.d/glusterfs-epel.repo
# enable EPEL, too

[root@node01 ~]# 
yum --enablerepo=epel -y install glusterfs-server
[root@node01 ~]# 
systemctl start glusterd 

[root@node01 ~]# 
systemctl enable glusterd 
 
It's OK if you mount GlusterFS volumes from clients with GlusterFS Native Client.
[2]GlusterFS supports NFS (v3), so if you mount GlusterFS volumes from clients with NFS, Configure additinally like follows.
[root@node01 ~]# 
yum -y install rpcbind
[root@node01 ~]# 
systemctl start rpcbind 

[root@node01 ~]# 
systemctl enable rpcbind 

[root@node01 ~]# 
systemctl restart glusterd
[3]
Installing and Basic Settings of GlusterFS are OK. Refer to next section for settings of clustering.

Nenhum comentário:

Postar um comentário

O Caminho para a Infraestrutura Ágil: Modernizar ou Estagnar?

  Com certeza. Para um post mais denso e detalhado, o ideal é abordar a Transformação Digital e a Modernização da Infraestrutura . Esse tipo...