Changes between Version 6 and Version 7 of shadownetexp23


Ignore:
Timestamp:
11/09/12 16:28:40 (11 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shadownetexp23

    v6 v7  
    1010[attachment:shadownet_stitch_utah.rspec shadownet_stitch_utah.rspec]
    1111
    12 If you look at this rspec, you notice that we request three raw-pc nodes and three virtual devices called emulab-bbg from the Utah Testbed. The emulab-bbg devices are vlan reservations requested for each link utilizing this emulab-bbg device with a pc node.
     12If you look at this rspec, you notice that we request three raw-pc nodes and three virtual devices called emulab-bbg from the Utah Testbed. The emulab-bbg devices are vlan reservations requested for each link utilizing this emulab-bbg device with a PC node.
    1313
    14 Charles : You may want to put a visual here on how the experiment looks like
     14[[Image goes here]]
    1515
    1616use the PG script
     
    1919}}}
    2020
    21 Save the manifest
     21Save the manifest to a text file for future reference. Then run
    2222{{{
    23 ./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm until sliverstatus returns a ready state.
     23./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm
    2424}}}
     25
     26until sliverstatus returns a ready state.
    2527
    2628Once we have a ready state, we now look at the manifest returned and note down all the "vlantag= " returned for each link
     
    3335
    3436submit this to the shadownet CM
     37
    3538{{{
    3639./createsliver -n shadow-demo -m https://shadownet.uky.emulab.net/protogeni/xmlrpc/cm shadownet_stitch.rspec
    3740}}}
    38 Save the manifest
     41
     42Save the manifest and then run 
    3943{{{
    4044./sliverstatus -n shadow-demo -m https://www.emulab.net/protogeni/xmlrpc/cm until sliverstatus returns a ready state.
    4145}}}
    4246
    43 Once the experiment is up and running, we have to setup routing on the routers and the pcs to talk to each other.
     47Once the experiment is up and running, we have to setup routing on the routers and the PCs to talk to each other.
    4448
    45 The set of commands and its output for this example are shown in the files attached below.
     49The set of commands and its output to set this up for this example are shown in the files attached below.
    4650
    4751[attachment:WASH_Router.output WASH_Router.output][[BR]]
     
    5155[attachment:UT2.output UT2.output][[BR]]
    5256[attachment:UT3.output UT3.output][[BR]]
     57
     58
     59Finally a sample run of this experiment is also provided for your reference at [attachment:shadownet_stitch.notes shadownet_stitch.notes][[BR]]