Belle II Registration FAQ

Version 33.1 by gellrich on 2016-06-17 12:55

belle2-logo-little.png

Success

My question is not in here?

 If you want us to add another tip here, let us know via b2-registration-support_AT_belle2.org .

Success

I got my Grid user certificate in an e-mail?

You must copy the certificate part in the e-mail into a file such as 'mycert.cer' and import this into your browser.

Success

What are the 'Conditions of Use for Information-Processing Systems at DESY' all about?

At the bottom of the request portal you are asked to agree to the 'Conditions of Use for Information-Processing Systems at DESY'. The underlying document contains links to pages which are not relevant for abroad users, such as the local work council 'http://www.desy.de/betriebsrat'.

Success

I needed a .p12 cert for my browser but seem to have .p7b?

Please refer to https://www.sslshopper.com/ssl-converter.html for details.

Success

What are Belle II credentials?

The Belle II credentials are your account and your password.

Success

Are there step-by-step instructions to obtain and use a Grid user certificate?

Please go to Belle II Registration Procedure and scroll down.

Success

Where is the Belle II members list?

Please refer to the official Belle II members list (protected).

Success

What are Grid certificates all about?

Please refer to the page What are Grid User Certificates . Note: Service or host certificates identify services and hosts not users!

Success

Why am I asked for my date and place of birth?

In order to uniquely identify you in our system, we have to know your date and place of birth. Be sure the information will not be used elsewhere according to the privacy rules.

Success

I am confused about the name of the VO. Is it 'belle' or 'belle2.org'?

 For historic reasons the VO 'belle' is the correct one. Although this seems wrong, please do not use the VO 'belle2.org'.

Success

When trying to connect to the KEK VOMS server I see 'SSL_ERROR_HANDSHAKE_FAILURE_ALERT'?

In order to create the necessary secure connection to the KEK VOMS server, your browser needs to accept the VOMS server's certificate. Click 'Advanced' /  'Add exception' / 'Get certificate' / 'Store permanently' / 'Confirm' .

Success

My browser complains about connection / SSL problems?

Connection errors such as 'SSL_ERROR_HANDSHAKE_FAILURE_ALERT' are due to old or missing CA certificates in your browser. You might want to check Preferences / Advanced / Certificates / View Certificates / Servers and Authorities . Also consider to use another browser. We have good experiences with firefox and we saw also safari on MAC working. From our experience there is usually someone in your group or institute who managed.

Success

What is my Belle II account at DESY good for?

The Belle II credentials (account + password) you got through the registration procedure can be used to access the new Belle II web pages and the new Wiki.

Success

Do I have to renew my Belle II account at DESY yearly as at KEK?

No, this is not necessary.

Success

What about a paper-based registration?

Belle II Paper-based Registration 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 anyway.

Success

Do I have a DESY account?

 If you were able to or are still able to login to bastion.desy.de , you got a DESY account earlier which can be used for Belle II. Contact b2-registration-support_AT_belle2.org . A new registration attempt via the portal would fail.

Success

I have already a Grid user certifcate?

Belle II collaborators who have a already a Grid user certificate and are already member of the VO 'belle' can go directly to the registration portal. Make sure the Grid user certificate is in the browser!

Success

I have a already a DESY account?

Belle II collaborators who have already a DESY account should contact b2-registration-support_AT_belle2.org . The account can be used for Belle II. A Grid user certificate and the membership in the VO 'belle' is strongly recommended though.

Success

Is my Grid user certificate in the browser?

Check existence and validity of your Grid user certificate in your firefox browser in Preferences / Advanced / Certificates / View Certificates / Your Certificate.

Success

I want to change my password?

 Login to bastion.desy.de and use the command 'passwd'. It connects to the DESY registry which manages the access to afs, web pages, and Atlassian tools (confluence, stash, agira, bamboo). The Sympa ML server and Indico are not managed automatically.

Success

I changed my DESY password using 'passwd' on a DESY login host?

The command 'passwd' issued on a DESY login host, e.g. bastion.desy.de, connects to the DESY registry which manages the access to afs, web pages, and Atlassian tools (confluence, stash, agira, bamboo). The Sympa ML server and Indico are not managed automatically.

Success

I lost my password?

If your password got lost, please contact b2-registration-support_AT_belle2.org .

Success

Which resources can I use by default?

See Belle II Requesting Additional Resource Access.

Success

I need access to additional resouces?

See Belle II Requesting Additional Resource Access.

Success

Am I member of the VO 'belle'?

See https://voms.cc.kek.jp:8443/voms/belle .

Success

I lost the password of my Grid user certificate?

 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.

Success

How to test my Grid user certificate in ~/.globus ?

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 following commands may help to investigate the situation.

The directory:

> cd ~/.globus

> ls -l

-r--r--r-- 1  usercert.pem

-r-------- 1  userkey.pem

 

Checking if public (cert) and private (key) match:

 

> openssl x509 -noout -modulus -in usercert.pem | openssl md5
> openssl rsa -noout -modulus -in userkey.pem | openssl md5

 

Checking subject, issuer, and validity dates:

> openssl x509 -subject -issuer -email -dates -noout -in ~/.globus/usercert.pem

 

Recreating a single file with public and private key to be improted into a broser:

> openssl pkcs12 -export -out my_cert.p12 -inkey userkey.pem -in usercert.pem