Changes between Version 101 and Version 102 of GIMIv1.0Tutorial


Ignore:
Timestamp:
07/04/12 11:43:32 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.0Tutorial

    v101 v102  
    167167  * The node names will be automatically set to the correct names by a post boot script (defined in Flukes). The code snippet below shows the section of the post boot script that performs this step (for the case of node A) :
    168168{{{
    169 echo nodeA > /etc/hostname
    170 hostname -F /etc/hostname
    171 }}}
    172   * The experiment name has to be set to the unique slice name of your ExoGENI request
    173 
    174  * In the following, we describe the steps to verify the initial topology setup on ExoGENI:
     169hostname nodeA
     170}}}
     171  * The experiment name has to be set to the unique slice name of your ExoGENI request. This is already done in the post boot for this tutorial.
     172
     173 * If you want to perform a measurement on a different slice, we here outline the steps to adapt the post boot script for that scenario.
    175174  * Change the post boot script option to add ''slice name'' as the ''experiment name''. Therefore change the existing experiment name "gec14-gimi01" in line five to the experiment that includes your account name. E.g., if your account name is "gimi05" the experiment name has to be changed to "gimi05-gec14"!!
    176175{{{
    177176curl http://emmy8.casa.umass.edu/omf-resctl.yaml -o
    178177/etc/omf-resctl-5.4/omf-resctl.yaml
    179 perl -i.bak -pe "s/\:name\:/\:name\: \'nodeA\' /g"
    180 /etc/omf-resctl-5.4/omf-resctl.yaml
     178
    181179perl -i.bak -pe "s/\:slice\:/\:slice\: gimi01-gec14/g"
    182180/etc/omf-resctl-5.4/omf-resctl.yaml