Changes between Version 42 and Version 43 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
May 18, 2007, 4:34:39 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v42 v43  
    278278=== List of site SEs ===
    279279
    280 You 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`.
     280The list of SEs available at your site must be defined in variable `SE_HOSTS`. This variable is a nlist with one entry for each local SE. The key is the SE host name and the value is a nlist defining SE parameters.
     281
     282Supported parameters for each SE are :
     283 * `type` : define SE implementation. Must be `SE_Classic`, `SE_dCache` or `SE_DPM`. This parameter is required and has no default. Note that SE Classic is deprecated.
     284 * `accessPoint` : define the root path of any VO specific area on the SE.  This parameter is required with Classic SE and dCache. It is optional with DPM where it defaults to `/dpm/dom.ain.name/homes`.
     285 * `arch` : used to define `GlueSEArchitecture` for the SE. This parameter is optional and defaults to `multidisk` that should be appropriate for standard configurations.
     286
     287For more details, look at [source:templates/trunk/sites/example/site/pro_lcg2_config_site.tpl example] and comments in [source:/templates/trunk/grid/glite-3.0.0/defaults/glite.tpl gLite defaults].
     288
     289Format of `SE_HOSTS` has been changed in gLite-3.0.2-11 release of QWG templates. Look at [wiki:ReleaseNotes/gLite-3.0#gLite-3.0.2-11:SE_HOSTSformatchange release notes] to know how to migrate from previous format.
     290
    281291
    282292=== CE Close SEs ===