Config service
This module provides libraries and utilities to implement the Component Configuration pattern.
Service configurator library (libglite_data_config_service_configurator)
Config service (glite-data-config-service)
Application to start and stop daemons.
Uses the ServiceConfigurator object defined in libglite_data_config_service_configurator to dynamically load configure the service as specified in the xml service configuration file.
Debugging service start failures
During service start, a log is also written to
/tmp/<svc-name>-svc-conf-debug.log
(or
/tmp/glite-data-config-service-svc-conf-debug.log
if service name is not defined). That log is useful to determine the reason of a start failure (the standard logger might not be initialized).
Config generator (glite-data-config-generator)
Utility to generate configuration files starting from xml files containing a component configuration template.
Details
Helper scripts
glite-data-config-service-wrapper
Wrapper that configures the environment to call config-service. To be called by init.d scripts.
glite-data-config-service-common
Common functionalities.
Is it still used?
init.d-script.sh
Located in the
examples folder. Is a template from which init.d scripts are generated (e.g. transfer-agents).
Lock and Pid files
Lock files contain the service status.
Last edit: Main.PaoloTedesco on 2009-01-22 - 13:32
Number of topics: 1
Maintainer: Main.PaoloTedesco