| They should be already included and configured
in VDT 1.1.6, just do 3 and 5 if you are going to install EDG-LCG monitoring
extensions
- let us consider:
- $VDT_LOCATION as the root installation dir of
a VDT software distribution (e.g. /opt/vdt)
- $MDS as the dir name of the Globus MDS in VDT
(e.g. mds-2.2)
- replace with the actual setting
- download schema files from
http://cvs.infn.it/cgi-bin/cvsweb.cgi/datatag-glue/glue-schemas/
and copy to $VDT_LOCATION/$MDS/etc
- if you want to use LCG-EDT
monitoring, you should replace the official Glue-CE.schema with
this file
- edit the $VDT_LOCATION/$MDS/etc/grid-info-slapd.conf
file and add the following lines to the include section
include $VDT_LOCATION/$MDS/etc/Glue-CE.schema
include $VDT_LOCATION/$MDS/etc/Glue-SE.schema
include $VDT_LOCATION/$MDS/etc/Glue-CESEBind.schema
-
restart the MDS service:
- $VDT_LOCATION/$MDS/globus-mds stop
- $VDT_LOCATION/$MDS/globus-mds start
|