wiki:GENIExperimenter/Tutorials/jacks/HadoopInASlice/TeardownExperiment

Version 4 (modified by nriga@bbn.com, 9 years ago) (diff)

--

Hadoop in a Slice

Part III: Teardown Experiment: Delete Resources

Image Map

Release Resoures

While other tools (such as the GENI Portal) can be used to clean up, no matter which software was used to create the sliver in the first place, for this example we will use Omni:

The command to use is:

omni  deletesliver SLICENAME --useSliceAggregates

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

omni  deletesliver SLICENAME -a AM_NICKNAME

where once again AM_NICKNAME is the aggregate manager nickname and SLICENAME is the name of your slice (both found on your worksheet).

A minute or so later, Omni should respond with:

INFO:omni: Completed deletesliver:

and some details of exactly what was deleted.


Introduction