Skip to content

Commit 0467b43

Browse files
Merge pull request #125 from ISISComputingGroup/danielmaclaren-patch-1
updated control-svcs gateway docs
2 parents 2c13268 + c4e2225 commit 0467b43

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
@@ -51,7 +51,18 @@ The logs are located in `/var/log/httpd` which may be useful for troubleshooting
5151

5252
### Gateways unavailable / Beam Logger details not updating
5353

54-
If PVs are visible in R3 then probably the gateway on the control service machine need to be updated.
54+
If there is an issue with the gateway (i.e. Beam status PVs cannot not be found or are showing outdated values)
55+
56+
`ssh isissupport@control-svcs`
57+
58+
`ps -ux -U epics`
59+
60+
Depending on which gateway you are looking for, please look for the following where \<GATEWAY\> is either gateway_R55, gateway_R80 or gateway_R2.
61+
62+
`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`
63+
64+
`sudo kill -9 <PID>`
65+
5566

5667
## Further Information
5768

0 commit comments

Comments
 (0)