Skip to content
Snippets Groups Projects
Commit f5974568 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Added instructions for station-specific configurations

parent ad01f228
Branches
Tags
1 merge request!150L2SS-434: Add sphinx documentation content
Enter your Station Configuration
=====================================
The software will need to be told various aspects of your station configuration, for example, the hostnames of the station hardware to control. The following settings are installation specific, and are stored as *properties* in the :ref:`tangodb`. The format used here is ``device.property``:
:RECV.OPC_Server_Name: Hostname of RECVTR
:type: ``string``
:UNB2.OPC_Server_Name: Hostname of UNB2TR
:type: ``string``
:SDP.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:SST.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:SST.FPGA_sst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the SSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
:type: ``string[N_fpgas]``
:SST.FPGA_sst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the SSTs are to be received.
:type: ``string[N_fpgas]``
:XST.OPC_Server_Name: Hostname of SDPTR
:type: ``string``
:XST.FPGA_xst_offload_hdr_eth_destination_mac_RW_default: MAC address of the network interface on the host running this software stack, on which the XSTs are to be received. This network interface must be capable of receiving Jumbo (MTU=9000) frames.
:type: ``string[N_fpgas]``
:XST.FPGA_xst_offload_hdr_ip_destination_address_RW_default: IP address of the network interface on the host running this software stack, on which the XSTs are to be received.
:type: ``string[N_fpgas]``
......@@ -21,6 +21,7 @@ Even without having access to any LOFAR2.0 hardware, you can install the full st
devices/using
devices/devices
devices/configure
configure_station
Indices and tables
......
......@@ -26,6 +26,8 @@ If you lack access to LOFAR station hardware, load additional configurations to
../sbin/update_ConfigDb.sh ../CDB${sim}-config.json
done
If you do have access to LOFAR station hardware, you will have to :doc:`configure_station`.
Now we are ready to start the other containers::
make start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment