You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/deployment/deploy/Deployment-on-an-Instrument-Control-PC.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Deploy to an instrument machine
2
2
3
-
This document describes the steps necessary to install/upgrade IBEX on an Instrument control PC. Be sure to login as `spudulike` when deploying on instruments instead of `gamekeeper`.
3
+
This document describes the steps necessary to install/upgrade IBEX on an Instrument control PC. Be sure to login as `spudulike` when deploying on instruments.
4
4
5
5
## Preparatory Steps for Client and Server
6
6
7
7
- Inform the instrument scientist that you are going to upgrade the instrument in 5 minutes so that they are not surprised when you remote desktop to the instrument, include a link to the release notes of the latest release in this email. Wait 5 minutes.
8
-
- Make sure that the public share has the most recent version of `ibex_utils` from Git (i.e. do git pull).
8
+
- Make sure that `\\isis\shares\ISIS_Experiment_Controls_Public\ibex_utils` is pointing at `master` and is up to date (i.e. do git pull).
9
9
- Take over the instrument with an RDP session - not VNC.
10
10
11
11
:::{note}
12
-
The install will need to access both `<public share>\ibex_utils` (where the install script is located) and `kits$` (where the ibex release and a genie python instance is kept). As we will be updating python, we cannot use the locally installed python for the deploy.
12
+
The install will need to access both `\\isis\shares\ISIS_Experiment_Controls_Public\ibex_utils` (where the install script is located) and `\\isis\inst$\kits$` (where the ibex release and a genie python instance is kept). As we will be updating python, we cannot use the locally installed python for the deploy.
13
13
14
14
On an instrument NDX computer the D: and O: drives will be mapped to the instrument archive and have sufficient access rights, however they can sometimes become disconnected and then things don't work. So before starting look in windows explorer and if D: and/or O: are showing as Disconnected click on them to reconnect.
15
15
@@ -20,7 +20,7 @@ If you do not have either a D: or O: network drive, then you will need to specif
20
20
1. Ensure the instrument is running and in a setup state
21
21
1. Take screenshots of blocks, motors, running VIs, etc. to allow later comparison
22
22
1. Ensure all command lines to EPICS or windows accessing the EPICS path are closed (though there is no need to stop the IBEX Server)
23
-
1. Run `<public share>\ibex_utils\installation_and_upgrade\instrument_deploy.bat` (or for 32-bit releases run with the parameter `x86`)
23
+
1. Run `\\isis\shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade\instrument_deploy.bat` (or for 32-bit releases run with the parameter `x86`)
24
24
- you can double click on this, but usually better to drag the path into a new empty cmd window so you don't miss any errors on abort
25
25
- It will look for the highest version number in the release folder as a source.
26
26
- If you want to install a non-default release you need to set the `SUFFIX` variable in the batch file. For example with `x.y.z` being the current release and `hotfix` being the suffix, it will look for the folder `Releases/x.y.z-hotfix`
@@ -70,7 +70,7 @@ This is unlikely to happen now we've migrated all instruments from SECI.
70
70
<summary> Click to expand</summary>
71
71
72
72
- If an instrument, check D: network drive status as per above _Notes on network share access_
73
-
- Run `<public share>\ibex_utils\installation_and_upgrade\instrument_install.bat` (if you are on a test machine you may have to enter the full DNS path rather than the shorthand)
73
+
- Run `\\isis\shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade\instrument_install.bat` (if you are on a test machine you may have to enter the full DNS path rather than the shorthand)
74
74
- you can double click on this, but usually better to drag the path into a new empty cmd window so you don't miss any errors on abort
75
75
- It will look for the highest version number in the release folder as a source.
76
76
- If you want to install a non-default release you need to set the `SUFFIX` variable in the batch file. For example with `x.y.z` being the current release and `hotfix` being the suffix, it will look for the folder `Releases/x.y.z-hotfix`
0 commit comments