Changes between Version 46 and Version 47 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Jun 12, 2007, 6:05:38 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

    v46 v47  
    406406
    407407
     408== BDII ==
     409
     410QWG Templates support configuration of all types of BDII :
     411 * Top-level BDII (default type) : use a central location to get their data (all BDIIs use the same source). This central location contains information about all sites registered in the GOC DB. Use of FCR (Freedom of Choice) enabled by default.
     412 * Site BDII : BDII in charge of collecting information about site resources. Support the concept of sub-site BDII (hierarchy of BDII to collect site information).
     413 * Resource BDII : used in replacement of Globus MDS on some resources (e.g. DPM).
     414
     415When configuring BDII on a machine, the following variables can be used (in the machine profile or in a site specific template) to tune the configuration :
     416 * BDII_TYPE : can be `resource`, `site`, `top`. `top` is the default.
     417 * BDII_SUBSITE : name of the BDII sub-site. Ignored on any BDII except `site`. Must be empty for the main site BDII (default) or defined to the sub-site name if this is a subsite BDII.
     418 * BDII_USE_FCR : set to false to disable use of FCR (Freedom of Choice) on top-level BDII or to true to force its use on other BDII types.
     419 * BDII_FCR_URL : use a non standard source for FCR.
     420
     421
    408422== MPI Support ==
    409423