Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure


Ignore:
Timestamp:
01/10/14 16:08:59 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure

    v1 v1  
     1= Lab Zero: A First Experiment Using GENI =
     2== Overview ==
     3
     4This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     5
     6=== What you will learn ===
     7The high levels goals for this exercise are to:
     8 1. Do a simple but complete GENI experiment
     9 2. Learn and use 5 GENI terms: experimenter, project, slice, resource, and aggregate
     10 3. Use the [http://portal.geni.net GENI Experimenter Portal]
     11
     12Specifically, during this exercise you will:
     13 * Use your GENI account for the first time and do some one time setup
     14   - Login to the GENI Experimenter Portal for the first time
     15   - Join a Project
     16   - Specify `ssh` keys for use logging into resources
     17 * Learn how to reserve, login to, and release resources in GENI
     18   - Create and renew a slice
     19   - Generate and reserve your own topology of GENI resources using Flack
     20   - Learn how to login to compute resources using `ssh`
     21   - Learn how to delete resources in GENI
     22 * Use these resources to do a very simple first experiment
     23   - Use `ping` to test connectivity between the reserved resources
     24   - Use `ifconfig` to identify your data and control plane interfaces
     25   - (optional) Run a very simple Layer 2 experiment
     26
     27=== Experiment Topology and Setup ===
     28
     29{{{
     30#!html
     31<img src="http://groups.geni.net/geni/attachment/wiki/GEC17Agenda/GettingStartedWithGENI_I/Graphics/2vmvlan_overview.png?format=raw" height="152" alt="Tutorial Setup"/>
     32}}}
     33
     34Reserve two VMs at the same location connected by a Layer 2 circuit. 
     35
     36Then optionally send layer 2 traffic between these two nodes (without IP).
     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== Procedure ==
     43{{{
     44#!html
     45
     46
     47<table id="Table_01" height="409" border="0" cellpadding="0" cellspacing="0">
     48        <tr>
     49                <td>
     50                        <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>
     51               </td>
     52               <td>
     53<ul>
     54             <li><a href="./Procedure/DesignSetup">Part I: Design/Setup</a></li>
     55             <ul>
     56                 <li>Step 1:  Design Experiment</li>
     57                 <li>Step 2:  Establish Management Environment</li>
     58                 <li>Step 3:  Obtain Resources</li>
     59             </ul></ul>
     60               </td>
     61        </tr>
     62        <tr>
     63                <td>
     64                        <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>
     65                </td>
     66                <td>
     67             <ul>
     68<li><a href="./Procedure/Execute">Part II: Execute</a></li>
     69             <ul>
     70                 <li>Step 4:  Configure and Initialize Services </li>
     71                 <li>Step 5:  Execute Experiment </li>
     72                 <li>Step 6:  Analyze and Visualize Experiment </li>
     73             </ul></ul>
     74                </td>
     75        </tr>
     76        <tr>
     77                <td>
     78                        <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>
     79                </td>
     80
     81                <td>
     82             <ul>
     83             <li><a href="./Procedure/Finish">Part III: Finish</a></li>
     84             <ul>
     85                 <li>Step 7:  Teardown Experiment</li>
     86                 <li>Step 8:  Archive Experiment</li>
     87             </ul></ul>
     88                </td>
     89
     90        </tr>
     91</table>