Changes between Version 21 and Version 22 of GEC21Agenda/ScalingUp/Procedure/DesignSetup


Ignore:
Timestamp:
10/21/14 12:13:13 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/DesignSetup

    v21 v22  
    4949  (but do not reserve) this topology in your favorite editor to see what it
    5050  looks like.
    51   a. Download this [config file] for the `scaleup` tool distributed
     51  a. Download this [config file] to use with the `scaleup` tool distributed
    5252  with `geni-lib`.
    5353  a. Open the file using your favorite text editor (`vi` or `emacs`).
    54   Replace `X` with the value on your worksheet.  If you are doing this
    55   outside a tutorial, replace `X` with `1`.
    56   a. Run the rspec_gen script on the configuration file:
     54  a. Replace `X` with the value on your worksheet.  ''If you are doing this outside a tutorial, replace `X` with `1`.''
     55  a. Run the `scaleup` script on the configuration file.
     56On Mac and UNIX-like systems run:
    5757{{{
    58 ./rspec_gen.py -r site.txt
     58tools/scaleup/rspec_gen.py -r site.txt
     59}}}
     60
     61On Windows:
     62{{{
     63tools\scaleup\rspec_gen.py -r site.txt
    5964}}}
    6065  a. Look at the generated file using your favorite tool (`less`,
     
    6368  a. Load the RSpec in your favorite tool (e.g. Jacks, jFed).  Find the shared VLAN (it usually looks like a link with only one end point).
    6469      a. Change the IP address of the shared VLAN to be `10.100.Y.A` where `Y` and `A` are provided on your worksheet.
    65   a. Bind the Site to the aggregate listed on your worksheet.
     70  a. Bind the topology to the aggregate listed on your worksheet.
    6671  a. Save this RSpec.
    6772