Kenyi Hurtado
Kenyi Hurtado
Hi @jfernan2 and @andrius-k , I'm working on this and have a question. Basically, the new replacement for visDQMUpload requires now more input parameters, is this right? Before, it needed...
@jfernan2 Thank you! That helps a lot. One more question from the diagrams. Right now we have: 1. visDQMUpload: Which uploads ROOT files to vocms0738,39,31 and we want: 2. Upload...
@jfernan2 : I'm testing some changes with the following workflow test: https://cmsweb-testbed.cern.ch/reqmgr2/fetch?rid=wmagent_DQMHarvesting_LumiMask_khurtado_dqmup_v2_220308_174119_8053 For EOS: It's basically using the WMAgent certificate and trying to write to: ``` /eos/cms/store/group/comm_dqm/DQMGUI_data/wmagent_DQMHarvesting_LumiMask_khurtado_dqmup_v2_220308_174119_8053/output/DQM_V0001_R000278175__NoBPTX__Run2016F-23Sep2016-v1__DQMIO_0002.root ```` But it...
@jfernan2 Thank you! It would be @amaltaro, to keep consistency with the certs used in the test agent. He will be requesting access to it.
Hi @jfernan2 , So, Alan is part now of the egroup, but I can't still copy to the area. Is there anything else missing? I tried this interactively ``` [cmst1@vocms0192...
@jfernan2 This is from lxplus (I had to change 9 to 3, since xrdcp complains that's the max debug level): It first tries krb5, then moves to gsi: ``` env...
@jfernan2 Ah, I see. So the authentication is working only with kerberos. Which means it will probably work from Alan's account itself with his kerberos. I did `kdestroy` so that...
The certificate is giving read access only for some reason. That means the mapping to the user is working, but the e-group portion is not recognized to give write permissions...
@jfernan2 Thank you! I will just create a new directory for the tests inside, following Aln's suggestion: ```/eos/cms/store/unmerged/DQMGUI```
@jfernan2 I'm getting closer here. I have one question regarding the API. In this format: ``` [{"dataset": "/a/b/c", "run": "123456", "lumi": "0", "file": "/eos/cms/store/group/comm_dqm/DQMGUI_data/location/file.root", "fileformat": 1}] ``` How do I...