Before Starting
- HOSTNAME: emitestbed08.cnaf.infn.it
- OS: SL5 X86_64 Installed + Network
- No Host certificate required
Service Installation
- Repositories ( see EMI basic configuration):
- egi-trustanchors.repo + emi1.repo + epel.repo
- $> yum clean all
- $> yum makecache
- INSTALLING UI
- $> yum install emi-ui
- INSTALLING LDAP SEARCH CLIENTS
- $> yum install openldap-clients
Service Configuration
- PREPARING FOR YAIM CONFIGURATION:
- COPY YAIM FILES UNDER ROOT: $>cp -r /opt/glite/yaim/examples/siteinfo/ /root/siteinfo/
- TESTERS VO files: follow description at [[https://twiki.cern.ch/twiki/bin/view/EMI/TestBed] [VO TESTERS HOWTO section 3.5]], download the following files: groups.conf, users.conf + vo.d directory
- CONTENT of /root/siteinfo: site-info.def + groups.conf + users.conf + vo.d (DIR)
- Find below the settings for Inter-Component testing EMI Testbed. Of course you will need to adapt these values to your own site (hostnames of other servers (SE, BDII, ARGUS..) , passwd, etc. etc. )
[root@emitestbed08 ~]# grep -v "#" siteinfo/site-info.def
VOS="testers.eu-emi.eu"
SITE_NAME=INFN-CNAF-EMI
PX_HOST=emitb2.ics.muni.cz
BDII_HOST=certtbrc-bdii.cern.ch
Note :
- YAIM variables set into /root/siteinfo/services/XXXfiles will overrid variables in siteinfo.def file with same name
- some YAIM variables are set in the yaim defaults files: /opt/glite/yaim//defaults/XXXfiles
- After all yaim files are OK run the following commands:
- $> /opt/glite/yaim/bin/yaim -c -s site-info.def -n UI
- If everything's OK yaim will end with (BTW yaim output is in /opt/glite/yaim/log/yaimlog file)
.....
INFO: Configuration Complete. [ OK ]
INFO: YAIM terminated succesfully.
Service Testing
- Basic test on UI was done as reported at this page EMI gLite Job Management Tests Page
--
DaniloDongiovanni - 23-May-2011