Changes between Initial Version and Version 1 of GEC17Agenda/GettingStartedWithGENI_II/TeardownExperiment


Ignore:
Timestamp:
07/19/13 22:54:00 (11 years ago)
Author:
Gary Wong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_II/TeardownExperiment

    v1 v1  
     1= Teardown Experiment: Delete Resources =
     2Introduction: [wiki:GEC17Agenda/GettingStartedWithGENI_II Getting Started with GENI and the GENI Portal]
     3{{{
     4#!html
     5<table id="Table_01" height="205" border="0" cellpadding="0" cellspacing="0">
     6        <tr>
     7                <td>
     8                        <a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/SetupAccount"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="76" height="76" alt="Design/Setup"></a>
     9               </td>
     10               <td>
     11<ul>
     12             <li><b>Part I: Design/Setup</b></li>
     13             <ul>
     14                 <li><a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/SetupAccount">Step 1: Establish Management Environment: Setup your GENI account and join a GENI Project</a></li>
     15                 <li><a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/ObtainResources">Step 2: Obtain Resources: Create a slice and reserve resources</a></li>
     16             </ul></ul>
     17               </td>
     18        </tr>
     19        <tr>
     20                <td>
     21                        <a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/ExecuteExperiment"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.png?format=raw" width="76" height="72" alt="Execute"></a>
     22                </td>
     23                <td>
     24             <ul>
     25<li>Part II: Execute</li>
     26             <ul>
     27                 <li><a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/ExecuteExperiment">Execute Experiment: Log in to nodes and monitor the experiment execution</a> </li>
     28             </ul></ul>
     29                </td>
     30        </tr>
     31        <tr>
     32                <td>
     33                        <a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/TeardownExperiment"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish_on.png?format=raw" width="76" height="57" alt="Finish"></a>
     34                </td>
     35
     36                <td>
     37             <ul>
     38             <li>Part III: Finish</li>
     39             <ul>
     40                 <li><b><a href="http://groups.geni.net/geni/wiki/GEC17Agenda/GettingStartedWithGENI_II/TeardownExperiment">Teardown Experiment: Delete Resources</a></b></li>
     41             </ul></ul>
     42                </td>
     43
     44        </tr>
     45</table>
     46
     47}}}
     48
     49
     50= 7 Cleaning up =
     51
     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 exercise.
     73
     74= [wiki:GEC17Agenda/GettingStartedWithGENI_II/Exercise2/Procedure Next: Exercise 2] =