该文章翻译自http://www.moosefs.org/tl_files/manpageszip/moosefs-step-by-step-tutorial-v.1.1.pdf,由于本人英语水平有限,不当之处请告之谢谢!
概述
MooseFS 在专用机器上的安装过程
Master server 的安装
Backup server(metalogger)的安装
chunk servers 的安装
客户端的安装
单独server上安装MooseFS
MooseFS的基本用法
停止MooseFS
概述
下面我们介绍在Linux平台上一步一步安装MooseFS系统的过程,我们假设系统使用mfs用户运行并且mfs的所属组也为mfs.将要使用FHS(文件系统层次标准)兼容路径和源码mfs-1.6.15.tar.gz并且把它放到/usr/src下. 我们将要说明怎样安装MooseFS系统在不同的专用机上以及怎样在一台服务器上做一个测试安装
MooseFS的最新稳定版下载地址:http://sourceforge.net/projects/moosefs/,并且在客户端你将需要用到FUSE 包,这个[......]
一步步安装MooseFS教程
Centos5.4下Moosefs从1.6.13升级到1.6.15
1.6.13版本的安装配置参见
http://www.lsanotes.cn/centos_mfs_1_6_13
升级步骤非常简单官方站也给出了大致步骤
http://www.moosefs.org/mini-howtos.html
1.6.15修复的bugs:
We released a new stable version 1.6.15. This is a maintenance release which includes these changes:
·(daemons) fixed “double free” error
·(metarestore) fixed bugs in “REPAIR” and “SNAPSHOT” entries
·(master) fixed bug in “snapshot” command (“mfsmakesnapshot dir dir/” caused master to hung-up)
·(master) preserving atime and mtime during “snapshot” operation (makes “[......]
Centos5.4下部署最新版MooseFS(1.6.13)
一.MooseFS简介:
MooseFs是一个具有容错功能的网络分布式文件系统.
MooseFS独有的特性:
- *高可靠性,数据能在不同计算机上存储若干副本。
- *通过添加新的计算机或是磁盘来动态扩展空间。
- *能存储特定时间内删除的文件。
*建立文件快照,和整个原文件保持一致的副本,原文件也可以正在被访问或写入
二. MooseFS架构(如图):
包括四种类型的机器:
- *Managing server(master server)
- *Data servers(chunk servers)
- *Metadata backup servers(metalogger server)
- *Client


三.支持的平台:
*Linux (Linux 2.6.14 and up have FUSE support included in the official kernel)
*FreeBSD
*NetBSD
*OpenSolaris
*MacOS X
四.环境如下:
Managing server(master server): [......]
Linux 下安装最新版MooseFS(MFS) -1.6.11
We are pleased to announce the latest stable release of MooseFS 1.6.11.
You can download it from http://sourceforge.net/projects/moosefs/
webpage.
We strongly encourage you to upgrade to 1.6.11, list of most important
changes:
- fixed some memory leaks in chunkservers
- removed unncessesary dirent.d_type test
- (mount) improved attribute cache for readdir operations; now "ls -al"
for a folder of 300000 files needs just 30 seconds (not several minutes as
was before[......]