Changes between Version 15 and Version 16 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
05/16/14 14:00:06 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/DesignSetup

    v15 v16  
    2222  i. '''Create a slice''', where `<slicename>` is `click<initials>`:
    2323  {{{
    24 omni.py createslice <slicename>
     24omni createslice <slicename>
    2525}}}
    2626  i. '''Create a sliver''' :
    2727  {{{
    28 omni.py createsliver -a pg-utah <slicename> <rspec_url>
     28omni createsliver -a pg-utah <slicename> <rspec_url>
    2929}}}
    3030    * If you are doing this exercise as part of a tutorial then the `<rspec_url>` is: http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click-XX.rspec [[BR]] where '''XX''' is given to you.
     
    3232  i. '''Check the status of your sliver'''
    3333  {{{
    34 omni.py sliverstatus -a pg-utah <slicename>
     34omni sliverstatus -a pg-utah <slicename>
    3535}}}
    3636= Install scripts =