Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure


Ignore:
Timestamp:
10/29/14 14:29:25 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GetStart_PartI_IPRoute/Procedure

    v1 v1  
     1= Lab Zero: A First Experiment Using GENI and Jacks Tool =
     2
     3== Overview ==
     4
     5This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     6
     7=== What you will learn ===
     8The high levels goals for this exercise are to:
     9 1. Do a simple but complete GENI experiment
     10 2. Learn and use 5 GENI terms: experimenter, project, slice, resource, and aggregate
     11 3. Use the [http://portal.geni.net GENI Experimenter Portal] and Jacks
     12
     13Specifically, during this exercise you will:
     14 * Use your GENI account for the first time and do some one time setup
     15   - Login to the GENI Experimenter Portal for the first time
     16   - Join a Project
     17   - Specify `ssh` keys for use logging into resources
     18 * Learn how to reserve, login to, and release resources in GENI
     19   - Create and renew a slice
     20   - Generate and reserve your own topology of GENI resources using Flack
     21   - Learn how to login to compute resources using `ssh`
     22   - Learn how to delete resources in GENI
     23 * Understand the difference between the control and data plane interfaces on each node
     24 * Use these resources to do a very simple first experiment
     25   - Use `ping` to test connectivity between the reserved resources
     26   - Use `ifconfig` to identify your data and control plane interfaces
     27
     28=== Experiment Topology and Setup ===
     29
     30{{{
     31#!html
     32<img src="http://groups.geni.net/geni/attachment/wiki/GEC17Agenda/GettingStartedWithGENI_I/Graphics/2vmvlan_overview.png?format=raw" height="152" alt="Tutorial Setup"/>
     33}}}
     34
     35Reserve two VMs at the same location connected by a Layer 2 circuit. 
     36
     37== Background ==
     38
     39[wiki:GENIExperimenter/Tutorials/GettingStarted_PartI/Background Background information] about pre-requisites, tools, resources, and where to get help.
     40
     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>