项目: NFS服务的搭建

Posted creater-wei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目: NFS服务的搭建相关的知识,希望对你有一定的参考价值。

NFS服务端的搭建:

修改主机名:

[[email protected] ~]# sed -i ‘s#HOSTNAME=.*#HOSTNAME=liuwei_nfs#g‘ /etc/sysconfig/network

[[email protected]_nfs ~]# mount /dev/sr0 /media/cdrom/

[[email protected]_nfs ~]# yum -y install nfs-utils rpcbind
[[email protected]_nfs ~]# rpm -qa nfs-utils rpcbind

技术分享图片

启动rpcbind

[[email protected]_nfs ~]# /etc/init.d/rpcbind start
技术分享图片

[[email protected]_nfs ~]# /etc/init.d/nfs start
技术分享图片

 

[[email protected]_nfs ~]# chkconfig rpcbind on 加入开机自启动

[[email protected]_nfs ~]# chkconfig --list rpcbind

技术分享图片

 chkconfig nfs on

 chkconfig --list nfs

技术分享图片

 





以上是关于项目: NFS服务的搭建的主要内容,如果未能解决你的问题,请参考以下文章

搭建nfs共享存储服务之一nfs服务端搭建

NFS服务搭建与配置

搭建NFS服务器

搭建NFS服务器

NFS服务器搭建与配置

基于NFS v4版本搭建NFS服务器