Difference between revisions of "Grid UI setup"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 36: | Line 36: | ||
VOMS server for VO projects.nl is not known! Check your vomses configuration. | VOMS server for VO projects.nl is not known! Check your vomses configuration. | ||
− | This can be fixed by making the configuration locally ... below works for the projects.nl VO, the PDP group can help you find the right information for configuring a different VO. In any case, once you get the right information, these are the steps involved. Note that for "projects.nl", "voms.grid.sara.nl" etc you need to fill in instead the corresponding values for the VO you want | + | This can be fixed by making the configuration locally ... below works for the projects.nl VO, the PDP group can help you find the right information for configuring a different VO. In any case, once you get the right information, these are the steps involved. Note that for "projects.nl", "voms.grid.sara.nl" etc you need to fill in instead the corresponding values for the VO you want. |
− | stbc-i2:~> mkdir | + | stbc-i2:~> mkdir -p $HOME/.glite/vomsdir/projects.nl |
− | + | stbc-i2:~> cat > $HOME/.glite/vomsdir/projects.nl/voms.grid.sara.nl.lsc <<EOF | |
− | stbc-i2:~> cat> .glite/vomsdir/projects.nl/voms.grid.sara.nl.lsc | ||
/O=dutchgrid/O=hosts/OU=sara.nl/CN=voms.grid.sara.nl | /O=dutchgrid/O=hosts/OU=sara.nl/CN=voms.grid.sara.nl | ||
/C=NL/O=NIKHEF/CN=NIKHEF medium-security certification auth | /C=NL/O=NIKHEF/CN=NIKHEF medium-security certification auth | ||
+ | EOF | ||
+ | |||
+ | stbc-i2:~> mkdir -p $HOME/.glite/vomses | ||
+ | stbc-i2:~> cat > $HOME/.glite/vomses/projects.nl-voms.grid.sara.nl <<EOF | ||
+ | "projects.nl" "voms.grid.sara.nl" "30028" "/O=dutchgrid/O=hosts/OU=sara.nl/CN=voms.grid.sara.nl" �projects.nl� | ||
+ | EOF | ||
− | + | stbc-i2:~> export X509_VOMS_DIR=$HOME/.glite/vomsdir | |
− | + | stbc-i2:~> export VOMS_USERCONF=$HOME/.glite/vomses | |
− | |||
− | |||
− | stbc-i2:~> export X509_VOMS_DIR= | ||
− | stbc-i2:~> export VOMS_USERCONF= | ||
stbc-i2:~> voms-proxy-init --voms projects.nl:/projects.nl/modulations | stbc-i2:~> voms-proxy-init --voms projects.nl:/projects.nl/modulations | ||
Enter GRID pass phrase for this identity: .... | Enter GRID pass phrase for this identity: .... |