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


Ignore:
Timestamp:
10/17/14 21:59:36 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure

    v1 v1  
     1= Lab Zero: A First Experiment Using GENI =
     2TinyURL for these instructions: http://tinyurl.com/GENILab0
     3
     4== Overview ==
     5
     6This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     7
     8=== What you will learn ===
     9The 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
     13
     14Specifically, 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
     28
     29=== Experiment Topology and Setup ===
     30
     31{{{
     32#!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"/>
     34}}}
     35
     36Reserve two VMs at the same location connected by a Layer 2 circuit. 
     37
     38== Background ==
     39
     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
     46
     47== Procedure ==
     48{{{
     49#!html
     50
     51
     52<table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     53        <tr>
     54                <td>
     55                        <a href="./Procedure/DesignSetup"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup"></a>
     56               </td>
     57               <td>
     58<ul>
     59             <li><a href="./Procedure/DesignSetup">Part I: Design/Setup</a></li>
     60             <ul>
     61                 <li>Step 1:  Design Experiment</li>
     62                 <li>Step 2:  Establish Management Environment</li>
     63                 <li>Step 3:  Obtain Resources</li>
     64             </ul></ul>
     65               </td>
     66        </tr>
     67        <tr>
     68                <td>
     69                        <a href="./Procedure/Execute"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.png?format=raw" width="152" height="143" alt="Execute"></a>
     70                </td>
     71                <td>
     72             <ul>
     73<li><a href="./Procedure/Execute">Part II: Execute</a></li>
     74             <ul>
     75                 <li>Step 4:  Configure and Initialize Services </li>
     76                 <li>Step 5:  Execute Experiment </li>
     77                 <li>Step 6:  Analyze and Visualize Experiment </li>
     78             </ul></ul>
     79                </td>
     80        </tr>
     81        <tr>
     82                <td>
     83                        <a href="./Procedure/Finish"><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish.png?format=raw" width="152" height="114" alt="Finish"></a>
     84                </td>
     85
     86                <td>
     87             <ul>
     88             <li><a href="./Procedure/Finish">Part III: Finish</a></li>
     89             <ul>
     90                 <li>Step 7:  Teardown Experiment</li>
     91                 <li>Step 8:  Archive Experiment</li>
     92             </ul></ul>
     93                </td>
     94
     95        </tr>
     96</table>