From 2d40a3844d385431153f793889107bb59609587a Mon Sep 17 00:00:00 2001 From: acolla Date: Fri, 7 Dec 2007 19:08:48 +0000 Subject: [PATCH] Added in shuttle_schema: - triggerWait: time to wait for DIM trigger (s) before starting collection of new runs automatically - mode: run mode (test or prod) --- SHUTTLE/schema/Global.ldif | 3 ++- SHUTTLE/schema/shuttle.schema | 5 ++++- SHUTTLE/schema_prod/Global.ldif | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/SHUTTLE/schema/Global.ldif b/SHUTTLE/schema/Global.ldif index 845632194f2..7a80f25dd11 100644 --- a/SHUTTLE/schema/Global.ldif +++ b/SHUTTLE/schema/Global.ldif @@ -16,4 +16,5 @@ ppMaxMem: 2097152 ppMaxRetries: 2 monitorHost: aliendb1.cern.ch monitorTable: SHUTTLE - +triggerWait: 10 +mode: test diff --git a/SHUTTLE/schema/shuttle.schema b/SHUTTLE/schema/shuttle.schema index 590f047c621..d16b755c2c7 100644 --- a/SHUTTLE/schema/shuttle.schema +++ b/SHUTTLE/schema/shuttle.schema @@ -65,13 +65,16 @@ attributetype ( GLOBAL_CONFIG:10 NAME 'ppTimeOut' DESC 'seconds before pp a attributetype ( GLOBAL_CONFIG:11 NAME 'ppMaxMem' DESC 'max pp mem consumption (KB)' EQUALITY caseIgnoreMatch SUP name SINGLE-VALUE ) attributetype ( GLOBAL_CONFIG:12 NAME 'monitorHost' DESC 'monitoring server host' EQUALITY caseIgnoreMatch SUP name SINGLE-VALUE ) attributetype ( GLOBAL_CONFIG:13 NAME 'monitorTable' DESC 'monitoring table name' EQUALITY caseIgnoreMatch SUP name SINGLE-VALUE ) +attributetype ( GLOBAL_CONFIG:14 NAME 'triggerWait' DESC 'max time waiting for next trigger before starting a new collection' + EQUALITY integerMatch SUP uidNumber SINGLE-VALUE ) +attributetype ( GLOBAL_CONFIG:15 NAME 'mode' DESC 'production mode (test, prod)' EQUALITY caseIgnoreMatch SUP name SINGLE-VALUE ) objectclass ( GLOBAL_CONFIG NAME 'globalConfig' DESC 'ALICE: settings for DAQ logbook access' SUP top MUST (name $ daqLbHost $ daqLbUser $ daqLbPasswd $ daqLbDB $ daqLbTable $ shuttleLbTable $ runTypeLbTable $ ppMaxRetries $ ppTimeOut $ ppMaxMem $ monitorHost $ monitorTable) - MAY ( daqLbPort ) ) + MAY ( daqLbPort $ triggerWait $ mode) ) objectidentifier INSTANCE_CONFIG SHUTTLE_BASE:5 diff --git a/SHUTTLE/schema_prod/Global.ldif b/SHUTTLE/schema_prod/Global.ldif index 52196b0f783..095c5db09e7 100644 --- a/SHUTTLE/schema_prod/Global.ldif +++ b/SHUTTLE/schema_prod/Global.ldif @@ -16,4 +16,6 @@ ppMaxMem: 2097152 ppMaxRetries: 2 monitorHost: aliendb1.cern.ch monitorTable: SHUTTLE_PROD +triggerWait: 3600 +mode: prod -- 2.43.0