META TOPICPARENT |
name="DocForDedicatedServices" |
WMS enabled with SBGrid VO for WeNMR testing job submission to OSG
prod-wms-01.pd.infn.it is an EGI production EMI-WMS that can be used by WeNMR for job submission to OSG sites through the VO SBGrid (with /SBGrid/WeNMR VOMS proxies) or through VO enmr.eu.
How to configure this WMS in order to enable the SBGrid VO
"/SBGrid/*/Role=NULL/Capability=NULL" .sbgrid
"/SBGrid/*" .sbgrid
"/SBGrid/Role=NULL/Capability=NULL" .sbgrid
"/SBGrid" .sbgrid
- add the following lines in file /etc/grid-security/groupmapfile (already there as sbgrid in small letters)
"/SBGrid/*/Role=NULL/Capability=NULL" sbgrid
"/SBGrid/*" sbgrid
"/SBGrid/Role=NULL/Capability=NULL" sbgrid
"/SBGrid" sbgrid
- add in file /etc/glite-wms/glite_wms_wmproxy.gacl
<entry>
<voms>
<fqan>SBGrid/*</fqan>
</voms>
<allow>
<exec/>
</allow>
</entry>
<entry>
<voms>
<fqan>SBGrid</fqan>
</voms>
<allow>
<exec/>
</allow>
</entry>
- add the file /etc/grid-security/vomsdir/hpc.sbgrid.org.pem (obtained through the command openssl s_client -ssl3 -connect hpc.sbgrid.org:15002 | openssl x509)
-- MarcoVerlato - 2012-07-18 |