-
Notifications
You must be signed in to change notification settings - Fork 176
Transformation System Tutorial: Setting up the server
This page explains how to set up a transformation system on your DIRAC server that allows users to run the tutorial.
The server in question is a multi-VO server. The transformation system was set up for one VO only. The base release was v6r20p3. You might want to try a later version, as several fixes to the Transformation System have been released since then.
In this example the Instance name is 'Devel', the Setup name is 'GridPP'. Please adjust accordingly.
dirac-admin-sysadmin-cli --host [the name of your server goes here] add instance Transformation Devel install db TransformationDB
Install the service (still in the dirac-admin-sysadmin-cli):
install service Transformation TransformationManager
And now all the agents:
install agent Transformation TransformationAgent install agent Transformation WorkflowTaskAgent install agent Transformation RequestTaskAgent install agent Transformation MCExtensionAgent install agent Transformation TransformationCleaningAgent install agent Transformation InputDataAgent
``