Changes between Version 18 and Version 19 of GENIExperimenter/Tutorials/NSDI13/IntroToOmni


Ignore:
Timestamp:
06/23/13 16:26:13 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NSDI13/IntroToOmni

    v18 v19  
    33= Introduction to Omni Tutorial =
    44
    5 == Experiment Description ==
    6 In this tutorial we are going to use Omni which is a command line tool for reserving GENI resources. We are going to use a very simple topology that has a server and a client connected by only one link. At install time we are going to install at the server a web and an iperf servers, while the client will issue `http` and `iperf` requests. We will be able to see the performance on the server on a web page.
     5{{{
     6#!html
     7<table border="0" >
     8 <tr>
     9    <td width="350" valign="top">
     10<h3 align="left"> <u>Overview: </u> </h3>
     11This tutorial will guide you through your first [http://trac.gpolab.bbn.com/gcf/wiki/Omni Omni] experiment.
     12[http://trac.gpolab.bbn.com/gcf/wiki/Omni Omni] is a command line tool that helps you interact with GENI aggregate managers.
     13We are going to run a very simple experiment using the topology below:
     14<img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/HelloGENIOverviewDiag.png?format=raw" alt="Hello GENI topology"  align="center" height="65" title="Hello GENI topology" />
     15     </td>
     16 <td> <pre>   </pre> </td>
     17    <td width="350" valign="top">
     18<h3 align="left"> <u>Prerequisites: </u></h3>
     19 For this tutorial you need an active GENI account. If you don't have an account yet <a href="http://groups.geni.net/geni/wiki/SignMeUp"> sign up! </a>
    720
    8 [[Image(GENIExperimenter/Graphics:hellogeni-topo.png,nolink)]]
     21    </td>
     22  </tr>
     23  <tr>
     24    <td width="350" valign="top">
     25<h3 align="left"> <u>Tools: </u></h3>
     26All the tools will already be installed at your nodes. For your reference we are going to use:
     27     <ul>
     28       <li> The <a href="http://httpd.apache.org/" target="_blank"> Apache HTTP server </a> and the <a href="http://www.gnu.org/software/wget/" target="_blank"> wget utility </a> </li>
     29       <li> The <a href="http://en.wikipedia.org/wiki/Iperf " target="_blank"> iperf utility </li>
     30      </ul>
     31     </td>
     32 <td> <pre>   </pre> </td>
     33    <td width="350" valign="top">
     34    <h3 align="left"> <u>Where to get help: </u></h3>
     35      For problems with omni please subscribe/email to the <a href="http://lists.geni.net/mailman/listinfo/omni-users" target="_blank"> omni users mailing list </a>
     36      For any questions or problem with the tutorial please email <a href="mailto:help@geni.net?Subject=Help%20with%20HelloGENI%20tutorial"> help@geni.net </a>
     37    </td>
     38  </tr>
     39</table>
     40}}}
    941
    1042== Tutorial Instructions ==