Changes between Version 8 and Version 9 of GeniDesktop/Summer_Camp_2015


Ignore:
Timestamp:
05/20/15 16:42:11 (9 years ago)
Author:
fei@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniDesktop/Summer_Camp_2015

    v8 v9  
    11[[PageOutline]]
    2 
    32
    43= GENI Desktop Tutorial (Summer Camp 2015 UConn) =
     
    1312
    1413||  To use the GENI Desktop, go to ||   [https://genidesktop.netlab.uky.edu https://genidesktop.netlab.uky.edu] ||
    15 || A general tutorial for GENI Desktop  ||  [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/GENIDesktop http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/GENIDesktop] ||
     14|| A general tutorial for the GENI Desktop  ||  [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/GENIDesktop http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/GENIDesktop] ||
    1615|| 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] ||
    17 
    1816
    1917
     
    2624
    2725 * Part II: Excute
     26
    2827     *  Step 1: Copy a file to the selected nodes.
    29         * Download these two files  ( attachment:runs, attachment:runc ) to a local directory.
    30         * Click "Upload File"
    31         * Highlight two nodes (A and B)
    32         *
     28        * Download these two files (attachment:runs, attachment:runc) to a local directory.
     29        * Click "File Upload"
     30        * Click on "Browse" on the upright part of the window, Select both files you downloaded (runs, runc)
     31        * Click on "Upload Files to GENI Cloud"
     32        * Highlight two nodes (A and B) in the topology window (click, then shift-click)
     33        * Click on "Set Selected Nodes"
     34        * Click on "Distribute" (The process is done when two green bars show up and then disappear)
     35        * Close the window for file upload
     36
    3337     *  Step 2: Run a command on the selected nodes.
    3438        * Click on "Command"
     
    3640        * Click on "Set Selection"
    3741        * Type "sudo apt-get install iperf" in the text box.
    38         * Click on "Run Command"
     42        * Click on "Run Command" (The process is finished when green check mark appears)
     43        * Close the window for run command
     44
    3945     *  Step 3: Monitor the traffic of the selected interface.
     46        * Click on "Passive Graphs"
     47        * From the drop-down menu for "Nodes", pick "B"
     48        * From the drop-down menu for "Graphs", pick "IP Traffic" and "TCP Graph"
     49        * Click on "LiveUpdate" to make it "LiveUpdate(On)"
     50        * Click on "ApplyConfig"
     51        * Scroll to show the traffic figures (IP and/or TCP)
     52        * Leave the traffic window there (Do not close it)
     53
    4054     *  Step 4: Login by ssh to the selected nodes.
     55        * Highlight node B
     56        * Click on "SSH"
     57        * Click on "Open Browser SSH"
     58        * Make sure file "runs" is there. Then type "sh runs".
     59        * Go back to GENI Desktop Tab/Window
     60        * Make sure the information window is open.
     61        * Mouse over the link connecting nodes A and B, and write down the IP address of B.
     62        * Highlight node A
     63        * Click on "SSH"
     64        * Click on "Open Browser SSH"
     65        * edit file "runc" and replace "IPaddr" with the IP address of B.
     66        * Type "sh runc"
     67        * Go back to GENI Desktop Tab/Window. Observe the traffic window.
     68        * You can go to the tab/window for A and type "sh runc" mulitple times. See what happens in the traffic window.
     69
    4170 * Part III: Finish
    4271     *  Teardown experiment
     
    72101    * Teardown experiment
    73102
    74 
    75