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


Ignore:
Timestamp:
07/01/14 16:43:17 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v16 v17  
    1919
    2020= 1. Obtain Resources =
    21 In this step, we are going to setup the experiment. In this tutorial we assume that you are sufficiently comfortable with omni to verify that a '''listresources''' command works and to know when your slice is ready using '''sliverstatus'''.
     21In this step, we are going to setup the experiment. In this tutorial we assume that you are sufficiently comfortable with omni to know when your slice is ready using `readyToLogin`.
     22
    2223  i. '''Create a slice''', where `<slicename>` is `click<initials>`:
    2324  {{{
     
    2627  i. '''Create a sliver''' :
    2728  {{{
    28 omni createsliver -a pg-utah <slicename> <rspec_url>
     29omni createsliver -a AGG_NICKNAME <slicename> <rspec_url>
    2930}}}
    30     * 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.
    31     * If you are doing this exercise at home use :  http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec
     31    * If you are doing this exercise as part of a tutorial then the `AGG_NICKNAME` is given to you.
     32    * If you are doing this exercise at home use :  `ig-clemson`
     33    * The `rspec_url` is: http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec
     34    * In the Portal the RSpec is called '''Click Router Example Experiment (IG)'''.
     35
    3236  i. '''Check the status of your sliver'''
    3337  {{{
    34 omni sliverstatus -a pg-utah <slicename>
     38readyToLogin <slicename> --useSliceAggregates
    3539}}}
    3640= Install scripts =