Skip to content
apeters1971 edited this page Nov 7, 2014 · 3 revisions

Installation of the EOS Diamond Bundle

Setting up the CERN YUM repository

Create the file /etc/yum.repos.d/diamond.repo

[eos-diamond]
name=EOS Diamond Bundle
baseurl=http://eos.cern.ch/rpms/eos-diamond/slc-6-x86_64/
gpgcheck=0
enabled=1

Install required packages

There is a meta package grabbing all bundles files which can be installed likeL

yum install -y eos-diamond

The individual packages can be explicitly installed via:

yum install -y xrootd4 radosfs librados2opt xrootd-diamond-ofs xrootd-rados-oss xrootd-auth-change-uid

Clone this wiki locally