Changes between Version 2 and Version 3 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure


Ignore:
Timestamp:
08/08/13 21:02:28 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure

    v2 v3  
    22= Understanding the GENI AM API through a simple experiment =
    33
    4 == Experiment Description ==
     4
     5== Overview ==
     6
     7=== What you will learn ===
     8
     9At the end of this exercise, you will be able to:
     10  * Use and understand the following terms:
     11    - Resource Specification (aka RSpec)
     12    - sliver
     13    - Aggregate Manager API (AM API)
     14  * Customize the resources they reserve using standard mechanisms:
     15    - understand that a resource specification (RSpec) is an XML file
     16    - understand that resources are reserved using the aggregate manager API (AM API)
     17    - understand how to load a topology using an RSpec
     18    - have edited an RSpec using a tool (Flack) as well as by hand
     19    - have reserved and deleted resources using a command line tool (omni)
     20    - know how to specify the image to load on a compute node
     21    - know how to have software automatically loaded and run on a compute node
     22    - have run a simple layer 2 experiment
     23  * Use multiple tools to act on a slice and reserve resources
     24    - understand that all tools use common mechanisms to describe resources (RSpecs) and to reserve resources (the AM API)
     25  * Understand the strengths of different types of GENI racks
     26
     27== Experiment Topology and Setup ==
    528{{{
    629#!html
     
    1134
    1235Then arrange for automatic installation and execution of software on these nodes (performing basic traffic measurement tests), and manually log in to inspect the results.
    13 
    14 == Prerequisites ==
    15 In order to participate in this tutorial you need to have an account at an InCommon institution or from the GPO. If you haven't done so before, please [http://groups.geni.net/geni/wiki/SignMeUpPortal sign in to the GENI Portal].
    16 
    17 Make sure you know which institution will provide you access to GENI and the username and password you need to authenticate. If you don't know, please let us know.
    18 
    19 It may be helpful for you to have access to your email.
    2036
    2137== Procedure ==