Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/PortalOmniExample/TeardownExperiment


Ignore:
Timestamp:
07/02/13 12:54:17 (11 years ago)
Author:
Gary Wong
Comment:

Add text to the teardown page.

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/PortalOmniExample/TeardownExperiment

    v1 v2  
    5050= Instructions =
    5151
    52 FIXME
     52As in previous tutorials, it is always good practice to clean up slivers
     53right away so that resources can be released and reused by other experimenters.
     54While other tools (such as Flack and the GENI Portal) can also be used to
     55clean up, no matter which software was used to establish the sliver in the
     56first place, for this example we will demonstrate the clean up procedure
     57using Omni.
     58
     59The command to use is:
     60{{{
     61omni.py -a AM_NICKNAME deletesliver SLICENAME
     62}}}
     63where once again {{{AM_NICKNAME}}} is the aggregate manager nickname and
     64{{{SLICENAME}}} is the name of your slice (both found on your worksheet).
     65
     66A minute or so later, Omni should respond with:
     67{{{
     68INFO:omni: Completed deletesliver:
     69}}}
     70and some details of exactly what was deleted.
     71
     72Congratulations!  You have completed the tutorial.
     73
     74(If you have extra time, you might want to go back and bring up a different
     75sliver and explore some more advanced options.  You can reuse the same slice
     76name until it expires, so you need only to design a different rspec and
     77submit it.  For instance, try choosing a different "Sliver Type" and/or
     78"Disk Image" from the node information screen in Flack -- these are very
     79useful options for advanced GENI users.)