Difference between revisions of "Test Lab DAQ test stands"

From Hall A Wiki
Jump to: navigation, search
(Server)
Line 5: Line 5:
 
# The TFTP server for SBCs
 
# The TFTP server for SBCs
 
# The NFS server for computers under same LAN
 
# The NFS server for computers under same LAN
* Set up
+
* Set up [https://coda.jlab.org/drupal/system/files/coda/iso/walkthrough/centos7_os_install.html#org887d804 reference]
 
# Install DHCP and Configure DHCP with two parameters:
 
# Install DHCP and Configure DHCP with two parameters:
 
#* next-server IP --- IP address of the TFTP server to boot from
 
#* next-server IP --- IP address of the TFTP server to boot from
 
#* filename --- path to boot file relative to TFTP root directory<br> Suggested parameters:<br><code>filename "pxelinux.0";</code><br><code>next-server 129.57.xxx.xxx;</code> (hatestlab1)
 
#* filename --- path to boot file relative to TFTP root directory<br> Suggested parameters:<br><code>filename "pxelinux.0";</code><br><code>next-server 129.57.xxx.xxx;</code> (hatestlab1)
#* Since we don't manage the LAN, it's ok to let CST manage DHCP?
+
#* DHCP seems to be all managed by CST; only one example at <code>atedf3: /etc/dhcpd.conf~</code>
 
# Install TFTP
 
# Install TFTP

Revision as of 11:57, 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
  1. Install DHCP and 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; (hatestlab1)
    • DHCP seems to be all managed by CST; only one example at atedf3: /etc/dhcpd.conf~
  2. Install TFTP