Changes between Version 2 and Version 3 of GEC21Agenda/ScalingUp/BackboneSetup


Ignore:
Timestamp:
12/15/14 15:55:47 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/BackboneSetup

    v2 v3  
    33
    44 1. Do the same pre-work as the students. [../Procedure/DesignSetup#a2.1Pre-work:Installgeni-lib Prework]
    5  2. Download `bkbone1.txt` and bkbone2.txt to your local machine.
    6  3. Run the `scaleup` tool on each to generate `bkbone1.xml` and `bkbone2.xml`:
     5 1. Download `bkbone1.txt` and bkbone2.txt to your local machine.
     6 1. Run the `scaleup` tool on each to generate `bkbone1.xml` and `bkbone2.xml`:
    77{{{
    88geni-lib/tools/scaleup/rspec_gen.py -r bkbone1.txt
    99geni-lib/tools/scaleup/rspec_gen.py -r bkbone2.txt
    1010}}}
    11  4. Reserve the `bkbone1.xml` using `stitcher.py` or the [http://portal.geni.net GENI Portal]
    12  5. When all three nodes in the topology are ready, test connectivity between nodes.
     11 1. Reserve the `bkbone1.xml` using `stitcher.py` or the [http://portal.geni.net GENI Portal]
     12 1. When all three nodes in the topology are ready, test connectivity between nodes.
    1313    a. Login to `web1` and ping `10.100.2.2`.
    1414    a. Login to `rt2` and ping `10.100.1.1`.
     15 1. Download `lan_options.json` and `lan_option_stitch0.json`
     16 1. Share a VLAN at each of the three sites:
     17{{{
     18omni -V 3 -a wisconsin-ig poa backbone geni_sharelan --optionsfile lan_options.json
     19omni -V 3 -a illinois-ig poa backbone geni_sharelan --optionsfile lan_options.json
     20omni -V 3 -a stanford-ig poa backbone geni_sharelan --optionsfile lan_options_stitch0.json
     21}}}