Skip to content

Public RPMs installation instructions

Instructions

1. Setup the cta-public repo for CTA-4 or CTA-5:

cat << EOF > /etc/yum.repos.d/cta-public-4.repo
[cta-public-4-centos7]
name=CERN Tape Archive
baseurl=https://cta-public-repo.web.cern.ch/cta-4/el-7/cta
enabled=1
gpgcheck=0
EOF
or

cat << EOF > /etc/yum.repos.d/cta-public-5.repo
[cta-public-5-centos7]
name=CERN Tape Archive
baseurl=https://cta-public-repo.web.cern.ch/cta-5/el-7/cta
enabled=1
gpgcheck=0
EOF

2. Search and/or install cta-release:

yum search cta-release --showduplicates
yum install cta-release-<cta_version>.el7.cern.x86_64
or, to get the latest version:
yum install cta-release

3. Configure CTA/EOS repos and dependencies:

For EOS-4:

cta-versionlock config eos4
cta-versionlock apply 
#cta-versionlock forceupdate

For EOS-5:

cta-versionlock config eos5
cta-versionlock apply 
#cta-versionlock forceupdate

4. Install CTA and EOS:

Choose the appropriate packages, as needed.

yum install cta-frontend
yum install cta-taped
yum install cta-rmcd
yum install cta-smc
yum install eos-server
yum install eos-client