Changes between Version 2 and Version 3 of GENIExperimenter/Tutorials/GENIFIRE/jFed/GettingStarted_PartI/Procedure


Ignore:
Timestamp:
07/06/15 00:47:43 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v2 v3  
    2525
    2626
     27= Lab Zero: A First Experiment Using GENI and jFed Tool =
     28
     29== Overview ==
     30
     31This is a first, simple experiment on GENI useful for familiarizing new experimenters with GENI and the tools for using GENI.
     32
     33=== What you will learn ===
     34The high levels goals for this exercise are to:
     35 1. Do a simple but complete GENI experiment
     36 2. Learn and use 5 GENI terms: experimenter, project, slice, resource, and aggregate.
     37 3. Use the [http://portal.geni.net GENI Experimenter Portal] and jFed
     38
     39Specifically, during this exercise you will:
     40 * Use your GENI account for the first time and do some one time setup
     41   - Login to the GENI Experimenter Portal for the first time
     42   - Join a Project
     43   - Specify `ssh` keys for use logging into resources
     44 * Learn how to reserve, login to, and release resources in GENI
     45   - Create and renew a slice
     46   - Generate and reserve your own topology of GENI resources using jFed
     47   - Learn how to login to compute resources using `ssh`
     48   - Learn how to delete resources in GENI
     49 * Understand the difference between the control and data plane interfaces on each node
     50 * Use these resources to do a very simple first experiment
     51   - Use `ping` to test connectivity between the reserved resources
     52   - Use `ifconfig` to identify your data and control plane interfaces
     53
     54=== Experiment Topology and Setup ===
     55
     56{{{
     57#!html
     58<img src="http://groups.geni.net/geni/attachment/wiki/GEC17Agenda/GettingStartedWithGENI_I/Graphics/2vmvlan_overview.png?format=raw" height="152" alt="Tutorial Setup"/>
     59}}}
     60
     61Reserve two VMs at the same location connected by a Layer 2 circuit. 
     62
     63== Background ==
     64
     65[wiki:GENIExperimenter/Tutorials/GettingStarted_PartI/Background Background information] about pre-requisites, tools, resources, and where to get help.
     66
     67
    2768== Procedure ==
    2869{{{
     
    3374        <tr>
    3475                <td>
    35                         <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>
     76                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design.png?format=raw" width="152" height="152" alt="Design/Setup">
    3677               </td>
    3778               <td>
    3879<ul>
    39              <li><a href="./Procedure/DesignSetup">Part I: Design/Setup</a></li>
     80             <li>Part I: Design/Setup</li>
    4081             <ul>
    41                  <li>Step 1:  Design Experiment</li>
    42                  <li>Step 2:  Establish Management Environment</li>
    43                  <li>Step 3:  Obtain Resources</li>
     82                 <li><a href="./Procedure/DesignSetup/GENIAccountSetup"> Step 1a:  Establish Management Environment using GENI</a></li>
     83                 <li><a href="./Procedure/DesignSetup/FIREAccountSetup">Step 1b:  Establish Management Environment using FIRE</a> </li>
     84                 <li><a href="./Procedure/DesignSetup/ObtainResources">Step 3:  Obtain Resources </a></li>
    4485             </ul></ul>
    4586               </td>