当前位置:网站首页>MFS explanation (IV) -- MFS management server installation and configuration
MFS explanation (IV) -- MFS management server installation and configuration
2022-06-12 08:54:00 【Always a teenager】
Today I will continue to introduce Linux Operation and maintenance related knowledge , The main content of this paper is MFS Manage server configuration .
One 、MFS Introduction to the actual combat environment
Let's configure it today MFS Actual combat , In this actual battle , Due to the limitations of the current equipment , We put MFS Of Master and Chunk Server Put it on a device ,Client The client is on a device .
MFS Master and Chunk Server The equipment IP The address is 192.168.136.11
MFS Client The equipment IP The address is 192.168.136.12
Two 、MFS Management server installation
First , Let's install MFS Some dependent packages of the client , Carry out orders :
yum install -y fuse-devel zlib-devel
To complete the installation . after , We need to create MFS Running users of , Carry out orders :
useradd -s /sbin/nologin mfs
after , We upload MFS Source compression package . Unzip and enter the directory , And execute the command :
./configure --prefix=/usr/local/mfs --default-user=mfs --default-group=mfs
To complete the MFS Precompilation , after , We carry out orders :
make && make install
Can finish MFS Compilation and installation process .
3、 ... and 、MFS Profile Settings
After installation MFS after , We need to set MFS Configuration file for , stay /usr/local/mfs/etc/ Under the table of contents , We will see many MFS The configuration file , As shown below :
ad locum , We just need to rename the relevant configuration file ( Remove the suffix .sample, For the sake of insurance , It's best to copy , Reserved source file ) Just come out , Carry out orders :
cp -a mfsexports.cfg.sample mfsexports.cfg
cp -a mfsmaster.cfg.sample mfsmaster.cfg
cp -a mfstopology.cfg.sample mfstopology.cfg
that will do .
The above three configuration files ,mfsmaster.cfg yes MFS Server configuration file for ,mfsexports.cfg yes MFS Output directory configuration file ,mfstopology.cfg yes MFS Support protocol profile for .
Four 、MFS Service is open
At the completion of MFS After setting the configuration file of , We can turn it on MFS Yes , Carry out orders :
/usr/local/mfs/sbin/mfsmaster start
Can be opened MFS Yes , The execution result of this command is as follows :
MFS After the service is turned on , The device will listen 9410、9420 and 9421 Three ports , As shown below :
Originality is not easy. , Reprint please explain the source :https://blog.csdn.net/weixin_40228200
边栏推荐
- 动态线段树leetcode.699
- 域名映射到指定IP
- Construction of memcached cache service under Linux:
- Never use MES as a tool, or you will miss the most important thing
- Random acquisition of 4-digit non repeated verification code
- Background location case II
- Graphic analysis of viewbox in SVG
- 报错:文件夹在另一个程序中打开无法删除怎么办
- Popular understanding of time domain sampling and frequency domain continuation
- [open source project] easycmd command graphical software
猜你喜欢

利用nvm动态调整nodejs版本,解决因为node版本过高或过低导致项目无法运行和打包

ERROR 1630 (42000): FUNCTION a.avg does not exist. Check the ‘Function Name Parsing and Resolution‘

《MATLAB 神经网络43个案例分析》:第8章 GRNN网络的预测----基于广义回归神经网络的货运量预测

报错:文件夹在另一个程序中打开无法删除怎么办

Application method of new version UI of idea + use method of non test qualification and related introduction

Redis installation test

The difference between deep copy and shallow copy

IP, DNS, domain name, URL, hosts

Background attribute compound writing
![[dynamic memory management] malloc & calloc and realloc and written test questions and flexible array](/img/d2/a6276d8415c46124920395df5651d1.png)
[dynamic memory management] malloc & calloc and realloc and written test questions and flexible array
随机推荐
(p17-p18) define the basic type and function pointer alias by using, and define the alias for the template by using and typedef
《MATLAB 神經網絡43個案例分析》:第7章 RBF網絡的回歸--非線性函數回歸的實現
第五章-[bx]和Loop指令
ip、DNS、域名、URL、hosts
Popular understanding of time domain sampling and frequency domain continuation
利用nvm动态调整nodejs版本,解决因为node版本过高或过低导致项目无法运行和打包
POI library update excel picture
[character set 6] wide string and multi byte character conversion
[compilation principle] understand BNF
Install iptables services and open ports
Notes used by mqtt (combined with source code)
Set up redis sentinel cluster (instance):
API处理Android安全距离
《MATLAB 神经网络43个案例分析》:第7章 RBF网络的回归--非线性函数回归的实现
Error: what if the folder cannot be deleted when it is opened in another program
When converting tensor to ndarray in tensorflow, the run or Eval function is constantly called in the loop, and the code runs more and more slowly!
RuntimeError:Input and parameter tensors are not at the same device, found input tensor at cuda:0 an
【字符集九】gbk拷贝到Unicode会乱码?
Composition of box model
Domain name mapping to specified IP