Changes between Version 11 and Version 12 of GeniDesktop/Summer_Camp_2015


Ignore:
Timestamp:
05/21/15 15:03:47 (9 years ago)
Author:
fei@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniDesktop/Summer_Camp_2015

    v11 v12  
    33= GENI Desktop Tutorial (Summer Camp 2015 UConn) =
    44
    5 == 0. Introduction ==
     5[[BR]]
     6== 1. Introduction ==
     7[[BR]]
    68
    79This tutorial consists of three parts:
     
    1719|| This page is located at ||  [http://groups.geni.net/geni/wiki/GeniDesktop/Summer_Camp_2015 http://groups.geni.net/geni/wiki/GeniDesktop/Summer_Camp_2015] ||
    1820
     21
    1922[[BR]]
     23== 2. Basic GENI Desktop Operations ==
    2024[[BR]]
    21 == 1. Basic GENI Desktop Operations ==
    2225
    2326=== Part I: Setup ===
     
    7578
    7679
     80[[BR]]
    7781== 2. Introduction to OpenFlow ==
     82[[BR]]
    7883
    7984A brief introduction to OpenFlow can be found at [   ]
    8085
    8186
     87[[BR]]
    8288== 3. Flow Installation and Monitoring ==
     89[[BR]]
    8390
    8491=== Part I: Setup ===
    85     * Step 1: Create two slices, one for the controller and one for an experiment using OVS nodes. 
    86       * For the controller slice, drag one "AAG Controller" node to the canvas.
    87         Check "Public IP address" box for the controller node.
    88       * For the experiment slice with OVS nodes, create a topology consisting of of three OVS nodes and two Xen nodes as shown below.
    89     * Step 2: Figure out the public IP address of the controller after the controller slice is created.
    90     * Step 3: Run an initialization script "  " on all OVS nodes in the experiment.
     92    Create two slices, one for the controller and one for an experiment using OVS nodes. 
     93      * Step 1: Create the controller slice
     94        * Drag one "AAG Ctrl" node to the canvas.
     95        * Click on the node
     96        * Check "Publicly Routable IP" box for the controller node.
     97        * You may change the name of the node.
     98        * Click on "Site X" where X is a number. Choose any InstaGENI rack from the drop-down menu for Aggregate.
     99        * Click on "Allocate resources using this RSPEC"
     100      * Step 2: Create the experiment slice with a topology consisting of of three OVS nodes and two Xen nodes as shown below.
     101        * Drag "GD OVS" icon node to the canvas for the three OVS nodes.
     102        * Drag "Xen VM" node to the canvas for the two hosts.
     103        * Click on "Site X" to select an aggregate as above.
     104        * Allocate the resources.
     105
     106[[Image(aag_topo2.png, 500px)]]
     107
    91108
    92109=== Part II: Execute ===
    93     * Step 1: Install, list, and delete flows on the experiment
     110    * Step 1: Figure out the public IP address of the controller after the controller slice is created.
     111    * Step 2: Run an initialization script "  " on all OVS nodes in the experiment.
     112    * Step 3: Install, list, and delete flows on the experiment
    94113      * Click on "Flow Install". Fill in the IP address of the controller.
    95114      * Select a path in the topology and highlight it.
    96115      * Fill in the form to set the flow.
    97116      * You can also try list and delete flows.
    98     * Step 2: Monitor per-flow performance
     117    * Step 4: Monitor per-flow performance
    99118      * Click on "Flow Monitor".
    100119      * Choose a flow to monitor at a selected node.