Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to configure a NFS server?

user-image
Question ajoutée par Robin George , Senior Infrastructure Support Engineer , Cordiant Technologies
Date de publication: 2014/09/12
Muhammad Saleem
par Muhammad Saleem , Pacific Pharmaceuticals Limited

yum install nfs-utils rpcbind

mkdir -p /opt/nfs

/opt/nfs 10.1.1.18(no_root_squash,rw,sync)

firewall-cmd --zone=public --add-port=2049/tcp --permanent

firewall-cmd --reload

service rpcbind start; service nfs start

service nfs status 

systemctl enable nfs-server

vi /etc/fstab

10.1.1.110:/opt/nfs/mnt/nfsnfsdefaults 00

 

Periyasamy s
par Periyasamy s , Assistant Manager , Futurisk Insurance Broking Company Pvt Ltd

In local Area Network>control panel>Network and sharing settings>Enable sharing public folder with anyone> Create one folder/directory>Right click that folder>properties>click sharing>advanced sharing>Check the share this folder option>click permission tab>give permission with everyone/administrator/user>allow access for full control/change/read>click security>add user>give permission>click ok>the folder/directory shared in network.

In server Launch Server Manager>On the top menu, click Manage>Click Add Roles and Features>On the Before you begin screen>click Next>On the Select installation type screen, ensure Role-based or feature-based installation is selected>click Next>On the Server selection screen>click Next>On the Select server roles screen, expand File and Storage Services, expand File and iSCSI Services, and then check Server for NFS>Click Next>If an Add features that are required for Server NFS dialog box appears>click Add Features>On the Select feature screen>click Next>Confirm the installation details> click Install>after same like share folder>give permission>click ok.

Janakaravi B
par Janakaravi B , Sr Windows & Systems Analyst , Qatar Foundation

Use the normal sharing permissions.

Mahmmoud Rashed
par Mahmmoud Rashed , Software Engineer , Kuwait National Assembly

what is the server specification ?

 

More Questions Like This