Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The NFS server for DAFNE Control System is installed on host dafnenfs.lnf.infn.it (CentOS 7). The configuration file for NFS shares is:

...

This is the file to be modified to add or delete new shares via NFS.

Share List

Last updated on 2022-03-30:

Code Block
languagetext
/diskless
    Read/Write: 192.168.192.0/24

/siddharta/dataFromSiddharta
    Read Only:  193.206.82.29  193.206.82.207  10.10.5.0/24  10.10.6.0/24  192.168.143.28  192.168.143.252  192.168.197.24
    Read/Write: 192.168.64.104  192.168.64.202

/siddharta/dataFromDafne
    Read Only:  192.168.64.104  192.168.64.202  192.168.197.217
    Read/Write: 193.206.82.29  193.206.82.207  10.10.5.0/24  10.10.6.0/24  192.168.143.28  192.168.143.252  192.168.197.24

/u1
    Read/Write: 192.168.192.0/24

/u2
    Read Only:  193.206.82.29  192.168.197.24  193.206.82.207  192.168.150.0/24  193.206.84.221  10.10.6.0/24  10.10.5.0/24  192.168.143.28  192.168.143.252
    Read/Write: 193.206.82.149  192.168.114.0/24  192.168.192.0/24  193.206.82.33  192.168.198.0/24  192.168.139.0/24  192.135.25.30  192.168.140.64/28  10.10.1.195  10.10.2.49

/u3
    Read/Write: 192.168.192.0/24  192.168.198.53

/export/exec/Solaris_9_sparc.all/usr
    Read Only:  192.168.192.0/28

/export/root
    Read/Write: 192.168.192.0/28

/export/swap
    Read/Write: 192.168.192.0/28  

Where:

  • /diskless is a symbolic link to /data/diskless;
  • /export is a symbolic link to /data/export;
  • /siddharta is a symbolic link to /data/siddharta;
  • /tftpboot is a symbolic link to /data/tftpboot;
  • /u1 is a symbolic link to /data/u1;
  • /u2 is a symbolic link to /data/u2;
  • /u3 is a symbolic link to /data/u3;

Service Check

To check if DHCP service is running, launch this command and check its output as root user:

Code Block
languagetext
[root@dafnenfs ~]# systemctl status nfs-server.service

If the service is active (view following screenshot) then it's running, otherwise read which errors are reported.

Image Added

Service Stop

(warning) WARNING: Many control system hosts and programs relies on this service. BE CAREFUL WHEN STOPPING THIS SERVICE (warning)

To stop NFS service, run the following command as root user:

...