Skip to content

Startup and Shutdown

John Holt edited this page Jan 4, 2017 · 10 revisions

Start is initiated from C:\Instrument\Apps\EPICS\start_ibex_server.bat. It:

  1. Stop the ibex server (see below)
  2. Runs ca repeater bat
    1. Kills old carepeater tasks
    2. Starts a new task in procserve
  3. Runs conserver bat
    1. Stops conserver
    2. Starts a new conserver
  4. If startup.txt exists in config runs start_ibex_serverMini else runs start_ibex_server_full.bat
  5. [full only] update iocs db
  6. [full only] start ioc log server
  7. [full only] start the alarm server
  8. start the gateways
  9. start the procserver for the iocs (call iocstartup\procserv.bat)
  10. starts proc server control (PSCTRL IOC)
  11. Reload conserver
  12. [full only] start the experimental database updater (ISIS\ExperimentalDatabase\master\start_expdata.bat)
  13. [full only] start the block server
  14. [full only] start the database server
  15. [full only] start the script server (if not on an instrument)
  16. [mini only] Start and enable auto start on IOC in startup.txt list

Stop Instrument

Stop

  1. IOCs in startup.txt
  2. conserver
  3. IOC Log Server
  4. Alarm server
  5. gateway
  6. Blockserver
  7. Database Server
  8. Script Server
  9. IOCs with PID files
  10. All procserve processes
  11. All exes in ioc startups
  12. gateway exe
  13. conserver.exe
  14. console.exe
  15. PSCTRL
  16. Archive engine
  17. MK3 Chopper
  18. [instrument only] css.exe
  19. [instrument only] javaw
  20. [instrument only] java
  21. [instrument only] pythonw
  22. [instrument only] ibex-client
  23. [without startup] python
  24. [without startup] SeciUserInterface
  25. [without startup] SeciStartup
  26. [without startup] LabView
  27. [without startup] mkscript3
  28. [without startup] muonscript
  29. [without startup] PlotScan.exe
  30. [without startup] vs7jit.exe
  31. [without startup] mari_script.exe
  32. [without startup] tkgenie32.exe
  33. [without startup] dllhost.exe
  34. [without startup] isisdatasvr.exe
  35. [without startup] isisicp.exe
  36. [without startup] cwdss.exe
  37. camonitor
  38. caRepeaster

Clone this wiki locally