Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dragnet:system_software [2017-06-21 16:09] – [Crontab] resourcetool: set LOFARENV amesfoort | dragnet:system_software [2017-08-18 01:04] (current) – [QPID Message Broker Config for Operations] clarify amesfoort | ||
---|---|---|---|
Line 2: | Line 2: | ||
All DRAGNET nodes were installed by Mike Sipior (ASTRON) with CentOS 7 using cobbler and ansible. The cobbler and ansible settings are available in a git repo on the dragnet headnode at ''/ | All DRAGNET nodes were installed by Mike Sipior (ASTRON) with CentOS 7 using cobbler and ansible. The cobbler and ansible settings are available in a git repo on the dragnet headnode at ''/ | ||
+ | |||
+ | Most changes have been tracked here and should ideally go into the ansible/ | ||
Many system software packages have been installed, settings changed, CentOS updated to 7.2, /opt (+ some /usr/local) installed (by Alexander), while Vlad and Cees installed all pulsar user tools under /usr/local (NFS). | Many system software packages have been installed, settings changed, CentOS updated to 7.2, /opt (+ some /usr/local) installed (by Alexander), while Vlad and Cees installed all pulsar user tools under /usr/local (NFS). | ||
- | Many packages installed by Alexander on DRAGNET have a ''/ | ||
- | Most changes have been tracked | + | ===== LOFAR Builds ===== |
+ | LOFAR software builds on DRAGNET can be build+deployed | ||
+ | * LOFAR-Dragnet-deploy.sh (takes ~15 mins) | ||
+ | * LOFAR-Dragnet-activate.sh (takes 10 s) | ||
+ | Normally, these scripts are kicked off via [[https:// | ||
+ | As described in the scripts, these scripts can also be run from the command-line //as user lofarbuild// | ||
+ | Regardless of which branch or tag you build via Jenkins, the Jenkins jobs //always// svn export from the trunk!\\ | ||
+ | |||
+ | The LOFAR package built on DRAGNET | ||
+ | |||
+ | Any LOFAR build on DRAGNET depends heavily on many dependencies, the paths of which are listed | ||
+ | |||
+ | We only have '' | ||
+ | |||
+ | Fixing LOFAR builds is thus often a matter of small commits to the config files and/or dependent software upgrades on DRAGNET, instead of fixing the deploy script. One deploy script caveat is that it assumes all DRAGNET nodes are working... | ||
+ | |||
+ | |||
+ | ===== Other Packages installed by Alexander ===== | ||
+ | Many packages installed by Alexander on DRAGNET have a ''/ | ||
+ | |||
+ | |||
+ | ===== QPID Message Broker Config for Operations ==== | ||
+ | To keep this rather complex config beast as low profile as possible on DRAGNET, this is only set up on DRAGNET to facilitate observation feedback flowing back to Observatory systems (MoM). This is inevitable (COBALT expects the local qpid queues), although failure impact is low: status in MoM.\\ | ||
+ | |||
+ | To use [[operator: | ||
+ | |||
+ | QPID is going to be used more and more, e.g. also for user ingest. | ||
+ | |||
+ | Reinoud (and Jan David) are the people to debug qpid trouble with. | ||
+ | |||
+ | |||
+ | === QPID Config for Feedback === | ||
+ | On DRAGNET, I created 3 queues on each node (twice, once for operations and once for the test system), and routes from all nodes to the head node, and from the head node to ccu001 (operations) and ccu199 (test).\\ | ||
+ | See **/ | ||
+ | |||
+ | Overview on a node (1st queue with pseudo-random name is from the viewing operation itself): | ||
+ | [amesfoort@dragnet ~]$ qpid-stat -q | ||
+ | Queues | ||
+ | queue | ||
+ | ========================================================================================================================= | ||
+ | a1fe3b70-1595-4e4d-9313-8d1706861ba0: | ||
+ | lofar.task.feedback.dataproducts | ||
+ | lofar.task.feedback.processing | ||
+ | lofar.task.feedback.state | ||
+ | test.lofar.task.feedback.dataproducts | ||
+ | test.lofar.task.feedback.processing | ||
+ | test.lofar.task.feedback.state | ||
+ | |||
+ | Overview of all routes //to// the '' | ||
+ | [amesfoort@dragnet ~]$ qpid-route route list | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | [...] | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
+ | dragnet: | ||
Line 21: | Line 92: | ||
=== resourcetool === | === resourcetool === | ||
- | On any host but '' | + | On any host but '' |
- | This auto-updates storage claim end times and available disk space of ''/ | + | This auto-updates storage claim end times in the Observatory' |
[amesfoort@any_but_dragnet ~]$ sudo crontab -u lofarsys -l | [amesfoort@any_but_dragnet ~]$ sudo crontab -u lofarsys -l | ||
- | 1,21,41 * * * * source / | + | 1,21,41 * * * * source / |
==== /etc ==== | ==== /etc ==== |