Changes between Version 3 and Version 4 of IMInteroperability/GIMIInstaGENITestCase


Ignore:
Timestamp:
05/09/13 16:57:37 (11 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMInteroperability/GIMIInstaGENITestCase

    v3 v4  
    33
    44This page provides steps to run an OMF-experiment on an InstaGENI testbed with two nodes.[[BR]]
     5You can use the GEC16-Tutorial VM to run the experiment as it has the OMF commands pre-installed on them.[[BR]]
    56
    67'''1. Create a 2 node topology using the Rspec below.[[BR]]'''
     
    5758
    5859
    59 '''2. Manually install postboot script on each of the 2 nodes.[[BR]]'''
    6060
    61 
    62 {{{
    63 #!/bin/bash
    64 
    65 # Experiment slice name used by OMF. Should be unique for each experiment
    66 sn=gimi30
    67 
    68 # For InstaGENI slivers assign hostname by typing hostname <yourhostname>
    69 #This needs to be repeated for the other node with a different hostname
    70 sudo hostname nodeA
    71 
    72 #Adds the slice name to the resource controller configuration file
    73 sudo curl http://emmy9.casa.umass.edu/omf-resctl.yaml -o /etc/omf-resctl-5.4/omf-resctl.yaml
    74 sudo perl -i.bak -pe "s/\:slice\:/\:slice\: $sn/g" /etc/omf-resctl-5.4/omf-resctl.yaml
    75 
    76 # The above updates require a restart of the OMF resource controller.
    77 sudo /etc/init.d/omf-resctl-5.4 restart
    78 }}}
    79 
    80 
    81 '''3. Edit Experiment Script. [[BR]]'''
     61'''2. Edit Experiment Script. [[BR]]'''
    8262
    8363{{{
     
    170150GIMI_Simple_Experiment.rb is shown above. In the experiment script you would need to change the host names to the names of your nodes.[[BR]]
    171151
    172 '''4. Run the experiment using the following command'''
     152'''3. Run the experiment using the following command'''
    173153
    174154