wiki:PhoebusExperimentGEMINI

Version 10 (modified by kissel@cis.udel.edu, 11 years ago) (diff)

--

Custom Experiment on InstaGENI with GEMINI

1. Goals

2. Experiment Overview

3. Setting up your user environment

Follow these instructions to configure Omni http://trac.gpolab.bbn.com/gcf/wiki/OmniConfigure/Automatic

Now we want to decrypt our private key so Omni won't have to repeatedly prompt for the key password.

4. Create the experiment slice

We will do this through Flack with InstaGENI AMs.

Now we do some editing of the request RSpec. edit_rspec.sh

#!/bin/bash

FILE=$1

TEXT_ADD="\
   <services>\n\
       <execute command='wget -q -P /tmp http://stout.inctre.iu.edu/~kissel/phoebus/phoebus_install.sh;sudo bash /tmp/phoebus_install.sh' shell='sh'/>\n\
   </services>"

sed "/\/node\>/ i\ ${TEXT_ADD}" ${FILE}
$ ./edit_rspec.sh myslice.xml > myslice_phoebus.xml

First, renew the slice created in Flack via Omni.

Create the slivers at each AM. (ig-utah and ig-ky)

5. Instrument the slice

6. Login and configure experiment nodes

7. Configure measurements

8. Run experiments

9. View results

Attachments (17)

Download all attachments as: .zip