Changes between Version 2 and Version 3 of Doc/EMI/Procedure/DPM
- Timestamp:
- Nov 13, 2012, 2:53:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/EMI/Procedure/DPM
v2 v3 2 2 works rather out of the box. NCM hangs the first time as it tries to create the base path while the DB is not yet there. 3 3 To fix: 4 - kill ncm 4 {{{ 5 - kill ncm 5 6 - place the certificates and create the db shema 6 7 mysql -u root -pPASSWD < /usr/share/lcgdm/create_dpm_tables_mysql.sql 7 8 mysql -u root -pPASSWD < /usr/share/lcgdm/create_dpns_tables_mysql.sql 8 9 - reboot or reconfigure 10 }}} 9 11 10 12 B - upgrade from DPM 1.8.9 (glite-3.2): 11 13 again, works "rather" out of the box. A couple of issues 14 {{{ 12 15 - init.d scripts of srm,dpm,dpns,bdii are not re-created on the head node. To fix: 13 16 - rpm -e --nodeps dpm-server-mysql dpm-name-server-mysql dpm-srm-server-mysql bdii … … 17 20 - some bdii directories are not created. To fix: 18 21 [root@llrtest07 ~]# mkdir -p /var/lib/bdii/db/grid /var/lib/bdii/db/glue /var/lib/bdii/db/stats 22 19 23 [root@llrtest07 ~]# chown ldap:ldap /var/lib/bdii/db/grid /var/lib/bdii/db/glue /var/lib/bdii/db/stats 24 20 25 restart bdii 21 26 … … 25 30 mysql> update dpm_fs set weight=1; 26 31 mysql> UPDATE schema_version_dpm SET major = 3, minor = 3, patch = 0; 27 32 }}} 28 33 29 34 == Xrootd == 30 35 in the se_dpm_config template put: 31 36 37 {{{ 32 38 variable XROOT_ENABLED = true; 33 39 variable XROOTD_SHARED_KEY='<authentication key>'; … … 38 44 ... 39 45 ); 46 }}} 47 the authentication key is obtained as the output of: 48 dd bs=32 count=1 if=/dev/urandom | openssl base64