wiki:PhoebusExperimentGEMINI

Version 13 (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/or ig-ky)

5. Instrument the slice

geni@GEC16-Tutorials:~/src/GEMINI/geminiv2$ ./gdesktop-init.py -n ezraslice2 -f ~/.ssl/geni_cert.pem
geni@GEC16-Tutorials:~/src/GEMINI/geminiv2$ ./gdesktop-instrumentize.py -n ezraslice2 -f ~/.ssl/geni_cert.pem

6. Login and configure experiment nodes

ssh to each of the nodes in the experiment. Become root with 'sudo su'.

We will now add host routes so the client nodes in the experiment can talk to each other across the GW systems.

On client0:

$ route add -net 10.10.2.0/24 gw 10.10.1.2

On gateway0:

$ route add -net 10.10.2.0/24 gw 192.168.1.2

On gateway1:

$ route add -net 10.10.1.0/24 gw 192.168.1.1

On client1:

$ route ad -net 10.10.1.0/24 gw 10.10.2.2

From client0, you should now be able to ping and traceroute to client1:

$ ping 10.10.2.1
PING 10.10.2.1 (10.10.2.1) 56(84) bytes of data.
64 bytes from 10.10.2.1: icmp_req=1 ttl=62 time=0.054 ms
64 bytes from 10.10.2.1: icmp_req=2 ttl=62 time=0.062 ms
64 bytes from 10.10.2.1: icmp_req=3 ttl=62 time=0.067 ms
^C
--- 10.10.2.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.054/0.061/0.067/0.005 ms
$ traceroute 10.10.2.1
traceroute to 10.10.2.1 (10.10.2.1), 30 hops max, 60 byte packets
 1  gateway0-lan0 (10.10.1.2)  0.049 ms  0.013 ms  0.011 ms
 2  gateway1-lan1 (192.168.1.2)  0.031 ms  0.017 ms  0.016 ms
 3  10.10.2.1 (10.10.2.1)  0.028 ms  0.022 ms  0.021 ms

7. Configure measurements

Login to the GENI Desktop using the bookmark in Firefox. link

Note that this step requires that you first login to your Slice Authority Emulab site.

8. Run experiments

9. View results

Attachments (17)

Download all attachments as: .zip