Difference between revisions of "Imperial Dirac TransformationSystem"

From GridPP Wiki
Jump to: navigation, search
(GridPP DIRAC Transformation System)
 
Line 1: Line 1:
 +
== Documentation ==
 
[https://github.com/DIRACGrid/DIRAC/wiki/Transformation-System-Tutorial Tutorial] <br>
 
[https://github.com/DIRACGrid/DIRAC/wiki/Transformation-System-Tutorial Tutorial] <br>
 
[http://dirac.readthedocs.io/en/latest/AdministratorGuide/Systems/Transformation/index.html Install Guide]
 
[http://dirac.readthedocs.io/en/latest/AdministratorGuide/Systems/Transformation/index.html Install Guide]
 +
 +
== Install Log ==
 +
Instance Name is Devel <br>
 +
Setup Name is GridPP <br>
 +
 +
<pre>
 +
dirac-admin-sysadmin-cli --host dirac00.grid.hep.ph.ic.ac.uk
 +
Pinging dirac00.grid.hep.ph.ic.ac.uk...
 +
[dirac00.grid.hep.ph.ic.ac.uk]> add instance Transformation Devel
 +
Adding Transformation system as Devel self.instance for GridPP self.setup to dirac.cfg and CS
 +
Transformation system instance Devel added successfully
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install db TransformationDB
 +
Adding to CS Transformation/TransformationDB
 +
Database TransformationDB from DIRAC/TransformationSystem installed successfully
 +
</pre>
 +
It turns out the TransformationManagerHandler is only a TransformationManager.
 +
<pre>
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install service Transformation TransformationManager
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS service Transformation/TransformationManager
 +
service Transformation_TransformationManager is installed, runit status: Run
 +
</pre>
 +
Now go and try to install all the agents: <br>
 +
<pre>
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation TransformationAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/TransformationAgent
 +
agent Transformation_TransformationAgent is installed, runit status: Run
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation WorkflowTaskAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/WorkflowTaskAgent
 +
agent Transformation_WorkflowTaskAgent is installed, runit status: Run
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation RequestTaskAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/RequestTaskAgent
 +
agent Transformation_RequestTaskAgent is installed, runit status: Run
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation MCExtensionAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/MCExtensionAgent
 +
agent Transformation_MCExtensionAgent is installed, runit status: Run
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation TransformationCleaningAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/TransformationCleaningAgent
 +
agent Transformation_TransformationCleaningAgent is installed, runit status: Run
 +
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation InputDataAgent
 +
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
 +
Adding to CS agent Transformation/InputDataAgent
 +
agent Transformation_InputDataAgent is installed, runit status: Run
 +
</pre>

Revision as of 13:35, 31 May 2018

Documentation

Tutorial
Install Guide

Install Log

Instance Name is Devel
Setup Name is GridPP

dirac-admin-sysadmin-cli --host dirac00.grid.hep.ph.ic.ac.uk
Pinging dirac00.grid.hep.ph.ic.ac.uk...
[dirac00.grid.hep.ph.ic.ac.uk]> add instance Transformation Devel
Adding Transformation system as Devel self.instance for GridPP self.setup to dirac.cfg and CS
Transformation system instance Devel added successfully
[dirac00.grid.hep.ph.ic.ac.uk]> install db TransformationDB
Adding to CS Transformation/TransformationDB
Database TransformationDB from DIRAC/TransformationSystem installed successfully

It turns out the TransformationManagerHandler is only a TransformationManager.

[dirac00.grid.hep.ph.ic.ac.uk]> install service Transformation TransformationManager
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS service Transformation/TransformationManager
service Transformation_TransformationManager is installed, runit status: Run

Now go and try to install all the agents:

[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation TransformationAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/TransformationAgent
agent Transformation_TransformationAgent is installed, runit status: Run
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation WorkflowTaskAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/WorkflowTaskAgent
agent Transformation_WorkflowTaskAgent is installed, runit status: Run
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation RequestTaskAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/RequestTaskAgent
agent Transformation_RequestTaskAgent is installed, runit status: Run
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation MCExtensionAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/MCExtensionAgent
agent Transformation_MCExtensionAgent is installed, runit status: Run
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation TransformationCleaningAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/TransformationCleaningAgent
agent Transformation_TransformationCleaningAgent is installed, runit status: Run
[dirac00.grid.hep.ph.ic.ac.uk]> install agent Transformation InputDataAgent
Loading configuration template /home/hep/dbauer/check_test_dirac/2018_May_30_1452_skatelescope.eu_EL7/DIRAC/TransformationSystem/ConfigTemplate.cfg
Adding to CS agent Transformation/InputDataAgent
agent Transformation_InputDataAgent is installed, runit status: Run