Changes between Version 1 and Version 2 of Doc/EMI/Procedure/DPM
- Timestamp:
- Nov 13, 2012, 2:52:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/EMI/Procedure/DPM
v1 v2 25 25 mysql> update dpm_fs set weight=1; 26 26 mysql> UPDATE schema_version_dpm SET major = 3, minor = 3, patch = 0; 27 28 29 == Xrootd == 30 in the se_dpm_config template put: 31 32 variable XROOT_ENABLED = true; 33 variable XROOTD_SHARED_KEY='<authentication key>'; 34 variable XROOTD_DISKS=list( 35 nlist('host', 'diskserver1'), 36 nlist('host', 'diskserver2'), 37 nlist('host', 'diskserver3'), 38 ... 39 );