From 83081711c6a3a2363ac810a8cae0269643ce7256 Mon Sep 17 00:00:00 2001 From: "Tomislav Vladisavljevic Tomislav.Vladisavljevic@stfc.ac.uk" Date: Fri, 4 Nov 2022 09:41:20 +0000 Subject: [PATCH 1/2] Add README info on how to obtain a Grid certificate. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2b03e0..9a4a933 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ You will need a working setup of the DIRAC UI to access the grid data. Follow the instructions here: https://gridpp.ac.uk/wiki/Quick_Guide_to_Dirac#Dirac_client_installation +You will also need a valid Grid certificate. Instructions on how to obtain one are available at: https://t2k.org/nd280/datacomp/gridandirac/gridcert + DIRAC comes with its own Python interpreter. When you source DIRAC's bashrc, you will havea somewhat isolated Python environment. Within this environment you can install t2kdm releases directly with pip: From 9830d7257b253ab02744d277d1fc8a506fbe97a6 Mon Sep 17 00:00:00 2001 From: "Tomislav Vladisavljevic Tomislav.Vladisavljevic@stfc.ac.uk" Date: Fri, 4 Nov 2022 10:38:36 +0000 Subject: [PATCH 2/2] Update the RAL-LCG2-T2K-tape Storage Element. --- t2kdm/storage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t2kdm/storage.py b/t2kdm/storage.py index 3b051c1..9edf248 100644 --- a/t2kdm/storage.py +++ b/t2kdm/storage.py @@ -167,10 +167,10 @@ def __str__(self): SEs = [ StorageElement( "RAL-LCG2-T2K-tape", - host="srm-t2k.gridpp.rl.ac.uk", + host="x509up_u8000133@antares.stfc.ac.uk", type="tape", location="/europe/uk/ral", - basepath="srm://srm-t2k.gridpp.rl.ac.uk:8443/srm/managerv2?SFN=/castor/ads.rl.ac.uk/prod", + basepath="root://x509up_u8000133@antares.stfc.ac.uk:1094//eos/antares/prod", ), StorageElement( "UKI-SOUTHGRID-RALPP-disk",