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


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

--

Legend:

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

    v28 v29  
    6565While you wait for your sliver to become ready, we will see how we can automate the installation of our experiment with install scripts.
    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.
    67   i. Download the RSpec from http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec.  On a UNIX-like system you can do:
    68 {{{
    69 #!div style="background: #ffd; border: 2px ridge; width: 685px;"
    70 {{{
    71 cd /tmp
    72 wget <rspec_url>
    73 }}}
    74 }}}
    75   i. Open your rspec and look for the `install` tag and copy the value of the URL attribute.
     67  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
    7669  i. Look for the `execute` tag and write down the name of the script to be executed.
    7770  i. Download and untar the software.  On a UNIX-like system you can do: