Changes between Version 1 and Version 2 of GEC21Agenda/ScalingUp/Procedure


Ignore:
Timestamp:
10/17/14 22:03:13 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure

    v1 v2  
    1 = Lab Zero: A First Experiment Using GENI =
    2 TinyURL for these instructions: http://tinyurl.com/GENILab0
     1= Scaling Up: How to Grow the Topology of a Working Experiment =
    32
    43== Overview ==
    54
    6 This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     5How to grow the topology and size of a working experiment.
    76
    87=== What you will learn ===
    9 The high levels goals for this exercise are to:
    10  1. Do a simple but complete GENI experiment
    11  2. Learn and use 5 GENI terms: experimenter, project, slice, resource, and aggregate
    12  3. Use the [http://portal.geni.net GENI Experimenter Portal] and Flack
     8Learn how to:
     9 1. Automate the generation of large RSpecs
     10 1. A strategy for building large multi-site, stitched topologies by splitting portions of the topology into different slices connected by shared VLANs
    1311
    14 Specifically, during this exercise you will:
    15  * Use your GENI account for the first time and do some one time setup
    16    - Login to the GENI Experimenter Portal for the first time
    17    - Join a Project
    18    - Specify `ssh` keys for use logging into resources
    19  * Learn how to reserve, login to, and release resources in GENI
    20    - Create and renew a slice
    21    - Generate and reserve your own topology of GENI resources using Flack
    22    - Learn how to login to compute resources using `ssh`
    23    - Learn how to delete resources in GENI
    24  * Understand the difference between the control and data plane interfaces on each node
    25  * Use these resources to do a very simple first experiment
    26    - Use `ping` to test connectivity between the reserved resources
    27    - Use `ifconfig` to identify your data and control plane interfaces
    2812
    2913=== Experiment Topology and Setup ===
     
    3115{{{
    3216#!html
    33 <img src="http://groups.geni.net/geni/attachment/wiki/GEC17Agenda/GettingStartedWithGENI_I/Graphics/2vmvlan_overview.png?format=raw" height="152" alt="Tutorial Setup"/>
     17<img src="" height="152" alt="Tutorial Setup"/>
    3418}}}
    3519
    36 Reserve two VMs at the same location connected by a Layer 2 circuit. 
    3720
    3821== Background ==
     22TBD
    3923
    40 [wiki:GENIExperimenter/Tutorials/GettingStarted_PartI/Background Background information] about pre-requisites, tools, resources, and where to get help.
    41 
    42 
    43 == Video ==
    44 
    45  * A [https://www.youtube.com/watch?v=vCOtltU3rX0&list=UUg_vFA7gvYEcILfAZlfL9Bw video] of the Lab Zero exercise
    4624
    4725== Procedure ==