Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
IGI (based on EMI) Installation and Configuration | ||||||||
Line: 43 to 43 | ||||||||
Generic ConfigurationConfiguration files | ||||||||
Changed: | ||||||||
< < | IGI YAIM configuration files | |||||||
> > | IGI YAIM configuration files | |||||||
YAIM configuration files should be stored in a directory structure. All the involved files HAVE to be under the same folder <confdir>, in a safe place, which is not world readable. This directory should contain:
| ||||||||
Line: 68 to 68 | ||||||||
yum clean all | ||||||||
Changed: | ||||||||
< < | CAa installation: | |||||||
> > | CAa installation: | |||||||
yum install ca-policy-egi-core | ||||||||
Changed: | ||||||||
< < | Service installation | |||||||
> > | Service installation | |||||||
yum install emi-bdii-site | ||||||||
Changed: | ||||||||
< < | Service Configuration | |||||||
> > | Service Configuration | |||||||
To proper configure the BDII site profile you need this file: | ||||||||
Line: 89 to 89 | ||||||||
If you would like to cutomize the BDII_site service you can modify the varibles in the service-specific file in the services/ directory. You will find an example in:
/opt/glite/yaim/examples/siteinfo/services/glite-bdii_site | ||||||||
Changed: | ||||||||
< < | YAIM Verification | |||||||
> > | YAIM Verification | |||||||
/opt/glite/yaim/bin/yaim -v -s <site-info.def> -n BDII_site | ||||||||
Line: 105 to 105 | ||||||||
If no errors are reported you can proceed to the configuration, otherwise correct them before continuing with the configuration. | ||||||||
Changed: | ||||||||
< < | YAIM Configuration | |||||||
> > | YAIM Configuration | |||||||
Please use the debug flag ( "-d 6" ) to configure the services in order to have detailed information. For your convenience yo can save all the configuration information in a log file you can look at any time, separated from the yaimlog defulat one.
/opt/glite/yaim/bin/yaim -c -d 6 -s -n BDII_site 2>&1 | tee /root/conf_BDII.`hostname -s`.`date`.log | ||||||||
Added: | ||||||||
> > | Service Testing - Reference CardAfter service installation to have a look if all were installed in a proper way, you could have a look to Service BDII_site Reference Card![]() | |||||||
-- SergioTraldi - 2011-11-10 |