Changes between Version 20 and Version 21 of Doc/gLite/TemplateCustomization/Services


Ignore:
Timestamp:
Jan 30, 2013, 12:39:33 PM (11 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization/Services

    v20 v21  
    402402If you want to disable automatic purging, set the variable to `null`.
    403403
    404 === DPM/Xrootd plugin ===
     404=== DPM/Xrootd plugin === #DPMXrootd
    405405
    406406To configure DPM/Xrootd plugin, it is necessary to:
     
    479479== XRootd == #Xrootd
    480480
     481Xrootd service can be configured as a standalone service or in [#DPMXrootd conjunction with DPM]. It is configured by several specific variables.
     482
     483 * `XROOTD_PARAMS`: this nlist allows to specify the main parameters of the Xrootd cluster.
     484 * `XROOTD_SERVER_ROLES`: list of roles held by the local host. Possible values are: `disk', `redir`, `fedredir`.
     485 * `XROOTD_SHARED_KEY`: this variable allows to specify the shared secret used between all nodes participating to the Xrootd cluster.
     486 * `XROOTD_AUTH_TOKEN_PARAMS`: this nlist allows to specify the parameters specific to the optional, deprecated, token-based authorization (mainly used by ALICE VO).
     487
     488For the parameters supported in each variable, look at `ncm-xrootd` schema and man page.
     489 * `XROOTD_PARAMS` supports all the general Xrootd options
     490 * `XROOTD_AUTH_TOKEN_PARAMS` supports all the Xrootd toek-based authorization options
     491
     492'''Note: when using Xrootd with DPM, most of the configuration information required for Xrootd, is derived from the DPM configuration. In this context, '''`XROOTD_SERVER_ROLES` must not be defined''' and an explicit definition of `XROOTD_PARAMS` is not required.
     493
    481494== WMS and LB ==
    482495