Exercise 4: Site-info.def customization

From Gridkaschool
Revision as of 14:48, 22 August 2012 by Bertocco (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

IMPORTANT: This page is work in progress. Only when this message disappear it will be final version.


Exercise 4: Site-info.def customization

  • Customize your own site-info.def
 cd /root/siteinfo_dir 
 vi/gedit site-info.def 

Add also DECH VO configuration parameters dech_vo.config

You may use site-info.def.bad1 as customized file

  • Customize your own services/glite-creamce file
 vi/gedit services/glite-creamce

You may use services/glite-creamce.bad as customized file

  • Check if site-info.def file syntax is ok
 source site-info.def

Check and correct errors.

  • Check if services/glite-creamce syntax is ok

Check and correct errors.

  • Check if all required yaim variables are defined in site-info.def
 /opt/glite/yaim/bin/yaim -v -s /root/siteinfo_dir/site-info.def -n creamCE

Try for first with site-info.def.bad2 and services/glite-creamce.bad. Add needed variables.

At the end of process the good files should be: site-info.def.good and Media:services_glite-creamce.good : services_glite-creamce.good


  • Example of how to use the vo.d directory to configure a VO (example the EMI vo testers testers.eu-emi.eu)
 mkdir /root/siteinfo_dir/vo.d 
 cd /root/siteinfo_dir/vo.d 
 wget http://www.pd.infn.it/~bertocco/GridKASchool2011/exercise2/vo.d_testers.eu-emi.eu 
 mv vo.d_testers.eu-emi.eu testers.eu-emi.eu 

  • Files:

dech_vo.config site-info.def.bad1 site-info.def.bad2 site-info.def.good services/glite-creamce.bad Media:services_glite-creamce.good : services_glite-creamce.good vo.d_testers.eu-emi.eu