Changes between Version 15 and Version 16 of GENIExperimenter/Tutorials/HelloOmni


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/HelloOmni

    v15 v16  
    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 = 4. Create an experiment using Omni =
    63 In this step we are going to setup a sample GENI experiment, in order to
    64 get familiarized with most of the Omni commands.
    65 
    66 == 4a. Create and renew a slice ==
    67 The first thing to do when preparing to run a GENI experiment is to create a
    68 slice.
    69   i. To create a slice type, use the `<slicename>` given in your paper slip:
     62= 2. Launch your experiment =
     63In this step we are going to setup a simplet Layer 2 GENI experiment, in order to get familiarized with most of the Omni commands.
     64
     65  1. '''Create a slice'''. The first thing to do when preparing to run a GENI experiment is to create a slice. Name your slice something like '''xxxomni''' (where xxx are your initials). Type
    7066  {{{
    7167  omni.py createslice <slicename>
    7268  }}}
    73   ii. To verify that your slice has been created and in general to keep track of
    74   your slices, use the `listmyslices` command. use the <username> given in your
    75   paper slip. Type:
     69  2. '''Verify that your slice was created'''. Use the `listmyslices` command, of omni:
    7670  {{{
    7771  omni.py listmyslices <username>
    7872  }}}
    79   iii. Renew your slice. To extend the lifetime of your slice type:
    80   {{{
    81   omni.py renewslice <slicename> 20121025
    82   }}}
     73  3. '''Renew your slice'''. To extend the lifetime of your slice type:
     74  {{{
     75  omni.py renewslice <slicename> <YYYYMMDD>
     76  }}}
     77  4. '''Reserve resources'''.
    8378
    8479== 4b. Reserve resources, a.k.a create a sliver ==