NA62 Ganga Howto
Starting service
To start the Ganga services on the UI:
cd GangaRun
./runGanga --daemon action_script.py
This will set it in daemon mode.
Pause and stop
To control the service, one can touch:
~/GangaRun/ganga.stop # Stop the service
~/GangaRun/ganga.halt # Pause the tasks until this file is removed
Logs
One can view the
stdout/err
from Ganga in:
~/gangadir/server/*.stdout
~/gangadir/server/*.stderr
Reset
To ensure one is starting with a completely fresh Ganga session, one can do:
mv gangadir gangadir-old