Difference between revisions of "Grid UI setup"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 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, and instead of "templon" you should use your own stoomboot username.
+
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 .glite/vomsdir
+
  stbc-i2:~> mkdir -p $HOME/.glite/vomsdir/projects.nl
stbc-i2:~> mkdir .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
 +
 +
EOF
 
   
 
   
stbc-i2:~> mkdir .glite/vomses
+
  stbc-i2:~> export X509_VOMS_DIR=$HOME/.glite/vomsdir
stbc-i2:~> cat > .glite/vomses/projects.nl-voms.grid.sara.nl
+
  stbc-i2:~> export VOMS_USERCONF=$HOME/.glite/vomses
 
 
  stbc-i2:~> export X509_VOMS_DIR=/user/templon/.glite/vomsdir
 
  stbc-i2:~> export VOMS_USERCONF=/user/templon/.glite/vomses
 
 
   
 
   
 
  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: ....

Revision as of 14:40, 20 July 2017