Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/NSDI13/OpenFlowTutorial/DesignSetup


Ignore:
Timestamp:
03/12/13 09:29:17 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/OpenFlowTutorial/DesignSetup

    v1 v2  
    1717 </table>
    1818}}}
     19
     20== 1. Create a slice ==
     21
     22{{{
     23#!html
     24<table border="0">
     25   
     26      <tr>
     27        <td>
     28
     29        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/createslice_3.png?format=raw" alt="Create a GENI Slice"  height="200" title="Create a GENI Slice" /> </a>
     30       </td>
     31       <td >
     32         <ol>
     33            <li> Go to the <i>Home</i> tab. </li>
     34           <li> Press the <b>Create Slice</b> button for this project.</li>
     35            <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>
     36            </li>
     37 
     38
     39          </ol>
     40       </td>
     41       
     42    </tr>
     43 </table>
     44}}}
     45
     46
     47
     48
     49== 2. Reserve Virtual Machines at Two Aggregates ==
     50
     51For this tutorial, we have manually reserved a VLAN (a layer 2 circuit) from a GENI rack in Utah to a GENI rack in Massachusetts.
     52
     53Now reserve a virtual machine (VM) connected to each end of the manually configured VLAN.
     54
     55'''WARNING: In order to pace the creation of the VMs, please only reserve your two VMs when you are given a "blinking ball" by the tutorial instructor. '''
     56
     57First, reserve a VM on the Utah end of the VLAN.  This node will be refered to as the "client".
     58
     59{{{
     60#!html
     61<table border="0">
     62      <tr>
     63        <td>
     64        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/addresources_utah_4.png?format=raw" alt="Create a GENI Project"  height="150" title="Create a GENI Project" /> </a>
     65       </td>
     66       <td >
     67         <ol>
     68           <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>
     69         </ol>
     70       </td>
     71      </tr>
     72 </table>
     73}}}
     74
     75
     76
     77Second, reserve a virtual machine connected to the Massachusetts end of the manually configured VLAN.  This node will be refered to as the "server".
     78
     79{{{
     80#!html
     81<table border="0">
     82      <tr>
     83        <td>
     84        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/addresources_gpo_4.png?format=raw" alt="Create a GENI Project"  height="150" title="Create a GENI Project" /> </a>
     85       </td>
     86       <td >
     87         <ol start='2'>
     88            <li> <FONT COLOR="black">Go back to the <i>Slice</i> page and again 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>.  Again, this may take awhile.  Do not reload the page or press the back button while waiting.</li>
     89          </ol>
     90       </td>
     91       
     92    </tr>
     93 </table>
     94}}}
     95
     96
     97== 3. Check Whether Virtual Machines are Ready to be Used ==
     98
     99It takes some time for the VMs to boot.  Check to see if they are up.
     100
     101{{{
     102#!html
     103<table border="0">
     104
     105    <tr>
     106
     107        <td>
     108           <ol>
     109           <li><FONT COLOR="black">Return to the <i>Slice</i> page. Press the <b>Get All</b> button in the aggregate table.</font></li>
     110           </ol>
     111        </td>
     112        <td>
     113        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/sliverstatus_all_00.png?format=raw" alt="Status at both aggregates"  height="400" title="Status at both aggregates" /> </a>
     114        </td>
     115    </tr>
     116      <tr>
     117        <td>
     118        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/sliverstatus_all_2.png?format=raw" alt="Status at both aggregates"  height="400" title="Status at both aggregates" /> </a>
     119       </td>
     120       <td >
     121         <ol start='2'>
     122           <li>The rows for <i>InstaGENI GPO</i> and <i>InstaGENI Utah</i> should say <i>READY</i> against a green background and look as shown on the left.  </li>
     123           <li>If one of the rows do not say <i>READY</i>, press the <b>Get Status</b> button on that row periodically until it does.</li>
     124          </ol>
     125       </td>
     126    </tr>
     127 </table>
     128}}}
     129
     130
     131
     132= [wiki:GENIExperimenter/Tutorials/NSDI13/OpenFlowTutorial/Execute Next: Configure the OpenFlow switch and Run simple experiments] =