Difference between revisions of "Imperial DIRAC FTS3"

From GridPP Wiki
Jump to: navigation, search
(Created page with "Install FTS3 database and add index as per https://github.com/DIRACGrid/DIRAC/wiki/DIRAC-v6r20p8 (The actual working command is: <pre>ALTER TABLE Operations ADD INDEX rmsO...")
(No difference)

Revision as of 09:43, 17 August 2018

Install FTS3 database and add index as per [[1]] (The actual working command is:

ALTER TABLE Operations ADD INDEX rmsOpID (rmsOpID);


lx02:EL7 > source bashrc
lx02:EL7 > dirac-proxy-init -g dirac_admin
lx02:EL7 > dirac-admin-sysadmin-cli -H dirac01.grid.hep.ph.ic.ac.uk
Pinging dirac01.grid.hep.ph.ic.ac.uk...
[dirac01.grid.hep.ph.ic.ac.uk]> install db FTS3DB
MySQL root password: 
Adding to CS DataManagement/FTS3DB
Database FTS3DB from DIRAC/DataManagementSystem installed successfully