Exercise 4: Site-info customization

From Gridkaschool
Revision as of 15:01, 23 August 2013 by Bertocco (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
  • 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
 source services/glite-creamce

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 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  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

services/glite-creamce.good

vo.d/testers.eu-emi.eu