1- # Getting Started with DIRAC
1+ # Getting started with FCC distributed computing
22
33<!-- contributors:start -->
44:::{admonition} Page contributors
@@ -8,26 +8,29 @@ Gerardo Ganis, Juraj Smiesko, Brieuc Francois
88:::
99<!-- contributors:end -->
1010
11+
12+ For more detailed documentation how user's can use the distributed resources
13+ managed by iLCDirac, refer to the iLCDirac's
14+ [ User Guide] ( https://ilcdirac-doc.web.cern.ch/DOC/Files/UserGuide/index.html ) .
15+
1116## Registering to the FCC VO
1217
13- The [ standard Grid VO registration procedure] [ signup ]
14- should be followed to be enable to use the resources connected with the FCC VO (open a request only if you need to ).
18+ The [ standard Grid VO registration procedure] [ signup ] should be followed to be
19+ able to use the resources connected with the FCC Virtual Organization (VO ).
1520If your request is pending approval for too long, please [ contact us] ( mailto:FCC-PED-SoftwareAndComputing-Coordination@cern.ch ) .
1621
1722:::{admonition} Note
1823:class: callout
1924
20- You need to use a browser where you have installed your certificate and the
21- [ CERN CA] [ cernca ] certificates. Firefox usually works fine, Google Chrome
22- usually does not work. Safari might also work.
25+ As for the VO registration, you need to use a browser where you can import your
26+ GRID certificate together with the [ CERN CA] [ cernca ] certificates. Firefox
27+ usually works fine, Google Chrome usually does not work. Safari might also work.
2328:::
2429
25- [ signup ] : https://fcc-auth.cern.ch/dashboard#!/newClient
26-
2730## Enabling DIRAC
2831
2932DIRAC is available on CernVM-FS. To enable the relevant applications and
30- scripts, the following setup script needs to be sourced first
33+ scripts, the following setup script needs first to be sourced
3134
3235``` bash
3336source /cvmfs/clicdp.cern.ch/DIRAC/bashrc
@@ -38,7 +41,9 @@ To submit jobs through DIRAC a proxy needs to be created and uploaded:
3841``` bash
3942dirac-proxy-init -g fcc_user
4043```
44+
4145A successful creation looks like this:
46+
4247```
4348Generating proxy...
4449Enter Certificate password:
@@ -60,11 +65,15 @@ Proxies uploaded:
6065 DN | Group | Until (GMT)
6166 /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=ganis/CN=393971/CN=Gerardo Ganis | | 2022/05/13 12:12
6267```
68+
6369The last section shows the valid proxies upload to the DIRAC system. It can also be checked with
70+
6471``` bash
6572dirac-proxy-info -m
6673```
74+
6775with output similar to
76+
6877```
6978subject : /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=ganis/CN=393971/CN=Gerardo Ganis/CN=2178341058/CN=3000266373
7079issuer : /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=ganis/CN=393971/CN=Gerardo Ganis/CN=2178341058
@@ -87,12 +96,14 @@ If everything worked fine, your proxy should be mapped to the `fcc001` user. Thi
8796export EOS_MGM_URL=root://eospublic.cern.ch
8897XrdSecPROTOCOL=gsi,unix eos whoami
8998```
99+
90100the result should look similar to this:
101+
91102```
92103Virtual Identity: uid=140035 (99,140035) gid=2855 (99,2855) [authz:gsi] host=lxplus743.cern.ch domain=cern.ch geo-location=0513
93104```
94105
95- At CERN the uid of ` fcc001 ` is 140035.
106+ At CERN the uid of ` fcc001 ` is ` 140035 ` .
96107
97108## Copying, browsing, accessing files
98109
@@ -116,7 +127,7 @@ $ ls -lt /eos/experiment/fcc/prod/fcc/user/g/ganis
116127total 9545
117128-rw-r--r--. 1 fcc001 fcc-cg 9768981 Nov 3 2021 edm4hep_test_output.root
118129```
119- Files can be replicated to another STorage Element, e.g. CNAF-DISK, using
130+ Files can be replicated to another Storage Element, e.g. CNAF-DISK, using
120131` dirac-dms-replicate-lfn ` :
121132```
122133$ dirac-dms-replicate-lfn /fcc/user/g/ganis/edm4hep_test_output.root CNAF-DISK
@@ -143,17 +154,13 @@ root [1]
143154
144155## The web portal
145156
146- The [ DIRAC web portal] [ diracweb ] is available to check the status of things. It shows all the jobs submitted and the
147- files registered.
157+ The [ DIRAC web portal] [ diracweb ] is available to check the status of things. It
158+ shows all the jobs submitted and the files registered. An example screenshot
159+ is shown below.
148160
161+ ![ ILCDirac Web] ( images/dirac-web-job-listing.png )
149162
150- :::{admonition} Note
151- :class: callout
152-
153- As for the VO registration, you need to use a browser where you have installed
154- your certificate and the [ CERN CA] [ cernca ] certificates. Firefox usually works
155- fine, Safari might also work. Google Chrome usually does not work.
156- :::
157163
158- [ diracweb ] : https://voilcdiracwebapp2.cern.ch/DIRAC/?view=tabs&theme=Crisp&url_state=1|*DIRAC.JobMonitor.classes.JobMonitor
164+ [ signup ] : https://fcc-auth.cern.ch/start-registration
165+ [ diracweb ] : https://voilcdiracwebapp2.cern.ch/DIRAC/?theme=Classic&url_state=1|*DIRAC.JobMonitor.classes.JobMonitor:,
159166[ cernca ] : https://ca.cern.ch/cafiles/certificates/Grid.aspx
0 commit comments