VO configuration

From Gridkaschool
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For each VO several variables have to be set:

VO_<VO>_SW_DIR=...
VO_<VO>_DEFAULT_SE=...
VO_<VO>_STORAGE_DIR=...
VO_<VO>_VOMS_SERVERS="vomss://...:8443/voms/<vo>?/<vo>/"
VO_<VO>_VOMSES="'<vo> <voms> <port> <DN> <alias>'"
VO_<VO>_VOMS_CA_DN="'<DN>'" 

This information can be found in the VO ID Cards on the CIC portal (https://cic.gridops.org/index.php?section=rc&page=supportedvos).

For the supported VO within the GridKa School (dech) the entries look like

# ====== DECH ======
VO_DECH_SW_DIR=$VO_SW_DIR/dech
VO_DECH_DEFAULT_SE=gks-se.fzk.de
VO_DECH_STORAGE_DIR=/pnfs/gks-se.fzk.de/grid/dech
VO_DECH_VOMS_SERVERS="vomss://glite-io.scai.fraunhofer.de:8443/voms/dech?/dech/"
VO_DECH_VOMSES="'dech glite-io.scai.fraunhofer.de 15000 /C=DE/O=GermanGrid/OU=Fraunhofer SCAI/CN=host/glite-io.scai.fraunhofer.de dech'"
VO_DECH_VOMS_CA_DN="'/C=DE/O=GermanGrid/CN=GridKa-CA'"