Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/HelloOmni


Ignore:
Timestamp:
11/15/12 12:18:09 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v20 v21  
    6060   Another interesting section to look at is the `[aggregate-nicknames]` sections. Flack already knows the URL for all the AMs and present you a list of AMs to choose from using a short, descriptive name. In Omni a user is required to pass the URL for each call to the GENI AM API. In this section the user gets a chance to provide short descriptive names to the URLs that are easier to memorize and use.
    6161
    62 = 2. Launch your experiment =
     62= 2. Setup your experiment =
    6363In this step we are going to setup a simplet Layer 2 GENI experiment, in order to get familiarized with most of the Omni commands.
    6464
     
    127127= 3. Run your experiment =
    128128Now that resources are ready we can start running our experiment. We will first start by logging in to our reserved nodes.
     129
     130{{{
     131#!html
     132<table border="0">
     133   
     134      <tr>
     135       <td>
     136
     137<img border="0" src="http://groups.geni.net/geni/attachment/wiki/Tutorials/Graphics/readytologin_output.png" alt="readyToLogin snapshot"  height="120" title="readyToLogin snapshot" /> 
     138       </td>
     139       <td >
     140         <ol>
     141            <li><b>'Login to your nodes - Omni Scripting</b>. Depending on the Aggregate the login information are either part of the <code>sliverstatus</code> call, or as part of the manifest rspec, i.e. returned from the <code>listresources</code> call. Omni comes with a script that makes it easy to gather all this information.  In the terminal run: <br>
     142    <code>
     143readyToLogin.py -a pg-utah <slicename>
     144</code>
     145            </li>
     146          </ol>
     147       </td>
     148 
     149    </tr>
     150 </table>
     151}}}
    129152
    130153  1. '''Login to your nodes - Omni Scripting'''. Depending on the Aggregate the login information are either part of the `sliverstatus` call, or as part of the manifest rspec, i.e. returned from the