Versions Compared

Key

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

...

Code Block
languagebash
telnet localhost 20006  # iochvCaen
telnet localhost 20007  # iocsvtDaq

Reboot Control IOC from clonioc1:

Code Block
languagebash
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.

Code Block
languagebash
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: 

...