Skip to content

Commit 5058b50

Browse files
committed
review comments
1 parent 6e8277c commit 5058b50

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

doc/Web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ webdashboard/MCR-News-in-Teams
1111
```
1212

1313
```{seealso}
14-
- [WebServer](systems/Webserver), for the physical computer on which the web dashboard is hosted.
14+
- [WebServer](systems/Webserver) for the physical computer where the [PVWS](webdashboard/PVWS) instance, which the [Web Dashboard](webdashboard/Web-Dashboard) relies on, is hosted.
1515
```

doc/systems/Webserver.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
NDAEXTWEB3 is a central Windows 2019 server, which is hosted on the FIT Hyper-V cluster, that runs a number of the web services associated with IBEX. The login credentials for this are in sharepoint. The server holds:
66

7-
* The [old IBEX web dashboard (JSON_Bourne)](/webdashboard/Web-Dashboard)
87
* The [Automation application](/processes/git_and_github/Automation-Application)
98
* [MCR news](https://www.isis.stfc.ac.uk/Pages/MCR-News.aspx)
109
* The central proxy created [here](https://github.com/ISISComputingGroup/IBEX/issues/5112)

doc/systems/control-svcs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{#controlsvcs}
12
# `control-svcs`
23

34
control-svcs.isis.cclrc.ac.uk

doc/webdashboard/Web-Dashboard.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ See {ref}`pvws`
2121

2222
### Web dashboard showing outdated or incorrect information
2323

24-
If you cannot subscribe directly to a PV by using the [PVWS homepage](https://ndaextweb4/pvws/) ie it gets no update with a value in it, this is likely due to a central gateway issue or an issue with the NDX.
24+
If you cannot subscribe directly to a PV by using the [PVWS homepage](https://ndaextweb4/pvws/) ie it gets no update with a value in it, this is likely due to a gateway issue on NDAEXTWEB4, a central gateway issue (on {ref}`controlsvcs`) or an issue with the NDX.
25+
26+
First VNC into the instrument and find out whether this is happening on the NDX. If it is, your problems are not gateway related.
27+
28+
If not, then try and `caget` it from your development machine. If this works, it could be a gateway issue. To narrow it down further we can `caget` with `EPICS_CA_ADDR_LIST` set to:
29+
- NDAEXTWEB4's restricted gateway, to prove whether issue is EPICS level or PVWS level
30+
- Central gateway, to prove whether issue is at that end
31+
- An individual instrument directly, bypassing all gateways other than external gateway on each instrument

0 commit comments

Comments
 (0)