biolocal:Certdeleg
From Wiki CEINGE
(Difference between revisions)
Revision as of 17:08, 6 August 2009 (edit) Mauro (Talk | contribs) ← Previous diff |
Revision as of 17:19, 6 August 2009 (edit) (undo) Mauro (Talk | contribs) Next diff → |
||
Line 25: | Line 25: | ||
:In order to check your proxy time-life: | :In order to check your proxy time-life: | ||
- | <pre>myproxy-info - | + | <pre>myproxy-info -l username</pre> |
=== Important notes === | === Important notes === | ||
- | + | Even if your proxy certificate on the VO expires (default after 12 hours), your long term proxy is still alive!! If you need to access again to the GRID, just create a new proxy by using the ''voms-proxy-init'' command. Use ''myproxy-info -l username'' to check long proxy time-life | |
=== Documentation === | === Documentation === |
Revision as of 17:19, 6 August 2009
Contents[hide] |
Intro
- This is a very quick guide about the procedure to the create, store and automatic renewing long-term proxy certificates (or simply a proxies).
Access to VO
- In order to access to VO unina.it, you must generate and sign a proxy, which is used for the actual authentication to Grid services and does not need a password. From the UI, launch the command:
voms-proxy-init --voms unina.it [-hours 12] [-valid 12:00]
Create a long-term proxy
- If you want to create, store and automatic renew a long-term proxy, after the previous command, you must do:
myproxy-init -n -d -l ''username'' [-t 168] [-c 12]
where username is a username that specifies the MyProxy account under which the credential should be stored. This string is used in the following step of delegation.
Delegation to WMProxy
- Each job submitted to the gLite WMS must be associated to a proxy credential previously delegated by the owner of the job to the WMProxy server. This proxy is then used any time WMProxy needs to interact with other services for job related operations. If you want to delegate your credentials to WMProxy, you have to use the following command:
glite-wms-job-delegate-proxy -d delegID
where delegID is a string chosen by the user. Usually we use the same of string previously defined as username when launching myproxy-init.
Submitting with delegation
After the delegation step described above, in order to submit you have to use the following command:
glite-wms-job-submit -d mauro test.jdl
Check long-term proxy time-life
- In order to check your proxy time-life:
myproxy-info -l username
Important notes
Even if your proxy certificate on the VO expires (default after 12 hours), your long term proxy is still alive!! If you need to access again to the GRID, just create a new proxy by using the voms-proxy-init command. Use myproxy-info -l username to check long proxy time-life
Documentation
For more details, visit