Unified shell - DUNE-DAQ/drunc GitHub Wiki

Starting

... can be done directly with the address of the process manager, as well as the configuration file path, session ID, and session name.

drunc-unified-shell np04-srv-019:10054 config/daqsystemtest/example-configs.data.xml local-1x1-config pawel

You then have access to all the functionality in the process_manager and the controller.

Running modes

This is one of three modes in which we can run in. This is

  • Interactive mode - e.g. run drunc-unified-shell ssh-standalone config/daqsystemtest/example-configs.data.xml local-1x1-config local-config and then run the commands manually
  • Batch mode - e.g. run drunc-unified-shell ssh-standalone config/daqsystemtest/example-configs.data.xml local-1x1-config local-config boot conf and then the shell exits.
  • Semi-batch mode - e.g run drunc-unified-shell ssh-standalone config/daqsystemtest/example-configs.data.xml local-1x1-config local-config boot conf start-shell, this is batch mode but we continue in the shell.