Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/StitchingTutorial/Finish


Ignore:
Timestamp:
03/13/14 09:33:02 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/StitchingTutorial/Finish

    v1 v1  
     1= [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/StitchingTutorial GENI Inter-Aggregate Stitching Tutorial] =
     2
     3{{{
     4#!html
     5
     6<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     7<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Setup.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     8<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     9<area shape="rect" coords="18,18,135,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/StitchingTutorial/DesignSetup" alt="" title=""    />
     10<area shape="rect" coords="180,18,297,111" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/StitchingTutorial/Execute" alt="" title=""    />
     11<area shape="rect" coords="344,17,460,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/StitchingTutorial/Finish" alt="" title=""    />
     12<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     13</map>
     14<!-- Image map text links - End - -->
     15
     16</div>
     17}}}
     18
     19
     20== Step 5.  Tear down Experiment ==
     21
     22After you are done with this experiment, release your resources using the stitcher tool.
     23{{{
     24$ stitcher deletesliver MySlice
     2514:22:19 INFO     stitcher: Loading agg_nick_cache file '/Users/lnevers/.gcf/agg_nick_cache'
     2614:22:19 INFO     stitcher: Loading config file /Users/lnevers/.gcf/omni_config
     2714:22:19 INFO     stitcher: Setting option useSliceMembers based on omni_config setting
     2814:22:19 INFO     stitcher: Using control framework portal
     2914:22:19 INFO     stitcher: Member Authority is https://ch.geni.net/MA (from config)
     3014:22:19 INFO     stitcher: Slice Authority is https://ch.geni.net/SA (from config)
     3114:22:19 INFO     stitcher: Reading stitching slice MySlice aggregates from file ch--geni--net-ln-prj-MySlice-amlist.txt
     3214:22:19 INFO     stitcher: Adding aggregate option https://www.instageni.wisc.edu:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.wisc.edu+authority+cm)
     3314:22:19 INFO     stitcher: Adding aggregate option https://www.instageni.stanford.edu:12369/protogeni/xmlrpc/am (urn:publicid:IDN+instageni.stanford.edu+authority+cm)
     3414:22:19 INFO     stitcher: Adding aggregate option http://geni-am.net.internet2.edu:12346 (urn:publicid:IDN+ion.internet2.edu+authority+am)
     3514:22:19 INFO     omni: Loading agg_nick_cache file '/Users/lnevers/.gcf/agg_nick_cache'
     3614:22:19 INFO     omni: Loading config file /Users/lnevers/.gcf/omni_config
     3714:22:19 INFO     omni: Using control framework portal
     3814:22:19 INFO     omni: Member Authority is https://ch.geni.net/MA (from config)
     3914:22:19 INFO     omni: Slice Authority is https://ch.geni.net/SA (from config)
     4014:22:20 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+MySlice expires on 2014-03-17 14:57:35 UTC
     4114:22:25 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+MySlice at ion
     4214:23:21 INFO     omni:  (PG log url - look here for details on any failures: https://www.instageni.wisc.edu/spewlogfile.php3?logfile=4d4b3abaee139b0c97a378a88fa3c5d3)
     4314:23:22 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+MySlice at wisconsin-ig
     4414:24:51 INFO     omni:  (PG log url - look here for details on any failures: https://www.instageni.stanford.edu/spewlogfile.php3?logfile=29212850f241622ccd7dad2f567ae121)
     4514:24:52 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+MySlice at stanford-ig
     46Deleted slivers on 3 out of a possible 3 aggregates
     47}}}
     48
     49''' ''__Tip:__'' '''The stitcher creates a text file to track which aggregates are part of a stitched slice in the directory where stitcher is invoked when createslivers is run. The file is usually named "ch--geni--net-ProjXXX-SliceYYY-amlist.txt", (ProjXXX=your project, SliceYYY=your slicename).  If you invoke the deletesliver commnad in the same directory where the createsliver was invoked, than the stitcher will delete the sliver only at aggregates in the AM list file.   If you invoke the deletesliver from a different location than the stitcher will delete the sliver at all known aggregates.
     50
     51
     52
     53
     54Now you can start designing and running your own experiments!!!
     55
     56----
     57
     58= [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/StitchingTutorial Introduction] =