Versions Compared

Key

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

...

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

Connect to clonfarm1 as clasrun and change to bash shell

...

SDK software installation to talk to the atca crate

Code Block
/data/hpssource /usr/clas12/release/1.4.0/slac_svt_new/V3.4.0/i86-linux-64/tools/envs-sdk.sh

examples:
cob_dump --all atca1  => diskless dumps the RCE status (booted 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 installation0xea)
cob_rce_reset atca1 ==> resets all the RCEs
cob_rce_reset atca1/1/0/2  ==> resets a particular dpm (in this case dpm1)
cob_cold_data_reset atca1 ==> "power cycles" the RCEs (sometimes they do not come back up nicely so rce_reset might be needed after)


SVT software is installed in

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

...

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

...