Service Information
The NFS server for DAFNE Control System is installed on host dafnenfs.lnf.infn.it (CentOS 7). The configuration file for NFS shares is:
/etc/exports # Contains all exports with relative properties (Read Only, Read Write, etc)
This is the file to be modified to add or delete new shares via NFS.
Service Stop
WARNING: Many control system hosts and programs relies on this service. BE CAREFUL WHEN STOPPING THIS SERVICE
To stop NFS service, run the following command as root user:
[root@dafnenfs ~]# systemctl stop nfs-server.service
Service Start
To start NFS service, run the following command as root user:
[root@dafnenfs ~]# systemctl start nfs-server.service
Service Restart
To restart NFS service, run the following command as root user:
[root@dafnenfs ~]# systemctl restart nfs-server.service