You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page explains how to set up a transformation system on your DIRAC server that allows users to run the tutorial.
Preliminaries
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.
Installing the new DIRAC components
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
Here is an extract from the DIRAC config that made it work in the end.
Preparing the database
If you want to run the example you need to index the metadata fields first. For the tutorial it is important that you index the directories and not the files:
dirac-dms-filecatalog-cli
FC: > meta index -d owner string
FC: >
FC: >
FC: >