Changes between Version 2 and Version 3 of GEC16Agenda/OpenFlow/Instructions/DesignSetup


Ignore:
Timestamp:
03/21/13 05:42:02 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/OpenFlow/Instructions/DesignSetup

    v2 v3  
    1 [[PageOutline]]
     1= [wiki:GEC16Agenda/OpenFlow/Instructions OpenFlow Tutorial in GENI] =
     2{{{
     3#!html
     4<table border="0">
     5   
     6      <tr>
     7         <td>
     8         <a href="http://groups.geni.net/geni/wiki/GEC16Agenda/OpenFlow/Instructions/DesignSetup"> <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design_on.2.png?format=raw" alt="Hello GENI index"  height="90" title="Hello GENI Web server" />  </a>
     9       </td>
     10       <td>
     11         <a href="http://groups.geni.net/geni/wiki/GEC16Agenda/OpenFlow/Instructions/Execute"> <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/execute.2.png?format=raw" alt="Hello GENI index"  height="90" title="Hello GENI Web server" />  </a>
     12       </td>
     13       <td>
     14         <a href="http://groups.geni.net/geni/wiki/GEC16Agenda/OpenFlow/Instructions/Finish"> <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/finish.2.png?format=raw" alt="Hello GENI index"  height="90" title="Hello GENI Web server" />  </a>
     15       </td>
     16     </tr>
     17 </table>
     18}}}
    219
    3 = Setup your Environment =
     20= Obtain Resources : Create a slice with a small OpenFlow testbed =
    421
    5 = Design Experiment and Obtain resources =
     22== Create a slice ==
     23
     24{{{
     25#!html
     26<table border="0">
     27   
     28      <tr>
     29        <td>
     30
     31        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/create-slice-of.png?format=raw" alt="Create a GENI Slice"  height="70" title="Create a GENI Slice" /> </a>
     32       </td>
     33       <td >
     34         <ol>
     35            <li> Go to the <i>Home</i> tab. </li>
     36           <li> Press the <b>Create Slice</b> button for this project.</li>
     37            <li> <FONT COLOR="black">As a slice name use the slice name on your worksheet (the slice name should be of the form <code>portal##</code>), you can leave the description empty and press <b>Create Slice</b></font>
     38            </li>
     39 
     40
     41          </ol>
     42       </td>
     43       
     44    </tr>
     45 </table>
     46}}}
     47
     48
     49== Reserve Resources at ProtoGENI Utah ==
     50
     51Now we are going to reserve our resources that include, one host that will be our OVS OpenFlow switch and three VMs that will be the hosts that are connected to this switch.
     52
     53'''WARNING: In order to pace the reservation of resources, please only reserve when you are given a "blinking ball" by the tutorial instructor. '''
     54
     55We have uploaded an Rspec called OVS Tutorial, make sure to pick that and pick as an Aggregate ''ProtoGENI Utah''
     56{{{
     57#!html
     58<table border="0">
     59      <tr>
     60        <td>
     61        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/reserve-resources-of.png?format=raw" alt="Create a GENI Project"  height="150" title="Create a GENI Project" /> </a>
     62       </td>
     63       <td >
     64         <ol>
     65           <li> <FONT COLOR="black">Go to the <i>Slice</i> page and press the <b>Add Resources</b> button. Complete the form as shown in the picture on the left and press the <b>Reserve Resources</b> button. </font>  Reserving the node at the aggregate may take awhile (in excess of 30 seconds).  Do not reload the page or press the back button while waiting.</li>
     66         </ol>
     67       </td>
     68      </tr>
     69 </table>
     70}}}
     71
     72
     73== Wait until your resources are ready ==
     74
     75It takes some time for the nodes to boot.
     76
     77{{{
     78#!html
     79<table border="0">
     80
     81    <tr>
     82
     83        <td>
     84           <ol>
     85           <li><FONT COLOR="black">Return to the <i>Slice</i> page. Press the <b>Resource Status</b> button in the slice toolbar.</font></li>
     86           </ol>
     87        </td>
     88        <td>
     89        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/slice-resource-status.png?format=raw" alt=""  height="100" title="" /> </a>
     90        </td>
     91    </tr>
     92      <tr>
     93        <td>
     94        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/resource-status.png?format=raw" alt="Status at both aggregates"  height="200" title="Status at both aggregates" /> </a>
     95       </td>
     96       <td >
     97         <ol start='2'>
     98           <li>The rows for <i>Utah ProtoGENI</i> should say <i>READY</i> against a green background and look as shown on the left.  </li>
     99           <li>If it does not say <i>READY</i>, wait a few minutes and refresh the page periodically until it does.</li>
     100          </ol>
     101       </td>
     102    </tr>
     103 </table>
     104}}}
     105
     106
     107
     108= [wiki:GEC16Agenda/OpenFlow/Instructions/Execute Next: Configure the OpenFlow switch and Run simple experiments] =