Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
07/18/14 09:25:04 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v29 v30  
    5050omni createsliver -a AGG_NICKNAME <slicename> <rspec_url>
    5151}}}
    52     * If you are doing this exercise as part of a tutorial then the `AGG_NICKNAME` is given to you.
    53     * If you are doing this exercise at home use :  `ig-clemson`
    54     * The `rspec_url` is: http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec
    55     * In the Portal the RSpec is called '''Click Router Example Experiment (IG)'''.
    5652}}}
     53    * In the Portal the RSpec is called '''Click Router Example Experiment (IG)'''
     54    * If you are doing this exercise as part of a tutorial then the aggregate (`AGG_NICKNAME` below) is given to you.
     55      * If you are doing this exercise at home use :  `ig-clemson`
     56    * The `rspec_url` is: http://www.gpolab.bbn.com/exp/ClickExampleExperiment/click.rspec
    5757  i. '''Check the status of your sliver'''
    5858{{{
     
    6666In this experiment we are going to use software routers in order to write our own forwarding scheme. This means that in any experiment we are going to run we want the basic installation of the software router to always be present. The configuration might change from run to run, but the software should always be installed. The software to be installed, and the scripts to be executed at boot time, are defined in the rspecs. Follow these steps to locate your install script and identify the different parts.
    6767  i. Open your RSpec and look for the `install` tag and copy the value of the URL attribute.
    68      * RSpec: http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec
     68     * RSpec: http://www.gpolab.bbn.com/exp/ClickExampleExperiment/click.rspec
    6969  i. Look for the `execute` tag and write down the name of the script to be executed.
    7070  i. Download and untar the software.  On a UNIX-like system you can do: