Versions Compared

Key

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

...

Code Block
languagebash
ssh hallgw
ssh clonioc1clonioc4

Start GUIs

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

...

Code Block
languagebash
ssh hallgw
ssh clonioc1clonioc4

 

Control  IOCs (if not running!):

Code Block
languagebash
cd /usr/clas12/hps/dev/
source .setup-hps
cd utils
./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.

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

...