Update guardctrl authored by Jameson Rollins's avatar Jameson Rollins
...@@ -108,7 +108,10 @@ GUARD_CHANFILE=/opt/rtcds/userapps/release/cds/h1/daqfiles/ini/H1EDCU_GRD.ini ...@@ -108,7 +108,10 @@ GUARD_CHANFILE=/opt/rtcds/userapps/release/cds/h1/daqfiles/ini/H1EDCU_GRD.ini
GUARD_ARCHIVE_ROOT=/ligo/cds/lho/h1/guardian/archive GUARD_ARCHIVE_ROOT=/ligo/cds/lho/h1/guardian/archive
NDSSERVER=h1nds0:8088,h1nds1:8088 NDSSERVER=h1nds0:8088,h1nds1:8088
``` ```
The `GUARD_ARCHIVE_ROOT` variables points to a [guardian code archive](guardian-code-archives). Some notes:
* The `IFO` and `SITE` variables should be set as expected.
* The `GUARD_CHANFILE` variable points to the location where the guardian channel list ini file will be written, used by the CDS DAQ. *This file location must be writable by the guardctrl user.* (For the LIGO case above we touch the file and make it writable by the `controls` group, which the `guardian` user is a member of).
* The `GUARD_ARCHIVE_ROOT` variable points to a [guardian code archive](guardian-code-archives).
### passwordless SSH interface ### passwordless SSH interface
... ...
......