Difference between revisions of "SBS DAQ: GEM EEL124 Cleanroom setup"
From Hall A Wiki
Line 34: | Line 34: | ||
git remote add site /site/coda/contrib/devel/jvme | git remote add site /site/coda/contrib/devel/jvme | ||
git pull site devel | git pull site devel | ||
+ | |||
+ | == CODA environment setup script == | ||
+ | |||
+ | Using BASH, source the environment setup script: | ||
+ | |||
+ | source ~/SBS-GEM-Cleanroom/env/setupCODA |
Revision as of 15:27, 19 August 2019
Contents
Extra packages installed
Machines in use
atedf3: NFS server, tftp server for VME Controllers
- CODA and hardware drivers in:
/data/disk2/SBS/
- Read-only permissions for all machines in 36 subnet
- Read-Write permissions for hallavme12pc
hallavme12pc: DAQ Computer (RunControl, Event Recording)
- Mount atedf3:/data/disk2/SBS to (autofs: auto.SBS)
/mnt/SBS
- Softlinks in
/home/coda/SBS-GEM-Cleanroom
- CODA (3.10)
- linuxvme (in CODA 3.10 directory)
hallavme14pc: XVB601 VME Controller
- Slots 2-8: MPDs
- Slot 10: TI
Updated/Cloned New repos in coda/3.10/linuxvme
- jvme
- ti
- ssp
- mpd
Added /site remote with (e.g. jvme, devel branch)
cd jvme git remote add site /site/coda/contrib/devel/jvme git pull site devel
CODA environment setup script
Using BASH, source the environment setup script:
source ~/SBS-GEM-Cleanroom/env/setupCODA