Personal tools
You are here: Home Documentation Switching Between two VOs for job submission
Document Actions

Switching Between two VOs for job submission

by Mako Furukawa last modified 2007-06-27 06:32

Hi,

I just wanted to let you know that it looks like Carl has gotten
things working on gpn-husker so that people (like me) can switch
between CMS and DZERO for job submission to red.

Here is an example of how to switch:

[aarond@gpn-husker ~]$ grid-proxy-init
Your identity: /DC=org/DC=doegrids/OU=People/CN=Aaron Dominguez 399647
Enter GRID pass phrase for this identity:
Creating proxy ................................... Done
Your proxy is valid until: Wed Jun 27 16:31:15 2007

[aarond@gpn-husker ~]$ voms-proxy-init -vomses /opt/glite/etc/vomses
Cannot find file or dir: $prefix/etc/vomses
Your identity: /DC=org/DC=doegrids/OU=People/CN=Aaron Dominguez 399647
Enter GRID pass phrase:
Creating
proxy ..................................................................
. Done
Your proxy is valid until Wed Jun 27 16:36:14 2007

[aarond@gpn-husker ~]$ globus-job-run red.unl.edu:/jobmanager-fork /
usr/bin/id

uid=1410(uscms01) gid=1410(uscms01) groups=1410(uscms01),5000(special)


NOW SWITCH to DZERO

[aarond@gpn-husker ~]$ voms-proxy-init -vomses /opt/glite/etc/vomses -
voms dzero
Cannot find file or dir: $prefix/etc/vomses
Your identity: /DC=org/DC=doegrids/OU=People/CN=Aaron Dominguez 399647
Enter GRID pass phrase:
Creating temporary
proxy ......................................................... Done
Contacting  fermigrid2.fnal.gov:15002 [/DC=org/DC=doegrids/
OU=Services/CN=host/fermigrid2.fnal.gov] "dzero" Done
Creating
proxy .......................................................... Done
Your proxy is valid until Wed Jun 27 16:37:14 2007

[aarond@gpn-husker ~]$ globus-job-run red.unl.edu:/jobmanager-fork /
usr/bin/id

uid=1440(dzero) gid=1440(dzero) groups=1440(dzero)


Powered by Plone, the Open Source Content Management System