Changes between Version 25 and Version 26 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Feb 9, 2007, 12:34:46 AM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v25 v26  
    246246
    247247
     248== SE Configuration ==
     249
     250''Note : This section covers the generic SE configuration, not a specific implementation.''
     251
     252=== List of site SEs ===
     253
     254You can define a list of several SEs on your site, in variable (list) `SE_HOSTS`. There must be one corresponding entry for each SE host in variable `SE_TYPES`, a nlist where the key is the host name as defined in `SE_HOSTS`.
     255
     256=== Default SE ===
     257
     258Variable `SE_HOST_DEFAULT` is used to define the default SE for the site. By default, if not explicitly defined, this is the first host in `SE_HOSTS` list. It can be a SE outside your site (probably not recommended for general configurations).
     259
     260=== CE Close SEs ===
     261
     262Variable `CE_CLOSE_SE_LIST` (list) defines the SEs that must be registered in BDII as a close SE for the current CE. It defaults to `SE_HOSTS_DEFAULT`. If you want all your SEs to be registered as close SEs, you need to add the following declaration :
     263
     264variable CE_CLOSE_SE_LIST SE_HOST_DEFAULT.
     265
     266
    248267== DPM Configuration ==
    249268