EPICS gateway

The gateway is setup in the main gateway directory /reg/g/pcds/gateway

It is currently configured to run on mfx-control.

To start the gateway, run the following script:  ./script/epicscagd-mfxsmb

The config file is in ./config/mfxsmb.pvlist and the logs are in ./logs/mfxsmb/

Data mover

Scripts found in /cds/home/opr/mfxopr/sync_usrdata/marccd/ (step 1) and /reg/g/pcds/pds/datamvrmarccd/mfx (step 2).

Two steps process:

  1. Copy data from Rayonix computer to ~mfxopr/experiments/...
  2. Transfer data to the experiment folders on anafs

There should be a better / more direct way of doing that. See Victor's suggestion:

`rsync -aPh -e "ssh -J mfxopr@mfx-control" user@ics-host:/path/to/data/ /path/to/exp/dir`

or if the desired data is already mounted on mfx-control, is there a reason not to rsync directly from that directory to the experiment folder instead of mfxopr home first?

(snelson: afaik we need 2 steps - only psdatmgr can write to usrdaq & usually a hutchopr account will run the first step)

  • No labels