Wiki source code of Belle II Registration FAQ

Version 16.1 by gellrich on 2016-05-10 18:31

Show last authors
1 {{confluence_layout}}
2 {{confluence_layout-section ac:type="two_equal"}}
3 {{confluence_layout-cell}}
4 [[image:attach:BI.dCache Directory.WebHome@belle2-logo-little.png]]
5 {{/confluence_layout-cell}}
6
7 {{confluence_layout-cell}}
8 {{locationSearch excerpt="false"/}}
9 {{/confluence_layout-cell}}
10 {{/confluence_layout-section}}
11
12 {{confluence_layout-section ac:type="single"}}
13 {{confluence_layout-cell}}
14 {{confluence_tip title="What about a paper-based registration?"}}
15 A [[doc:BI.Belle II Paper-based Registration.WebHome]] procedure is possible but not recommended.The two main steps of //authentication// ('Who are you?') and //authorization// ('Are you in Belle II?') have to be carried out manually. Therefore it requires more work from your side and from the administrators in your and our institute. Hence we would like to strongly encourage you again to go for the Grid user certificate based registration since you will need this certificate later on for accessing data and submitting jobs in the Belle II Grid anyways.
16 {{/confluence_tip}}
17
18 {{confluence_tip title="Do I have a DESY account?"}}
19 If you were able to or are still able to login to '//[[bastion.desy.de>>url:http://bastion.desy.de||shape="rect"]]//' , you got a DESY account earlier which can be used for Belle II. Contact //[[b2-registration-support_AT_belle2.org>>url:http://b2-registration-support_AT_belle2.org||shape="rect"]] //. A new registration attempt via the portal would fail.
20 {{/confluence_tip}}
21
22 {{confluence_tip title="I have already a Grid user certifcate?"}}
23 Belle II collaborators who have a //already// a **Grid user certificate** and are //already// member of the **VO** '[[belle'>>url:https://voms.cc.kek.jp:8443/voms/belle||shape="rect"]] can go directly to the [[registration portal>>url:https://belle2-request.desy.de/||shape="rect"]]. Make sure the Grid user certificate is in the browser!
24 {{/confluence_tip}}
25
26 {{confluence_tip title="I have a already a DESY account?"}}
27 Belle II collaborators who have //already// a **DESY account** should contact //[[b2-registration-support_AT_belle2.org>>url:http://b2-registration-support_AT_belle2.org||shape="rect"]]// . The account can be used for Belle II. A **Grid user certificate** and the membership in the **VO** '[[belle'>>url:https://voms.cc.kek.jp:8443/voms/belle||rel="nofollow" shape="rect" class="external-link"]] is strongly recommended though.
28 {{/confluence_tip}}
29
30 {{confluence_tip title="Is my Grid user certificate in the browser?"}}
31 Check existence and validity of your Grid user certificate in your **firefox** browser in //Preferences / Advanced / Certificates / View Certificates / Your Certificate.
32 //
33 {{/confluence_tip}}
34
35 {{confluence_tip title="I want to change my password?"}}
36 Login to '//[[bastion.desy.de>>url:http://bastion.desy.de||shape="rect"]]//' and use the command '//passwd//'. It connects to the DESY registry which manages the access to afs, [[web>>url:http://belle2.org||shape="rect"]] pages, and ATLASSIAN tools (confluence, stash, agira, bamboo). The [[Sympa>>url:https://lists.belle2.org||shape="rect"]] ML server and [[Indico>>url:https://indico.desy.de/categoryDisplay.py?categId=428||shape="rect"]] are //not// managed automatically.
37 {{/confluence_tip}}
38
39 {{confluence_tip title="I changed my DESY password using 'passwd' on a DESY login host?"}}
40 The command '//passwd//' issued on a DESY login host, e.g. '//[[bastion.desy.de>>url:http://bastion.desy.de||shape="rect"]]//', connects to the DESY registry which manages the access to afs, [[web>>url:http://belle2.org||shape="rect"]] pages, and ATLASSIAN tools (confluence, stash, agira, bamboo). The [[Sympa>>url:https://lists.belle2.org||shape="rect"]] ML server and [[Indico>>url:https://indico.desy.de/categoryDisplay.py?categId=428||shape="rect"]] are //not// managed automatically.
41 {{/confluence_tip}}
42
43 {{confluence_tip title="I lost my password?"}}
44 If your password got lost, please contact //[[b2-registration-support_AT_belle2.org>>url:http://b2-registration-support_AT_belle2.org||shape="rect"]]// .
45 {{/confluence_tip}}
46
47 {{confluence_tip title="Which resources can I use by default?"}}
48 See [[doc:BI.Belle II Newcomers.Belle II User Registration.Belle II Requesting Additional Resource Access.WebHome]].
49 {{/confluence_tip}}
50
51 {{confluence_tip title="I need access to additional resouces?"}}
52 See [[doc:BI.Belle II Newcomers.Belle II User Registration.Belle II Requesting Additional Resource Access.WebHome]].
53 {{/confluence_tip}}
54
55 {{confluence_tip title="Am I member of the VO 'belle'?"}}
56 See [[https:~~/~~/voms.cc.kek.jp:8443/voms/belle>>url:https://voms.cc.kek.jp:8443/voms/belle||shape="rect"]] .
57 {{/confluence_tip}}
58
59 {{confluence_tip title="I lost the password of my Grid user certificate?"}}
60 As the private key the password is as the the word implies 'private'. It is only known to you. Unfortunately you must request a new certificate.
61 {{/confluence_tip}}
62
63 {{confluence_tip title="How to test my Grid user certificate in ~~/.globus ?"}}
64 Grid users usually have exported their Grid user certificate to ~~/.globus to use it with Grid commands such as 'voms-proxy-init', 'dirac-proxy-init', or 'gb2_proxy_init'. The follwing commands may help to investigate the situation.
65
66 The directory:
67
68 ~> cd ~~/.globus
69
70 ~> ls -l
71
72 -r~-~-r~-~-r~-~- 1  usercert.pem
73
74 -r~-~-~-~-~-~-~-~- 1  userkey.pem
75
76
77
78 Checking if public (cert) and private (key) match:
79
80
81
82 (% class="code" %)
83 (((
84 ~> openssl x509 -noout -modulus -in usercert.pem | openssl md5
85 ~> openssl rsa -noout -modulus -in userkey.pem | openssl md5
86 )))
87
88
89
90 Checking subject, issuer, and validity dates:
91
92 ~> openssl x509 -subject -issuer -email -dates -noout -in ~~/.globus/usercert.pem
93
94
95
96 Recreating a single file with public and private key to be improted into a broser:
97
98 ~> openssl pkcs12 -export -out my_cert.p12 -inkey userkey.pem -in usercert.pem
99 {{/confluence_tip}}
100
101 {{confluence_tip title="I need more information?"}}
102 If you want us to add another tip here, let us know via //[[b2-registration-support_AT_belle2.org>>url:http://b2-registration-support_AT_belle2.org||shape="rect"]] .//
103 {{/confluence_tip}}
104 {{/confluence_layout-cell}}
105 {{/confluence_layout-section}}
106
107 {{confluence_layout-section ac:type="single"}}
108 {{confluence_layout-cell}}
109 ----
110 {{/confluence_layout-cell}}
111 {{/confluence_layout-section}}
112 {{/confluence_layout}}