Versions Compared

Key

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

...

  1. Change /etc/init.d/st.gwLCLSARCH3 on lcls-daemon10 to use CMDPATH=/afs/slac/g/lcls/tools/gateway/script/st.gwLCLSARCH3_64
  2. Restart gateway:

    Code Block
    languagebash
    themeMidnight
    [laci@lcls-prod01]$ /etc/init.d/st.gwLCLSARCH3 restart
  3. Verify that LCLS PVs can be seen from LCLS2IOC subnet clients.that the following PV patterns are archived in the LCLS Archiver according to the permissions below:

    Code Block
    languagebash
    themeMidnight
    [laci@lcls-prod01]$ cat $TOOLS/gateway/config/gwLCLSARCH3.dat
    ...
    # deny everything, allow the patterns 
    # For every allow pattern here, we should have a deny pattern in gwLCLSARCH0.dat; otherwise we'll get duplicate PVs
    EVALUATION ORDER DENY, ALLOW
    .* DENY
    ^[A-Za-z0-9]+:SYS2:.*    ALLOW
    ^[A-Za-z0-9]+:CLTH:.*    ALLOW
    ^[A-Za-z0-9]+:GUNB:.*    ALLOW
    ^[A-Za-z0-9]+:LGUN:.*    ALLOW
    ^[A-Za-z0-9]+:ALH2:.*    ALLOW
    GWLCLSARCH3:.*         ALLOW

...