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


Ignore:
Timestamp:
Nov 13, 2012, 2:53:01 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

    v2 v3  
    22   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.
    33   To fix:
    4       - kill ncm
     4{{{ 
     5    - kill ncm
    56      - place the certificates and create the db shema
    67                 mysql -u root -pPASSWD < /usr/share/lcgdm/create_dpm_tables_mysql.sql
    78                 mysql -u root -pPASSWD < /usr/share/lcgdm/create_dpns_tables_mysql.sql
    89      - reboot or reconfigure
     10}}}
    911
    1012B - upgrade from DPM 1.8.9 (glite-3.2):
    1113   again, works "rather" out of the box. A couple of issues
     14{{{
    1215      - init.d scripts of srm,dpm,dpns,bdii are not re-created on the head node. To fix:
    1316           -  rpm -e --nodeps dpm-server-mysql dpm-name-server-mysql dpm-srm-server-mysql bdii
     
    1720      - some bdii directories are not created. To fix:
    1821           [root@llrtest07 ~]# mkdir -p /var/lib/bdii/db/grid /var/lib/bdii/db/glue /var/lib/bdii/db/stats
     22
    1923           [root@llrtest07 ~]# chown ldap:ldap /var/lib/bdii/db/grid /var/lib/bdii/db/glue /var/lib/bdii/db/stats
     24
    2025           restart bdii
    2126
     
    2530                 mysql> update dpm_fs set weight=1;
    2631                 mysql> UPDATE schema_version_dpm SET major = 3, minor = 3, patch = 0;
    27 
     32}}}
    2833
    2934== Xrootd ==
    3035in the se_dpm_config template put:
    3136
     37{{{
    3238variable XROOT_ENABLED = true;
    3339variable XROOTD_SHARED_KEY='<authentication key>';
     
    3844                            ...
    3945                );
     46}}}
     47the authentication key is obtained as the output of:
     48dd bs=32 count=1 if=/dev/urandom | openssl base64