Versions Compared

Key

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

Setting up CODA to run

First, the event builder, event recorder and ET ring can be started by issuing the following commands from a terminal:

Code Block
languagebash
cd 

Starting from scratch

 

Open new terminal

...

/u1/coda_rth

...


./start_coda_xterm.csh 

...

Or manually in separate terminals:

...

This will open a dedicated (blue) xterm for each of the processes above.  It will also open a terminal with a connection to the TI.  This will require a password which can be retrieved from one of the SVT DAQ experts. 

Info
titleNote

Running the script start_coda_xterm.csh is equivalent to running the following commands with some additional options:

Code Block
languagebash
cd /u1/coda_rth

...


sudo ./start_

...

eb 
sudo ./start_er
sudo ./start_

...

et

Once the event builder, event recorder and ET ring have started up successfully, the run control can be started as follows: 

Code Block
languagebash
sudo tcsh
su -l **** (DAQ expert user name)
cd 

...

/u1/coda_rth

...

/
./start

...

_coda_xterm_rc.csh
Info
titleNote

Running the script start_coda_xterm_rc.csh is equivalent to running the following command with some additional options:

Code Block
languagebash
cd 

...

/u1/coda_rth

...


./start_

...

rc 
Warning

When running using Sergey's binaries

...

, the symbolic link /usr/local

...

needs to be pointing to /usr/new_local.

...

This symbolic link is destroyed every night by Taylor so it needs to be set once daily. 

Connect to DTM/DPM and start ROCs.  

...