Service Information
The TFTP server for DAFNE Control System is installed on host dafnenfs.lnf.infn.it
(CentOS 7). The configuration file for TFTP service is:
/etc/xinetd.d/tftp
And the folder containing the data shared through TFTP is:
/tftpboot/
Where /tftpboot is a symbolic link to /data/tftpboot;
Service Stop
WARNING: All diskless clients relies on this service. BE CAREFUL WHEN STOPPING THIS SERVICE
To stop TFTP service, run the following commands as root user:
[root@dafnenfs ~]# systemctl stop tftp.service [root@dafnenfs ~]# systemctl stop xinetd.service
Be careful: stopping xinetd service, all sub-service depending on it will stop working
Service Start
To start TFTP service, run the following commands as root user:
[root@dafnenfs ~]# systemctl start xinetd.service [root@dafnenfs ~]# systemctl start tftp.service