免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2058 | 回复: 0
打印 上一主题 下一主题

[GlusterFS] Installing GlusterFS on CentOS 5.x [复制链接]

论坛徽章:
2
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之上海
日期:2016-05-05 09:45:14
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-05-12 08:48 |只看该作者 |倒序浏览
What is Gluster non-stop clustered storage?
GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility.
Prerequisites
RPM forge repositories, ‘FUSE’ and ‘rpm-build must be installed on your server.
# yum install fuse --enablerepo=rpmforge
# yum install rpm-build
The 32 bit RPM needs to be built from source. NB! Always use package management, makes housekeeping easier.
Download the latest source file from GlusterFS
# wget
http://ftp.gluster.com/pub/gluster/glusterfs/2.0/2.0.0/glusterfs-2.0.0rc4.tar.gz
There seems to be a problem with the RPM spec file so we’ll need to unpack glusterfs-2.0.0rc4.tar.gz and edit the RPM spec file.
# tar zxvf glusterfs-2.0.0rc4.tar.gz
# cd glusterfs-2.0.0rc4
# vi glusterfs.spec
Hash out the following lines
#BuildRequires: apache-devel >= 1.3
#Requires: apache >= 1.3
and replace add with the following line
BuildRequires: httpd-devel
Requires: httpd
Then pack the directory back into glusterfs-2.0.0rc4.tar.gz
# tar cvfz glusterfs-2.0.0rc4.tar.gz glusterfs-2.0.0rc4
Building the GlusterFS RPM
# rpmbuild -ta glusterfs-2.0.0rc4.tar.gz
Once the build process is finished you’re ready to install your RPMS
# rpm -ivh /usr/src/redhat/RPMS/i386/glusterfs-2.0.0rc4-1.i386.rpm
# rpm -ivh /usr/src/redhat/RPMS/i386/glusterfs-devel-2.0.0rc4-1.i386.rpm


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/249/showart_1924914.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP