Installing a gLite ApelBox

From Gridkaschool
Revision as of 17:58, 28 December 2012 by Pweber (talk | contribs) (Created page with "The ApelBox is installable via yum. The necessary gLite yum repositories are available at http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2. The required reposit…")
(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.

The ApelBox is installable via yum. The necessary gLite yum repositories are available at http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2. The required repositories are:

 lcg-CA.repo
 glite-APEL.repo

The repository files have to be stored in directory /etc/yum.repos.d/:

cd /etc/yum.repos.d
wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-APEL.repo
wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/lcg-CA.repo

Installing the packages

Now the gLite software has to be installed.

yum install glite-APEL
yum install lcg-CA

Due to a bug (https://savannah.cern.ch/bugs/?68636) the fetch-crl package is not included in the configured repositories for gLite APEL. Please install manually fetch-crl that can be downloaded from the following location:

http://glitesoft.cern.ch/EGEE/gLite/R3.2/glite-GENERIC/sl5/x86_64/RPMS.externals/fetch-crl-2.7.0-2.noarch.rpm 

To do so

cd ~
wget http://glitesoft.cern.ch/EGEE/gLite/R3.2/glite-GENERIC/sl5/x86_64/RPMS.externals/fetch-crl-2.7.0-2.noarch.rpm
yum localinstall fetch-crl-2.7.0-2.noarch.rpm

We will use a MySQL database on the ApelNode to store the accounting information. Therefore you need to install the mysql-server package:

yum install mysql-server

Proceed to the ApelBox Configuration


Go back to ApelBox, gLite Administration Course