Versions Compared

Key

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

...

  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. lcls-home->Network (Global)->PV Gateway Diag
    Verify 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/gwLCLSARCH0.dat
    ...
    # allow everthing, deny patterns
    EVALUATION ORDER ALLOW, DENY
    .* ALLOW
    ^[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

...

Anchor
Cryo Gateway Test Procedures
Cryo Gateway Test Procedures

Cryo Gateway Test Procedures

cryo-daemon1

gwCRYO4LCLS:

  1. Change /etc/init.d/st.gwCRYO4LCLS on cryo-daemon1 to use CMDPATH=/usr/local/lcls/tools/gateway/script/st.gwCRYO4LCLS64
  2. Restart gateway:

    Code Block
    languagebash
    themeMidnight
    [laci@cryo-daemon1]$ /etc/init.d/st.gwCRYO4LCLS restart
  3. Verify that CRYOSRV subnet PVs can be seen from LCLSIOC and LCLS2IOC subnet clients.

...