Versions Compared

Key

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

...

COBS: dpm0 : dpm6,   dpm7,   dtm1
            dpm8 : dpm15, dpm15, dtm2

Connect to clonfarm1 as clasrun and change to bash shell

Software installation location (11 Ago 2021)

SVT software is installed in

Code Block

...

/data/hps/slac_svt/
=> diskless is exported to the cobs via nfs (server hosted on clonfarm1, v2)
=> daq is exported to the cobs via nfs. Has been compiled on DTM1
=> server contains the current software installation


Start rogue servers

On clonfarm1 start the rogue server


Code Block
source /usr/clas12/release/1.4.0/slac_svt_new/anaconda3/etc/profile.d/conda.sh
conda activate rogue_5.9.2
cd /data/hps/slac_svt/server/heavy-photon-daq/software/scripts/
python SvtCodaRun.py  --local --env JLAB


On clon10new start the dummy server


Code Block
python SvtCodaDummy.py --local --env JLAB


Conda installation

We are using conda release 1.4.0, installed in

Code Block
/usr/clas12/release/1.4.0