Changes between Version 1 and Version 2 of Doc/EMI/Procedure/DPM


Ignore:
Timestamp:
Nov 13, 2012, 2:52:05 PM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Guillaume Philippon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/EMI/Procedure/DPM

    v1 v2  
    2525                 mysql> update dpm_fs set weight=1;
    2626                 mysql> UPDATE schema_version_dpm SET major = 3, minor = 3, patch = 0;
     27
     28
     29== Xrootd ==
     30in the se_dpm_config template put:
     31
     32variable XROOT_ENABLED = true;
     33variable XROOTD_SHARED_KEY='<authentication key>';
     34variable XROOTD_DISKS=list(
     35                            nlist('host', 'diskserver1'),
     36                            nlist('host', 'diskserver2'),
     37                            nlist('host', 'diskserver3'),
     38                            ...
     39                );