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


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

--

Legend:

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

    v17 v18  
    4141While you wait for your sliver to become ready, we will see how we can automate the installation of our experiment with install scripts.
    4242In 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.
    43   i. Download the hellogeni rspec from http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec
     43  i. Download the RSpec from http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec.  On a UNIX-like system you can do:
    4444{{{
    4545   cd /tmp
     
    4747}}}
    4848  i. Open your rspec and look for the `install` tag and copy the value of the URL attribute.
    49   i. Loof for the `execute` tag and write down the name of script to be executed
    50   i. Download and untar the software
     49  i. Look for the `execute` tag and write down the name of the script to be executed.
     50  i. Download and untar the software.  On a UNIX-like system you can do:
    5151  {{{
    5252  cd /tmp