Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "HOWTO12 Globus Online cookbook for EGI VOs"

From EGIWiki
Jump to navigation Jump to search
Line 3: Line 3:
== For VO Manager ==
== For VO Manager ==


All commands are performed using gLite UI.
All commands are performed using gLite UI. EGI VO "lsgrid" is used for examples.


1. Find storage elements available for your VO.
1. Find storage elements available for your VO.
Line 37: Line 37:
</pre>
</pre>


3. Find your VO home directory for the SRM endpoint.
3. Find your VO home directory path for the SRM endpoint.


<pre>
<pre>
Line 43: Line 43:
- SE: srm.grid.sara.nl
- SE: srm.grid.sara.nl
   - VOInfoPath          /pnfs/grid.sara.nl/data/lsgrid
   - VOInfoPath          /pnfs/grid.sara.nl/data/lsgrid
</pre>
4. Find if SRM endpoint is real storage endpoint.
<pre>
</pre>
</pre>


== For VO Members ==
== For VO Members ==

Revision as of 14:38, 1 November 2012

This page contains the steps how to use GlobusOnline.eu and enable it on existing storage elements in EGI.

For VO Manager

All commands are performed using gLite UI. EGI VO "lsgrid" is used for examples.

1. Find storage elements available for your VO.

-bash-3.2$ lcg-infosites --is bdii.grid.sara.nl --vo lsgrid se 
 Avail Space(kB)  Used Space(kB)  Type 	SE
------------------------------------------
      8680228003      9322717896  SRM  	gb-se-amc.amc.nl
     12979779663      5023166236  SRM  	gb-se-ams.els.sara.nl
      7566088689     10436857300  SRM  	gb-se-emc.erasmusmc.nl
     16894639069      1108306831  SRM  	gb-se-kg.keygene.com
     13485702646      4517243253  SRM  	gb-se-kun.els.sara.nl
     15823557272      2179388628  SRM  	gb-se-lumc.lumc.nl
     12876787157      5126158742  SRM  	gb-se-nki.els.sara.nl
     14300046568      3702899331  SRM  	gb-se-rug.sara.usor.nl
      2592266942     15410678958  SRM  	gb-se-tud.ewi.tudelft.nl
     16908331173      1094614727  SRM  	gb-se-wur.els.sara.nl
       717032688       382478939  SRM  	se.grid.rug.nl
     17542103037       460842863  SRM  	se.lsg.hubrecht.eu
     16560797796      1442148104  SRM  	se.lsg.psy.vu.nl
     58680692895             n.a  SRM  	srm.grid.sara.nl
     14994733204         5266796  SRM  	srm.grid.sara.nl
             n.a             n.a  SRM  	srm.grid.sara.nl

2. Find the SRM endpoint for chosen storage element.

-bash-3.2$ lcg-info --list-service --bdii ldap://bdii.grid.sara.nl:2170 --vo lsgrid --query 'ServiceType=SRM' --attrs 'ServiceEndpoint'| grep srm.grid.sara.nl
- Service: httpg://srm.grid.sara.nl:8443/srm/managerv2
  - ServiceEndpoint     httpg://srm.grid.sara.nl:8443/srm/managerv2

3. Find your VO home directory path for the SRM endpoint.

lcg-info --list-se --bdii ldap://bdii.grid.sara.nl:2170 --vo lsgrid --query 'SE=srm.grid.sara.nl' --attrs 'VOInfoPath'
- SE: srm.grid.sara.nl
  - VOInfoPath          /pnfs/grid.sara.nl/data/lsgrid

4. Find if SRM endpoint is real storage endpoint.


For VO Members