Changes between Version 12 and Version 13 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
03/18/13 06:05:10 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v12 v13  
    3737While you wait for your sliver to become ready, we will see how we can automate the installation of our experiment with install scripts.
    3838In 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.
    39   i. Download your rspec
     39  i. Download the hellogeni rspec:
    4040  {{{
    4141   cd /tmp
    42    wget <rspec_url>
     42   wget http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec
    4343}}}
    4444  i. Open your rspec and look for the `install` tag and copy the value of the URL attribute.