ISISComputingGroup / IBEX

Top level repository for IBEX stories
4 stars 2 forks source link

Tasks on Instruments not being deployed to #8199

Closed KathrynBaker closed 4 months ago

KathrynBaker commented 5 months ago

As someone supporting IBEX I want to know that the instruments not being deployed to also have appropriate updates and changes applied to them. For the deploy in January 2024 there are two items in the task list, as well as a number of databases which would benefit from truncation. These actions are listed below.

CHIPIR

ARGUS

CHRONUS

EMU

HIFI

MUSR

MUONFE

RIKENFE

HIFI_CRYOMAG

OSIRIS

IRIS

IRIS_SETUP

TOSCA

VESUVIO

ALF

LET

MAPS

MARI

MERLIN

NIMROD

SANDALS

SELAB

SELAB2

SOFTMAT

DCLAB

esmith1729 commented 5 months ago

Is the RhFe step done by running a git pull in config/common?

will2201 commented 5 months ago

RhFe sensors

SSH or if if already logged on anyway, git pull in c:\instrument\settings\config\common

Hotfix branch switch workflow

cd /c/instrument/apps/epics cat version.txt # shows you ibex version no., - use this number in next command git remote add origin http://control-svcs.isis.cclrc.ac.uk/gitroot/releases/version no./EPICS.git git fetch # if this give an error, maybe wrong ibex version? git checkout -b Inst machine name git add . git commit -m "Pre cycle 2023/5 checkpoint" git push -u origin Inst machine name git status # should now be clean tree

(IBEX Server must be stopped for next 2 steps)

fix_procserv

Make sure you have run stop_ibex_server Double click on fix_procserv.bat in \isis\shares\ISIS_Experiment_Controls_Public

Truncate DB

Make sure you have run stop_ibex_server Run truncate_database.bat in \isis\shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade

zsoltkebel commented 4 months ago

SELAB2 hotfic branch step was uncomplete. Completed now.