当前位置:网站首页>NFS shared services
NFS shared services
2022-06-30 09:54:00 【thengsd】
Catalog
One 、YUM summary
1、YUM (Yellow dog Updater Modified)
be based on RPM Software update mechanism of package building
Can automatically resolve dependencies
All software packages are centralized YUM Provided by software warehouse
2、 Ready to install source
(1) How to provide software warehouse
Network source
FTP service : ftp://…
HTTP service : http://…
Local sources
Local directory : file://…
(2)RPM The source of the package
CentOS released RPM Bag collection
Issued by a third party organization RPM Bag collection
User defined RPM Bag collection
(3) structure CentOS 7 repositories
RPM The bag comes from CentOS 7 DVD Compact disc
adopt FTP Mode is provided to the client ( Install and enable vsftpd service )
(4) Add unofficial to the software warehouse RPM Package group
Generally obtained through network
Include all other dependencies RPM package
Need to use createrepo Tool building repodata Data file warehouse
The installation package files are stored in /var/ftp/other Under the table of contents
3、 visit YUM Warehouse
Specify... For the client YUM Warehouse location
Profile location : /etc/yum.repos.d/centos7.repo
Two 、NFS Shared storage services
1、 Relevant concepts
NFS It's based on TCP/IP Transport network file system protocol . By using NFS agreement , The client can access the shared resources in the remote server just like accessing the local directory .
For most load balanced clusters , Use NFS Protocol to share data storage is a common practice ,NFS It's also NAS A protocol that storage devices must support . But because of NFS There is no user authentication mechanism , And the data is transmitted in plain text over the network , So the security is very poor , Generally, it can only be used in LAN .
NFS The implementation of a service depends on RPC(Remote Process Call, Remote procedure call ) Mechanism , Mapping to the local process , So you need to install nfs-utils、rpcbind Software package to provide NFS Shared services .
nfs-utils be used for NFS Share publishing and access
2、NFS The configuration file for the service

3、 ... and 、NFS Service configuration details
1、 Use... In a file server NFS Publish shared resources




2、 Access from the client NFS Shared resources




边栏推荐
- 布隆过滤器
- (zero) most complete JVM knowledge points
- Financial private cloud infrastructure scheme evaluation (Architecture and storage)
- How to reduce the delay in live broadcast in the development of live broadcast source code with goods?
- 将小程序容器技术应用到物联网IoT生态建设中
- Critical applications and hyper converged infrastructure: the time has come
- Notes on masking and padding in tensorflow keras
- 关于字符串的split和join操作
- ABAP-时间函数
- oracle跨数据库复制数据表-dblink
猜你喜欢

Bloom filter

【Ubuntu-redis安装】

GPT (improving language understanding generative pre training) paper notes

CRF (conditional random field) learning summary

布隆过滤器

单片机 MCU 固件打包脚本软件

【新书推荐】MongoDB Performance Tuning

Oracle cross database replication data table dblink
![[new book recommendation] DeNO web development](/img/86/27906ae378e597cf64bb2d760a9dff.png)
[new book recommendation] DeNO web development

Flume learning III
随机推荐
Abstract classes and interfaces
utils session&rpc
qmlplugindump executable not found. It is required to generate the qmltypes file for VTK Qml
Flutter的特别之处在哪里
将小程序容器技术应用到物联网IoT生态建设中
JVM family
Slf4j: failed to load class "org.slf4j.impl.staticloggerbinder"
Valuenotifier and valuelistenablebuilder in fluent
Distributed ID
Flume learning 1
机器学习笔记 九:预测模型优化(防止欠拟合和过拟合问题发生)
Good partner for cloud skill improvement, senior brother cloud of Amazon officially opened today
【新书推荐】Deno Web Development
qmlplugindump executable not found.It is required to generate the qmltypes file for VTK Qml
MCU firmware packaging Script Software
目标检测yolov5开源项目调试
oracle跨数据库复制数据表-dblink
ABAP-时间函数
P. Summary of NP, NPC, NP hard and other issues
JVM garbage collector G1 & ZGC details