You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

SVT Monitoring

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

ssh hallgw
ssh clonioc1

Start GUIs

cd /usr/clas12/hps/dev/
source .setup-hps
cd utils
./start_svt_guis.sh

Once the GUI's are up, the FEB's should be powered first, followed by the flange cards.

SVT Hybrid and DAQ IOC Control 

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

ssh hallgw
ssh clonioc1

 

Start IOCs:

cd /usr/clas12/hps/dev/
source .setup-hps
cd utils
./start_dpm.py

Official IOC instructions

NOT USED FOR THE MOMENT

Access IOC from clonioc1:

telnet localhost 20006  # iochvCaen
telnet localhost 20007  # iocsvtDaq

Control IOC from clonioc1:

Ctrl+] to exit #(type quit in terminal)
Ctrl+x to reboot

ProcServer commands
The path has to be included to override the production default.  So it's a bit cumbersome, but you can put the lines in a local script.

procServMgr -p /usr/clas12/hps/dev/apps/iocBoot -i iocsvtDaq stop
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot -i iocsvtDaq start
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot -i iocsvtDaq status
# show all iocs
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot status

 

 

Development tree on clonioc1:  

cd /usr/clas12/hps/dev
# contains:
#   apps/hvCaenApp, apps/iocBoot/iochvCaen
#   apps/svtDaqApp, apps/iocBoot/iocsvtDaq
#   drivers/LVMPOD
  • No labels