最簡單的mfs環境

2021-07-06 10:15:00 字數 1654 閱讀 4891

單台伺服器同時擔任master和chunkservers

服務端centos 6.5

ip:192.168.0.220

安裝#useradd mfs -s /sbin/nologin

#./configure --prefix=/usr/local/mfs --with-default-user=mfs --with-default-group=mfs

#make && make install

#chown -r mfs:mfs /usr/local/mfs

配置master

#cd /usr/local/mfs/etc/mfs

# cp mfsmaster.cfg.sample  mfsmaster.cfg

# cp mfstopology.cfg.sample  mfstopology.cfg

# cp mf***ports.cfg.sample mf***ports.cfg

# vim mf***ports.cfg

加入192.168.0.0/24      /          rw,alldirs,maproot=0

#cd /usr/local/mfs/var/mfs

# cp metadata.mfs.empty metadata.mfs

啟動#/usr/local/mfs/sbin/mfsmaster start

關閉命令

#/usr/local/mfs/sbin/mfsmaster stop

開啟web監聽

/usr/local/mfs/sbin/mfscgiserv start

關閉/usr/local/mfs/sbin/mfscgiserv stop

監聽位址

進入後輸入master的ip

配置chunkservers

#cd /usr/local/mfs/etc/mfs

# cp mfshdd.cfg.sample mfshdd.cfg

加入/data/mfsdata

# cp mfschunkserver.cfg.sample  mfschunkserver.cfg

加入master_host = 192.168.0.220

master_port = 9420

啟動#/usr/local/mfs/sbin/mfschunkserver start

關閉命令

#/usr/local/mfs/sbin/mfschunkserver s

top客戶端

#yum -y install fuse fuse-devel

#useradd mfs -s /sbin/nologin

#./configure --prefix=/usr/local/mfs --with-default-user=mfs --with-default-group=mfs --enable-mfsmount

#make && make install

#chown -r mfs:mfs /usr/local/mfs

#mkdir /mnt/mfs

#/usr/local/mfs/bin/mfsmount /mnt/mfs/ -h 192.168.0.220

最簡單的Go環境搭建(Ubuntu)

本文根據文章整理,引用原文有 和 sudo apt get install mercurial 個人感覺http比https快 2 編譯安裝 cd go src all bash 3 配置環境變數 echo export path path home you go bin bashrc you為你的...

最簡單的SVN環境搭建過程

本文簡單描述最簡單的svn環境搭建過程 搭建環境 windows 個人驗證了windows2003,windows xp 使用軟體 setup subversion 1.6.17 server tortoisesvn 1.6.12.20536 win32 svn 1.6.15 client 具體步驟...

最簡單的免費ARM學習環境的建立

這幾天在看arm,有幾種免費選擇 1.如果學彙編,用qemu即可,它可以直接執行arm匯程式設計序。apt get install qemu system qemu arm l usr arm linux gnueabi workspace hello debug hello 動態鏈結也可以哦 2....