Changes between Version 25 and Version 26 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
07/16/14 19:06:11 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v25 v26  
    3737
    3838  i. '''Create a slice''', where `<slicename>` is `click<initials>`:
     39{{{
     40#!div style="background: #ffd; border: 3px ridge; width: 685px;"
    3941  {{{
    4042omni createslice <slicename>
    4143}}}
     44}}}
    4245  i. '''Create a sliver''' :
     46{{{
     47#!div style="background: #ffd; border: 3px ridge; width: 685px;"
    4348  {{{
    4449omni createsliver -a AGG_NICKNAME <slicename> <rspec_url>
     
    4853    * The `rspec_url` is: http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec
    4954    * In the Portal the RSpec is called '''Click Router Example Experiment (IG)'''.
    50 
     55}}}
    5156  i. '''Check the status of your sliver'''
     57{{{
     58#!div style="background: #ffd; border: 3px ridge; width: 685px;"
    5259  {{{
    5360readyToLogin <slicename> --useSliceAggregates
     61}}}
    5462}}}
    5563= Install scripts =
     
    5866  i. Download the RSpec from http://www.gpolab.bbn.com/experiment-support/ClickExampleExperiment/rspecs/click.rspec.  On a UNIX-like system you can do:
    5967{{{
     68#!div style="background: #ffd; border: 3px ridge; width: 685px;"
     69{{{
    6070cd /tmp
    6171wget <rspec_url>
     72}}}
    6273}}}
    6374  i. Open your rspec and look for the `install` tag and copy the value of the URL attribute.
    6475  i. Look for the `execute` tag and write down the name of the script to be executed.
    6576  i. Download and untar the software.  On a UNIX-like system you can do:
     77{{{
     78#!div style="background: #ffd; border: 3px ridge; width: 685px;"
    6679  {{{
    6780cd /tmp
     
    7184tar xvfz <software_name>
    7285}}}
     86}}}
    7387  i. Look in your RSpec and locate the `execute` tag. Note what script is being executed at boot time.
    7488  i. Locate the script and open it. Can you identify the different parts?