Changes between Version 12 and Version 13 of GENIExperimenter/Tutorials/GENIDesktop/GEC23


Ignore:
Timestamp:
06/12/15 14:46:29 (9 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/GEC23

    v12 v13  
    77=== What is the GENIDesktop ? ===
    88
    9 The GENIDesktop is a tool that supports multiple ways to “visualize” a slice, and makes it easy to apply an operation to a subset of resources within a slice. It basically uses a file-browser-like interface that users are familiar with. The analogy is selecting files in a file browser and applying an operation (regardless of the “view” – e.g., list view, icon view, detailed view, etc.). GENIDesktop provides many function we called '''Modules''' to perform commonly used operations like ssh, file-copy, running a command, rebooting nodes , etc . It also provides graphs and table data for various statistics collected from the nodes in your slice. This done  with the use of GENIDesktop monitoring tools that interacts with your experiment’s resources over the control plane via the [wiki:GENIExperimenter/Tutorials/GENIDesktop/Global_Node Global Node].This monitoring framework adds software to their slice that will automatically measure and monitor network traffic and other information about the slice.The GENIDesktop is also integrated with JACKS which can be used to create and modify rspecs topologies.
     9The GENIDesktop is a tool that supports multiple ways to “visualize” a slice, and makes it easy to apply an operation to a subset of resources within a slice. It basically uses a file-browser-like interface that users are familiar with. The analogy is selecting files in a file browser and applying an operation (regardless of the “view” – e.g., list view, icon view, detailed view, etc.). GENIDesktop supports extensible functionality we called '''Modules''' that perform commonly used operations like ssh, file-copy, running a command, rebooting nodes , etc, as can also be used to support custom functionality.   It also provides graphs and table data for various statistics collected from the nodes in a slice. This is done  with the use of the GENIDesktop monitoring tools that interact with the experiment’s resources over the control plane via a [wiki:GENIExperimenter/Tutorials/GENIDesktop/Global_Node Global Node]. The GENIDesktop automatically adds software to a slice that will measure and monitor network traffic and other information about the slice.The GENIDesktop is also integrated with JACKS which can be used to create and modify RSPEC topologies.
    1010
    1111This tutorial will demonstrate :
    1212 - How to login to the GENI Desktop
    1313 - How to use Slice and Sliver Creation Tools (JACKS) in the GENI Desktop
    14  - Perform simple traffic generation and experiment monitoring using the Browser GUI
    15  - Perform simple traffic generation and experiment monitoring using the Command line Tool
     14 - Perform a simple traffic generation and experiment monitoring using the Browser (GENI Desktop GUI)
     15 - Perform a simple traffic generation and experiment monitoring using the Command Line Tool (gdcli)
    1616
    17 For the purpose of this tutorial, we will be using a simple two VM topology connected via a VLAN with a single aggregate.
     17For the purpose of this tutorial, we will be using a simple two VM topology connected via a link within a single aggregate.
    1818
    1919
    2020== Prerequisites: ==
    2121   - A GENI account, if you don't already have one [http://groups.geni.net/geni/wiki/SignMeUp sign up!]
    22    - Familiarity with reserving GENI resources with any of the GENI Tools (GENI Experimenter Portal, Jacks). See Jacks [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure A First Experiment Using GENI and Jacks Tool]
     22   - Familiarity with reserving GENI resources using one of the GENI Tools (GENI Experimenter Portal, Jacks). See Jacks [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure A First Experiment Using GENI and Jacks Tool]
    2323   - Familiarity with the Unix Command line.
    2424
     
    2929 - Pop-up blockers and javascript blockers disabled in the browser being used
    3030
    31 NOTE: SAFARI on MAC and IE on WINDOWS are not supported.
     31NOTE: SAFARI on MAC and IE on WINDOWS are not fully supported at this time.
    3232
    3333
    3434== Where to get help: ==
    35  - If you need help with GENIDesktop,please email us at [mailto:geni-users@googlegroups.com]
     35 - If you need help with GENIDesktop, please email us at [mailto:geni-users@googlegroups.com]
    3636
    3737== Tutorial Instructions ==