Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When being inserted, there is a blue light intermittently when plugging it in. 
  • The RTM board when inserted, a green light should show up when it’s properly inserted. 

General:

  • Check that links are up for all dpm's and dtm's
  • Check that FEB links are up

 

System Setup after replacing SD Card

  • Check that links are up.
  • Check that host is pingable and ssh access is possible (JLab computing center might have block on host key changes).
  • Setup boot and networking scripts.
Code Block
/usr/clas12/release/1.3.0/slac_svt/svtdaq/daq/rceScripts/setup_linux.sh 'hostname' 

...

  • NOTE: The first time you setup, the host name might still be e.g. shelf/2/1/1 or similar. You need to active the systemd script. As user "clasrun":
Code Block
$ssh root@'hostname'
$systemctl enable rce_start
  • Next time logging in the hostname should be dpm0-15 or dtm0-1.
  • Load firmware if needed.

...