Changes between Version 8 and Version 9 of Doc/LCG2/TemplateLayout
- Timestamp:
- Apr 26, 2006, 3:46:36 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/LCG2/TemplateLayout
v8 v9 61 61 For DPM SE servers, there is an additional variable, {{{SEDPM_SRM_SERVER}}}, that must be defined to {{{true}}} on the DPM master node. Also, if you are not using a MySQL database, you need to define variable {{{SEDPM_DB_TYPE}}} to {{{oracle}}}. 62 62 63 All the machine types share a common basic configuration, described in template {{{pro_lcg2_machine_config_site.tpl}}}. This template allows to add site specificities to this common basic configuration (e.g. configuration of a monitoring agent). This is done by defining variable {{{LCG2_BASE_CONFIG_SITE}}} to a template containing the site specific configuration to be added to the common configuration (at the end of the common configuration). This variable can be defined, for example, in template {{{pro_site_cluster_info.tpl}}}. 64 63 65 === VO Configuration === 64 66