Last modified by gellrich on 2026-02-19 12:45

From version 2.1
edited by gellrich
on 2016-04-29 10:34
Change comment: There is no comment for this version
To version 7.1
edited by gellrich
on 2016-04-29 11:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,10 +23,72 @@
23 23  Check existence and validity of your Grid user certificate in your **firefox** browser in //Preferences / Advanced / Certificates / View Certificates / Your Certificate .//
24 24  {{/confluence_tip}}
25 25  
26 -{{confluence_tip}}
26 +{{confluence_tip title="I want to change my password?"}}
27 + 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.
28 +{{/confluence_tip}}
29 +
30 +{{confluence_tip title="I changed my DESY password using 'passwd' on a DESY login host?"}}
31 +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.
32 +{{/confluence_tip}}
33 +
34 +{{confluence_tip title="I lost my password?"}}
35 +If your password got lost, please contact [[uco@desy.de>>mailto:uco@desy.de||shape="rect"]] .
36 +{{/confluence_tip}}
37 +
38 +{{confluence_tip title="Which resources can I use by default?"}}
39 +See [[doc:BI.Belle II Checking and Requesting Resource Access.WebHome]].
40 +{{/confluence_tip}}
41 +
42 +{{confluence_tip title="I need access to additional resouces?"}}
43 +See [[doc:BI.Belle II Checking and Requesting Resource Access.WebHome]].
44 +{{/confluence_tip}}
45 +
46 +{{confluence_tip title="Am I member of the VO 'belle'?"}}
47 +See [[https:~~/~~/voms.cc.kek.jp:8443/voms/belle>>url:https://voms.cc.kek.jp:8443/voms/belle||shape="rect"]] .
48 +{{/confluence_tip}}
49 +
50 +{{confluence_tip title="How to test my Grid user certificate in ~~/.globus ?"}}
51 +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.
52 +
53 +The directory:
54 +
55 +~> cd ~~/.globus
56 +
57 +~> ls -l
58 +
59 +-r~-~-r~-~-r~-~- 1  usercert.pem
60 +
61 +-r~-~-~-~-~-~-~-~- 1  userkey.pem
62 +
27 27  
64 +
65 +Checking if public (cert) and private (key) match:
66 +
67 +
68 +
69 +(% class="code" %)
70 +(((
71 +~> openssl x509 -noout -modulus -in usercert.pem | openssl md5
72 +~> openssl rsa -noout -modulus -in userkey.pem | openssl md5
73 +)))
74 +
75 +
76 +
77 +Checking subject, issuer, and validity dates:
78 +
79 +~> openssl x509 -subject -issuer -email -dates -noout -in ~~/.globus/usercert.pem
80 +
81 +
82 +
83 +Recreating a single file with public and private key to be improted into a broser:
84 +
85 +~> openssl pkcs12 -export -out my_cert.p12 -inkey userkey.pem -in usercert.pem
28 28  {{/confluence_tip}}
29 29  
88 +{{confluence_tip title="I lost the password of my Grid user certificate?"}}
89 + As the private key the passowrd is as the the word implies 'privte'. It is only known to you. Unfortunately you must request a new certificate.
90 +{{/confluence_tip}}
91 +
30 30  {{confluence_tip}}
31 31  
32 32  {{/confluence_tip}}
... ... @@ -34,6 +34,10 @@
34 34  {{confluence_tip}}
35 35  
36 36  {{/confluence_tip}}
99 +
100 +
101 +
102 +
37 37  {{/confluence_layout-cell}}
38 38  {{/confluence_layout-section}}
39 39  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -34032319
1 +34032343
URL
... ... @@ -1,1 +1,1 @@
1 -https://confluence.desy.de/wiki/spaces/BI/pages/34032319/Belle II Registration FAQ
1 +https://confluence.desy.de/wiki/spaces/BI/pages/34032343/Belle II Registration FAQ