Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SVT Monitoring

Log into 'clonioc1clonioc4' (requires access through gateway).

Code Block
languagebash
ssh hallgw
ssh clonioc4

Start GUIs

Code Block
languagebash

cd /usr/clas12/hps/dev/
source .setup-hps

Start GUIs

Code Block
languagebash
cd utils
./start_svt_guis.sh

...

Code Block
languagebash
ssh hallgw
ssh clonioc4
cd /usr/clas12/hps/dev/
source .setup-hps

 

Control  IOCs (if not running!):

Code Block
languagebash
cd /usr/clas12/hps/dev/
source .setup-hps
cd utils
utils
# get status|start|stop
python ./control_svt_dpm.py -a status|start|stop [-t for testing] 

# you can also give args for specific nodes: [dpmX|dtmY|cntrldpm] 
# if no args given, all are affected.
# Control DPM IOC only:
python ./control_svt_dpm.py -a status|start|stop controldpm
# Data DPM "X" (0-13) IOC only:
python ./control_svt_dpm.py -a status|start|stop dpmX
# DTM "X" (0-1) IOC only:
python ./control_svt_dpm.py -a status|start|stop dtmX

# to monitor the stdout in xterms
./start_svt_mon.py  

Note: if you get "permission denied" above try to login as user=epics (default password) and try again.

If everything fails try to use the below running as user=epics:

Code Block
languagebash
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot status/start/stop

If that fails, call Pelle.

Official IOC instructions

...