-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r19
fstagni edited this page Jun 2, 2017
·
18 revisions
[In preparation]
The v6r19 release introduces a new OPTIONAL feature: the pilots logging service. The pilots logging service is very well documented in the official DIRAC documentation, so please refer to that. Operationally, if you want to enable it, you will need an MQ system like RabbitMQ, and to do the following steps:
The new DB PilotsLoggingDB should be defined, then the tables in the databases should be created by the PilotsLogging service
new PilotsLogging service (via sysadmin-cli):
install service WorkloadManagement PilotsLogging
The PilotRequirements table from PilotAgentsDB can be removed:
USE PilotAgentsDB;
DROP TABLE IF EXISTS PilotRequirements;