1、由于开发环境暂时无法接入互联网,故需要自己准备好RPM安装包,可在本地虚拟机上利用一下命令将glusterfs所需要的安装包下载下来:
1)安装yum下载插件 yum install --downloadonly --downloaddir=/home/admin/glusterfs glusterfs-server
2)rpm –ivh epel-release-6-8.noarch
3)添加资源
wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.5/CentOS/glusterfs-epel.repo
4) 下载安装包:
yum install --downloadonly --downloaddir=/home/admin/glusterfs glusterfs-server
2、安装glusterfs
rpm –ivh *
3、启动glusterfs
service glusterd start
chkconfig glusterd on
4、配置整个GlusterFS集群
[root@glusterfs1 ~]# gluster peer probe glusterfs1
peer probe: success. Probe on localhost not needed
[root@glusterfs1 ~]#
[root@glusterfs1 ~]# gluster peer probe glusterfs2
peer probe: success.
[root@glusterfs1 ~]#
5、查看节点状态
gluster peer status
6、创建存储目录
[root@glusterfs1 share]# mkdir -p /usr/local/share/models
7、创建glusterfs磁盘
[root@glusterfs1 share]# gluster volume create models replica 2 glusterfs1:/usr/local/share/models glusterfs2:/usr/local/share/models force
volume create: models: success: please start the volume to access data
[root@glusterfs1 share]#
8、启动数据卷
[root@glusterfs1 share]# gluster volume start models
volume start: models: success
[root@glusterfs1 share]#
9、客户端安装glusterfs
Rpm –ivh *
10、创建挂载点
[root@master3 ~]#mkdir -p /mnt/models
11、挂载glusterfs
[root@master3 ~]# mount -t glusterfs -o rw glusterfs1:models /mnt/models/
mount -t glusterfs -o rw CBHKZY-HP-03:models /mnt/portal/userfile
注意事项: /etc/hosts配置好; 关闭防火墙 参考: http://www.datacoder.cn/distributestore/537
相关推荐
本文将介绍GlusterFS分布式存储技术在基层央行的应用,这种技术可以将多台廉价计算机通过网络连接起来,形成一个高容量、高可靠性和高扩展性的存储系统,从而有效解决传统存储方式面临的难题。 GlusterFS分布式存储...
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-01-glusterfs集群环境再确认.mp4
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-11-glusterfs小结.mp4
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-14-ceph集群环境说明.mp4
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-15-ceph集群环境准备过程演
在"第13章:GlusterFS分布式文件系统群集.docx"文档中,可能会详细介绍GlusterFS的集群架构。GlusterFS不依赖于集中式元数据服务器,而是采用一种 peer-to-peer 的模式,每个节点都是对等的,这种设计使得系统更健壮...
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-12-ceph引入.mp4
Linux运维-运维课程MP4存储专题-d2-glusterfs分布式存储-06-stripe卷创建-连接与测试.mp4
glusterfs 3.8.15版本
在创建GlusterFS分布式哈希表(dht)卷时,服务端的brick挂载目录会为brick节点分配一定的区间(如2^32次方),并且可以根据brick节点的容量作为权重来调整区间数。 分布式卷的管理由glusterd守护进程完成,它负责...
### GlusterFS分布式文件系统详解 #### 一、GlusterFS概述 GlusterFS作为一款开源的分布式文件系统,以其卓越的横向扩展能力和强大的功能在分布式存储领域占据了一席之地。该系统支持从几TB到数PB级别的存储容量,...
GlusterFS分布式文件系统的安装配置教程.docx
2. GlusterFS分布式存储 GlusterFS是一种无中心节点的分布式文件系统,它通过并行化I/O操作实现高性能。GlusterFS采用的是砖(Brick)和卷(Volume)的概念,砖是基本的存储单元,卷是逻辑组合的砖。GlusterFS支持...
centos7 Glusterds分布式存储安装配置以及其已经常用维护命
**TStore:基于GlusterFS的分布式存储系统详解** 在当今大数据时代,高效、可靠的分布式存储系统成为支撑大规模数据处理的关键技术。TStore就是这样一款基于开源的GlusterFS开发的分布式存储解决方案,专为满足高...
分布式存储技术是现代大数据处理和云计算服务中的关键组件。元数据设计在分布式存储系统中扮演了至关重要的角色,它主要负责描述和管理数据在系统中的存储位置、访问权限、数据完整性等多种信息。元数据设计的优劣...
总结来说,通过将Kubernetes与Ceph分布式存储平台集成,我们可以得到一个能够有效管理持久化数据的容器化环境,同时保持了高性能、高可用性和良好的伸缩性。这样,容器化的应用不仅能够快速部署和伸缩,而且能够确保...