Changes between Version 58 and Version 59 of GIMIv1.0Tutorial


Ignore:
Timestamp:
06/27/12 10:34:20 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.0Tutorial

    v58 v59  
    154154
    155155 * In the following, we describe the steps to verify the initial topology setup on ExoGENI:
    156   * 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"!!
     156  * 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"!!
    157157{{{
    158158curl http://emmy8.casa.umass.edu/omf-resctl.yaml -o
     
    160160perl -i.bak -pe "s/\:name\:/\:name\: \'nodeA\' /g"
    161161/etc/omf-resctl-5.4/omf-resctl.yaml
    162 perl -i.bak -pe "s/\:slice\:/\:slice\: gec14-gimi01/g"
    163 /etc/omf-resctl-5.4/omf-resctl.yaml
    164 /etc/init.d/omf-resctl-5.4 restart
    165 }}}
    166   * Request the ExoGENI slice using Flukes
     162perl -i.bak -pe "s/\:slice\:/\:slice\: gimi01-gec14/g"
     163/etc/omf-resctl-5.4/omf-resctl.yaml
     164}}}
     165  * Request the ExoGENI slice using Flukes
     166
     167  * XMPP
     168The RCs and the EC communicate via an XMPP server. ADD DIAGRAM FROM OMF SITE!! The GIMI XMPP is running on emmy9.casa.umass.edu.
     169   * First the ExoGENI instances and the experiment slice should be registered with the XMPP server. You can achieve this using the OMF AM by issuing the following command.
     170{{{
     171DILIP WILL ADD!!
     172}}}
    167173
    168174