The Data Area. An area must be specified where the
coda data files will be stored. A large disk has been assigned
on all DAQ computers (/daq2/ on TUNL DAQ PC and /daq1/
on HIGS DAQ PC). Furthermore, there is a userdata area under
these large disks. Create a directory for your experiment raw data under
the userdata directory. For instance on TUNL DAQ PC, do the following:
[coda@daq2 ~]$ cd /daq2/userdata/
[coda@daq2 ~]$ mkdir exp_name
You must also make a link in your analyzer area to point to this
data area.
[coda@daq2 ~]$ cd /home/coda/experiments/exp_name/analyzer/
[coda@daq2 ~]$ ln -sf /daq2/userdata/exp_name datadisk