Versions Compared

Key

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

...

Note
titleArchiver Gateways

Archiver Gateways should be stopped and restarted one at a time to independently verify that ACLs are working properly

...

.

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

    Code Block
    languagebash
    themeMidnight
    [laci@lcls-prod01]$ /etc/init.d/st.gwLCLSARCH0 restart
  3. Verify that LCLSIOC and LCLS2IOC PVs except for the following patterns are being archived in the LCLS Archiver:

    Code Block
    languagebash
    themeMidnight
    linenumberstrue
    ^[A-Za-z0-9]+:UND1:.*    DENY
    ^[A-Za-z0-9]+:LTU1:.*    DENY
    ^[A-Za-z0-9]+:LTU0:.*    DENY
    ^[A-Za-z0-9]+:DMP1:.*    DENY
    ^[A-Za-z0-9]+:IN20:.*    DENY
    ^[A-Za-z0-9]+:BSY0:.*    DENY
    ^[A-Za-z0-9]+:BSYA:.*    DENY
    ^[A-Za-z0-9]+:MCC0:.*    DENY
    ^[A-Za-z0-9]+:SYS0:.*    DENY
    ^[A-Za-z0-9]+:LR20:.*    DENY
    ^[A-Za-z0-9]+:NEH:.*     DENY
    ^[A-Za-z0-9]+:NEH1:.*    DENY
    ^[A-Za-z0-9]+:FEH:.*     DENY
    ^[A-Za-z0-9]+:FEH1:.*    DENY
    ^[A-Za-z0-9]+:FEE1:.*    DENY
    ^[A-Za-z0-9]+:SYS2:.*    DENY
    ^[A-Za-z0-9]+:CLTH:.*    DENY
    ^[A-Za-z0-9]+:GUNB:.*    DENY
    ^[A-Za-z0-9]+:LGUN:.*    DENY
    ^[A-Za-z0-9]+:ALH2:.*    DENY
    ^[A-Za-z0-9]+:ALH0:.*    DENY
    ^[A-Za-z0-9]+:ACR0:.*    DENY
    ^[A-Za-z0-9]+:GBL0:.*    DENY
    ^[A-Za-z0-9]+:R02:.*     DENY
    ^[A-Za-z0-9]+:XRT1:.*    DENY



gwLCLSARCH1:

  1. Change /etc/init.d/st.gwLCLS4LCLSII on lcls-daemon10 to use CMDPATH=/usr/local/lcls/tools/gateway/script/st.gwLCLS4LCLSII_64
  2. Restart gateway:

    Code Block
    languagebash
    themeMidnight
    [laci@lcls-prod01]$ /etc/init.d/st.gwLCLS4LCLSII restart
  3. Verify that LCLS PVs can be seen from LCLS2IOC subnet clients.

...