Changes between Initial Version and Version 1 of GEMINI/Tutorial/GEC21/GENI_Desktop_and_GEMINI_tables/ExecuteExperiment


Ignore:
Timestamp:
10/09/14 15:31:58 (10 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEMINI/Tutorial/GEC21/GENI_Desktop_and_GEMINI_tables/ExecuteExperiment

    v1 v1  
     1Navigation: [wiki:GEMINI/Tutorial/GEC20/GENI_Desktop_and_GEMINI_tables Up]
     2
     3[[PageOutline]]
     4{{{
     5#!html
     6<h1> <font color="Blue">View Global Node:</font> View and control detailed information available on the Global Node (GN) </h1>
     7}}}
     8
     9== Overview ==
     10
     11The goal of this exercise is to introduce you to what the GENI Desktop and GEMINI refer to as that '''Global Node (GN)'''.
     12The GN is an extra node (VM) that is automatically added to your slice when you select the GEMINI extensions in Flack (or
     13manually add the GEMINI extensions into an RSPEC).  The purpose of the GN is to be the collection point for all instrumentation and measurement data collected by the slivers.  Since slivers may be in different aggregates, there is one GN per aggregate.  Each GN only collects data from slivers in its aggregate.  This localizes communication, thereby minimizing interference of the I&M data collection mechanism with the running experiment.  It also provides a centralized location(s) where users can go to find detailed information coming from the slivers in an aggregate.
     14
     15In this exercise you will use the GENI Desktop to connect to the GN and view additional live graphs and tables not directly available via the passive graphs view used in the previous exercise.
     16You will also be shown how to view detailed packet captures using wireshark.   Lastly, you will learn to X-based applications, and configure the data collection.
     17
     18'''__NOTE :__'''  In order to run xterm and wireshark, you need to have a working java plugin installed in your browsers. Without a properly setup java plugin, you will not see these tools working.
     19
     20
     21== Access a Global Node ==
     22
     23In order to access global node information, click the launcher [[Image(wiki:GEMINI/Tutorial/Images:launcher.png)]] icon and select the Global Node items from
     24the launcher menu [[Image(wiki:GEMINI/Tutorial/Images:launchermenu.png)]].  This will create a button [[Image(wiki:GEMINI/Tutorial/Images:GNliveview.png)]] that will allow you to see or configure global nodes.
     25
     26A topology may have multiple Global Nodes (GNs), one per aggregate.  Although the GNs appear in the logical and geographic views
     27of the topology, it is not immediately obvious which slivers (nodes) are managed by each of the GNs.  Consequently, to find
     28the GN for any particular node in the topology, one can select the desired sliver (node) and then click on the live view button.
     29This will bring up a '''live view''' window (see below).
     30
     31[[Image(wiki:GEMINI/Tutorial/Images:LiveView.png)]]
     32
     33== Viewing packet traces  ==
     34
     35To view packet traffic traces, you can run the '''wireshark''' application on a node to capture and display packet traces.
     36To launch wireshark on a node, open up the node's menu item (on the left in the live view window).  Select the
     37VNC link.  You will be presented with the option to run wireshark or to run an xterm.  Select wireshark which will generate a list of log messages and then will open the wireshark in an X-window.  You can then run wireshark as normal.
     38
     39[[Image(wiki:GEMINI/Tutorial/Images:VNC.png)]]
     40
     41== Access X-based Applications ==
     42
     43You can run any X-based application on your VM nodes by selecting VNC and then selecting xterm.  This will
     44open up an xterm on an X-window display (all inside your browser).  You can then run any X-window application
     45from the xterm.
     46[[BR]][[BR]]
     47
     48== Configure and Manage the GN(s) ==
     49
     50To configure which data the GENI Desktop collects by default, click on the "Config" link in the live view's menu on the left hand side and then select "Configure Data Collection & Display Settings".
     51
     52== __Exercise Tasks__ ==
     53
     54 a. '''Task 1:''' Bring up a window to view the GN.
     55 a. '''Task 2:''' Find the routing table for VM-1.
     56 a. '''Task 3:''' Bring up wireshark and capture all packets flowing between VM-0 and VM-2.