This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Rucio Client in Unified
Sharad Agarwal edited this page May 20, 2020
·
2 revisions
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