Local Emu DAQ Glossary

DAQ Manager
is a XDAQ application to control the local DAQ. It is, in turn, controlled by the Supervisor.

Users may use it for monitoring more closely the local DAQ. Experts can take over its control from the Supervisor for test and debugging purposes.

emuFarmer
is a script to start or kill remote XDAQ executive processes, or to (re)load the Gbit ethernet drivers.

It needs a pass for password-free ssh sessions.

The configuration file http://emuslice10/slice/config/EmuConfig.xml, is actually only a list of the subsystems' configuration files. emuFarmer merges those files, and prints the merged file's name as, for example: Using http://emuslice10/slice/config/EmuConfig_Merged_20060727_071614_UTC.xml
You can open this in your browser to check the configuration (and navigate to individual applications once they're running). You can also use this merged configuration file in subsequent invocations of emuFarmer, bypassing its (re)generation.

emuFarmer prints the status of the remote processes before and after every action. If the processes are up (and running or sleeping), it will print something like: ----------------------- status (S: sleeping | R: running | *nothing*: no process found): 2006-07-27 12:30:38,288 emudaq02:40302 ( daq ) S ( process 18871 started by slice at Thu Jul 27 11:03:53 ) 2006-07-27 12:30:39,305 emudaq01:40201 ( daq ) S ( process 5764 started by slice at Thu Jul 27 11:07:20 ) 2006-07-27 12:30:39,430 emudaq02:40202 ( daq ) S ( process 18891 started by slice at Thu Jul 27 11:03:54 ) 2006-07-27 12:30:39,490 emudaq01:40301 ( daq ) S ( process 5752 started by slice at Thu Jul 27 11:07:20 ) 2006-07-27 12:30:39,560 emuslice10:40200 ( man ) S ( process 31126 started by slice at Thu Jul 27 11:02:47 ) 2006-07-27 12:30:39,560 emuslice10:40000 ( sv ) S ( process 31166 started by slice at Thu Jul 27 11:02:47 ) 2006-07-27 12:30:39,664 emuslice10:40300 ( daq ) S ( process 31113 started by slice at Thu Jul 27 11:02:47 )
If no XDAQ process on a given host is listening on the given port, it will be shown as 2006-07-27 09:39:50,245 emudaq02:40202 ( daq )

Type emuFarmer -h for all available options.

pass phrase
must be entered when source emuPass is issued for password-free ssh sessions. Please get it from K. Banicz, F. Geurts, I. Suzuki or M. von der Mey.
CSC Supervisor
is a XDAQ application to control EmuFCrateSOAP, EmuPeripheralCrate, EmuDAQManager and LTCControl. It may, in turn,be controlled by the Function Manager (an interface to Global Run Control).