File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,18 @@ The logs are located in `/var/log/httpd` which may be useful for troubleshooting
5050
5151### Gateways unavailable / Beam Logger details not updating
5252
53- If PVs are visible in R3 then probably the gateway on the control service machine need to be updated.
53+ If there is an issue with the gateway (i.e. Beam status PVs cannot not be found or are showing outdated values)
54+
55+ ` ssh isissupport@control-svcs `
56+
57+ ` ps -ux -U epics `
58+
59+ Depending on which gateway you are looking for, please look for the following where <GATEWAY > is either gateway_R55, gateway_R80 or gateway_R2.
60+
61+ ` COMMAND: ../support/gateway/master/bin/linux-x86_64/gateway -pvlist /home/epics/EPICS/gateway/gwsite.pvlist -access /home/epics/EPICS/gateway/gwsite.acf -putlog /home/epics/var/logs/<GATEWAY>/putlog.log `
62+
63+ ` sudo kill -9 <PID> `
64+
5465
5566## Further Information
5667
You can’t perform that action at this time.
0 commit comments