Skip to content

Commit 4d07205

Browse files
updated control-svcs gateway docs
1 parent 2cbf1c6 commit 4d07205

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/systems/control-svcs.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)