Changes between Version 86 and Version 87 of GIMIv1.0Tutorial


Ignore:
Timestamp:
07/02/12 12:03:43 (12 years ago)
Author:
dilip.manu@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.0Tutorial

    v86 v87  
    225225   * The experiment will be automatically executed by the OMF EC which is defined by a experiment description file (EDF) written in ruby.
    226226   * We have prepared the necessary ED files for the experiment described above. The file can be found in the tutorial VM under ~/Tutorials/GIMI/common/tcp_iperf.rb.
    227    * Before starting the experiment, you need to edit the EC configuration file in you user workspace to have the same slice name as in the RC. You can do that by editing the following file, /etc/omf-expctl-5.4/omf-expctlyaml. Please open the file and edit line 23 to have the "slice name" provide for your ExoGENI request. You can open the file for editing using the following command:
    228 {{{
    229 sudo vim /etc/omf-expctl-5.4/omf-expctl.yaml
    230 }}}
    231 {{{
    232  # This is the domain name of the testbed
    233       # You need a corresponding entry in the testbed table of your inventory
    234       # that has this name set in the 'node_domain' column
    235       #:domain: 'npc'
    236       #:domain: 'planetlab'
    237       :domain: 'norbit'
    238       :slice: 'gec14-test3'
    239 }}}
    240 
     227   
    241228   * We start the experiment running the following command from the user workspace terminal:
    242229{{{
    243 omf-5.4 exec --no-cmc tcp_iperf.rb -- --source1 nodeA --sink nodeC
     230
     231omf-5.4 exec --no-cmc -S "slice_name" "ED file name" -- -- source1 "hostname" --sink "hostname"
     232
     233Eg., omf-5.4 exec --no-cmc -S testing tcp_iperf.rb -- --source1 nodeA --sink nodeC
    244234}}}
    245235