Changes between Version 2 and Version 3 of GENIExperimenter/Tutorials/jacks/HadoopInASlice/TeardownExperiment


Ignore:
Timestamp:
09/17/15 08:16:57 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/HadoopInASlice/TeardownExperiment

    v2 v3  
    2424= Release Resoures =
    2525
     26While other tools (such as the GENI Portal) can be used to
     27clean up, no matter which software was used to create the sliver in the
     28first place, for this example we will use Omni:
     29
     30The command to use is:
    2631{{{
    27 #!html
     32omni  deletesliver SLICENAME --useSliceAggregates
     33}}}
     34'''NOTE''': This will delete the resources in all the aggregates for the slice if you want to delete resources in a specific aggregate you can use the `-a` flag like
     35{{{
     36omni -a AM_NICKNAME deletesliver SLICENAME
     37}}}
     38where once again {{{AM_NICKNAME}}} is the aggregate manager nickname and
     39{{{SLICENAME}}} is the name of your slice (both found on your worksheet).
    2840
    29 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    30         <tr>
    31                 <td>
    32                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
    33                </td>
    34                <td>
    35                     When you are done with your experiment it is always good to clean up and release your resources so other people can use them.
    36                </td>
    37         </tr>
    38 </table>
     41
     42A minute or so later, Omni should respond with:
     43{{{
     44INFO:omni: Completed deletesliver:
    3945}}}
     46and some details of exactly what was deleted.
    4047
    4148