Changes between Version 6 and Version 7 of GEC15Agenda/WednesdayPlenary/RACEDemo


Ignore:
Timestamp:
10/18/12 04:25:26 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/WednesdayPlenary/RACEDemo

    v6 v7  
    88That's, you are ready to run this experiment!
    99
    10 = 1. Login to Flack =
     10= 1. Account Configuration =
     11First we are going to configure all the tools that we will need for this experiment. More specifically we will use :
     12  * [http://www.protogeni.net/flack Flack] to reserve our resources
     13  * [wiki:GEMINI] to instrument our experiment
     14  * [http://trac.gpolab.bbn.com/gcf/wiki/Omni OMNI] to orchestrate the experiment
     15
     16We are going to start the configuration in the reverse direction.
     17
     18== 1a. Configure Omni on the VM ==
     19Omni is already installed in the tutorial VM, but we will need to configure it with your account. Follow [wiki:GEC15Agenda/IntroToOmni/Instructions#a1.ConfigureOmni these instructions] using your personal username, password and passphrase.
     20
     21=== Add the Omni script for orchestrating the experiment ===
     22For orchestrating our experiment we used Omni scripting. You need to place a copy of [attachment:race-scrpt.py this script] under `/usr/local/bin/gcf/examples/` in the VM, as well as copy [attachment:readyToLogin.py this version of the readyToLogin script] also under `/usr/local/bin/gcf/examples/`.
     23
     24== 1b. Configure GEMINI on the VM ==
     25These steps are based on [wikiGEMINIGEC14VMInstructions these instructions].
     26  1. Place your GENI passphrase in a file under `~/.ssl/password`
     27  {{{
     28echo "<passphrase>" > ~/.ssl/password
     29}}}
     30   and verify that it is correct
     31   {{{
     32cat ~/.ssl/password
     33}}}
     34  2. Add your ssh key to the ssh-agent:
     35  {{{
     36ssh-add ~/.ssh/geni_key
     37}}}
     38
     39== 1c. Login to Flack ==
    1140We are going to use [http://www.protogeni.net/flack" Flack] a web-based graphical tool for reserving GENI resources. Your first step is to log in to Flack. [http://www.youtube.com/watch?v=-XF6wyNu1BE&feature=g-all-u This video] will guide you through the steps of logging in.
    1241{{{
     
    6695
    6796== 3a. Configure GEMINI on the VM ==
    68 First we need to configure GEMINI with the information from our account. These steps are based on [wikiGEMINIGEC14VMInstructions these instructions].
    69   i.
     97First we need to configure GEMINI with the information from our account.
     98  1.