Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Finish


Ignore:
Timestamp:
06/15/16 09:43:05 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Finish

    v1 v1  
     1= [../Setup  Understanding the AM API using Content Centric Networking] =
     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/Finish.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="./Setup" alt="" title=""    />
     10<area shape="rect" coords="180,18,297,111" href="./Execute" alt="" title=""    />
     11<area shape="rect" coords="344,17,460,110" href="./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= 7 Cleaning up =
     20
     21As in previous tutorials, it is always good practice to clean up slivers
     22right away so that resources can be released and reused by other experimenters.
     23While other tools (such as Flack and the GENI Portal) can also be used to
     24clean up, no matter which software was used to establish the sliver in the
     25first place, for this example we will demonstrate the clean up procedure
     26using Omni.
     27
     28The command to use is:
     29{{{
     30omni -a AM_NICKNAME deletesliver SLICENAME
     31}}}
     32where once again {{{AM_NICKNAME}}} is the aggregate manager nickname and
     33{{{SLICENAME}}} is the name of your slice (both found on your worksheet).
     34
     35A minute or so later, Omni should respond with:
     36{{{
     37INFO:omni: Completed deletesliver:
     38}}}
     39and some details of exactly what was deleted.
     40
     41== 8.  Archive Experiment ==
     42
     43Congratulations!  You have completed the exercise.
     44
     45----
     46
     47= [wiki:GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup Introduction] =