Changes between Version 30 and Version 31 of GIMIv1.0Tutorial


Ignore:
Timestamp:
06/26/12 09:42:39 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.0Tutorial

    v30 v31  
    137137
    138138 * In the following, we describe the steps to verify the initial topology setup on ExoGENI:
    139   * Change the post boot script option to add ''slice name'' as the ''experiment name''
     139  * 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 "gec14-gimi05"!!
    140140{{{
    141141curl http://emmy8.casa.umass.edu/omf-resctl.yaml -o
     
    143143perl -i.bak -pe "s/\:name\:/\:name\: \'nodeA\' /g"
    144144/etc/omf-resctl-5.4/omf-resctl.yaml
    145 perl -i.bak -pe "s/\:slice\:/\:slice\: '''gec14-gimi01'''/g"
     145perl -i.bak -pe "s/\:slice\:/\:slice\: gec14-gimi01/g"
    146146/etc/omf-resctl-5.4/omf-resctl.yaml
    147147/etc/init.d/omf-resctl-5.4 restart