Difference between revisions of "Test Lab DAQ test stands"

From Hall A Wiki
Jump to: navigation, search
(Server)
Line 6: Line 6:
 
# The NFS server for computers under same LAN
 
# The NFS server for computers under same LAN
 
* Set up
 
* Set up
# Configure DHCP
+
# Ask CST to configure DHCP with two parameters:
 +
#* next-server IP --- IP address of the TFTP server to boot from
 +
#* filename --- path to boot file relative to TFTP root directory
 +
<blockquote> Suggested parameters:
 +
<code>
 +
filename "pxelinux.0";
 +
 
 +
next-server 129.57.xxx.xxx;
 +
</code>
 +
</blockquote>

Revision as of 10:27, 19 April 2024

Server

  • Name: hatestlab1.jlab.org (procured on 2024 April)
  • Roles:
  1. The DHCP server for all the single board computers (SBCs)
  2. The TFTP server for SBCs
  3. The NFS server for computers under same LAN
  • Set up
  1. Ask CST to configure DHCP with two parameters:
    • next-server IP --- IP address of the TFTP server to boot from
    • filename --- path to boot file relative to TFTP root directory
Suggested parameters:

filename "pxelinux.0";

next-server 129.57.xxx.xxx;