Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Rucio Client in Unified

Sharad Agarwal edited this page May 20, 2020 · 2 revisions

vocms0268, vocms0269, vocms0273 have rucio client installed.

Installation:

pip install --user rucio-clients

Dependency in production machines was setuptools version which was asked to VOC to upgrade it as follows:

setuptools (41.4.0)

Configuration File is needed by Rucio Client which has been made under cmsunified account:

~/.local/etc/rucio.cfg

File Content:

[common]
[client]
rucio_host = http://cms-rucio.cern.ch
auth_host = https://cms-rucio-auth.cern.ch
auth_type = x509
ca_cert = /etc/grid-security/certificates/
client_cert = $X509_USER_CERT
client_key = $X509_USER_KEY
client_x509_proxy = $X509_USER_PROXY
request_retries = 3

vocms0277(testing machine) and vocms0275(integration machine) have rucio client installed as well which was used to test the code.

Related PRs:

  1. Rucio-Phedex Consistency Check

  2. Export RUCIO_HOME

Clone this wiki locally