wiki:GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Finish

Version 4 (modified by Vic Thomas, 10 years ago) (diff)

--

Understanding the AM API using Content Centric Networking

Image Map

7 Cleaning up

As in previous tutorials, it is always good practice to clean up slivers right away so that resources can be released and reused by other experimenters. While other tools (such as Flack and the GENI Portal) can also be used to clean up, no matter which software was used to establish the sliver in the first place, for this example we will demonstrate the clean up procedure using Omni.

The command to use is:

omni -a AM_NICKNAME deletesliver SLICENAME

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.

8. Archive Experiment

Congratulations! You have completed the exercise.


Introduction