Setting Up a remote FPGA Farm using DSEII with SSH
Hi, we are trying to set up a remote FPGA Farm using DSEII and SSH to make the connection between a Windows PC and an Arch Linux Server (running on an Intel® Nuc). At the beginning, we were following this video: https://www.youtube.com/watch?v=WdO5VOQkl7s&pp=ygUNZnBnYSBmYXJtIGRzZQ%3D%3D but we didn't find it useful enough.
We then found this response: https://community.intel.com/t5/Intel-Quartus-Prime-Software/remote-farm-machine-setup/m-p/1344201 and followed the steps.
Both computers have Quartus Prime Software Installed and we have already managed to get an SSH connection via PuTTY using keyfiles without the need of a password. But when we try to make an exploration using DSEII it outputs the following error message:
D:\Pedro\FIUADY\Servicio\Quartus\ejemplo_1.qpf
Info: Loading project D:\Pedro\FIUADY\Servicio\Quartus\ejemplo_1.dse
Info: Processing started: Mon Sep 18 14:48:04 2023
Info: Resolved host: MSI-Pedro to IP address: fe80::cdc:2061:d6c:6f35.
Warning: [Errno 11001] getaddrinfo failed
Warning: [Errno 11001] getaddrinfo failed
Warning: [Errno 11001] getaddrinfo failed
Warning: [Errno 11001] getaddrinfo failed
Error: [Errno 11001] getaddrinfo failed
Error: Traceback (most recent call last):
File "server.p", line 102, in run_impl
File "d:\programas\quartus\quartus\common\python\lib\socketserver.py", line 452, in _init_
self.server_bind()
File "d:\programas\quartus\quartus\common\python\lib\socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
socket.gaierror: [Errno 11001] getaddrinfo failed
Error: Cannot start explorer server.
Info: Processing ended: Mon Sep 18 14:48:38 2023
Info: Elapsed time: 0:00:31
Info: Report written to: D:\Pedro\FIUADY\Servicio\Quartus\ejemplo_1.qpf.dse.rpt
Info: CSV report files written to dse\dse1\output/*.csv
Info: Exploration Server ready to exit
We are not sure if we are setting up the parameters correctly. We have tried from the gui and from the console and both of them display the same error message specified above. We would like to know if we have misunderstood some of the settings or if we have wrote them using a bad syntax.
Here are the settings that we used for both tries:
Hostnames: 192.168.69.72 (IP adress of the Intel® Nuc)
private_key: C:\Private_key\id.rsa.ppk
user: lab
Quartus Root Path: /home/lab/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/bin/quartus
SSH Client: C:\Program Files\PuTTY\plink.exe
Farm Operating System: linux
Local to Remote Path Mapping: D:\Pedro\FIUADY\Servicio\Quartus;/home/lab/Codes/FPGA
Initial Working Directory: /home/lab/Codes/FPGA