This wiki has been deprecated and will be removed soon.

The new Advanced Computing and e-Science wiki is located at http://grid.ifca.es/wiki.

Please update your bookmarks.

Recipes

De e-Ciencia

VOMS server

Manage VOs

  • Delete a VO:
/opt/glite/etc/config/scripts/glite-voms-server-config.py --remove --remove-db --vo="<vo_name>"
  • Add a VO:
  1. Edit /opt/glite/etc/config/vo-list.cfg.xml to add/modify the VO settings.
  2. Configure the new VO:
/opt/glite/etc/config/scripts/glite-voms-server-config.py --configure --vo="<vo_name>"
  1. Finally, start it:
/opt/glite/etc/config/scripts/glite-voms-server-config.py --start --vo=<vo_name>
Grid Administration
Users Support