Changes between Version 39 and Version 40 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup


Ignore:
Timestamp:
07/01/16 17:24:16 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup

    v39 v40  
    205205 
    206206
    207 === 3.3. Export your RSpec ===
     207=== 3.3. Modify the RSpec to automatically download scripts and execute commands === 
     208GENI allows you to install and execute commands automatically. In the RSpec you have just added there is a tarball with the necessary files and a script that will automatically run when the nodes boot-up.[[br]]
     209For more information about scripts, refer to [http://groups.geni.net/geni/wiki/HowTo/WriteInstallScript Write Install Script] [[br]]
     210To view the commands, please follow the instructions below:
     211                 
     212{{{ 
     213#!html 
     214<table style="width:100%">
     215  <tr>
     216    <td> 
     217      <ol type='a'> 
     218        <li>Click on <q>Experimenter</q> node and scroll down to add the link to the tarball (see figure).</li>   
     219        <li>In the <q>Execute Command</q>
     220      </ol> 
     221    </td> 
     222  </tr>
     223</table> 
     224}}} 
     225                 
     226
     227=== 3.4. Export your RSpec ===
    208228Now we will pull back some of the covers and inspect exactly what Jacks has been doing for us when preparing the RSpecs for the experiments we design.  Each node and link has a corresponding element in the RSpec, and the details of the component configuration (such as the install and execute services) are specified with attributes, or sometimes child elements, within those portions of the document.
    209229 
     
    242262}}}
    243263
    244 === 3.4. Instantiate the new experiment using Omni ===
     264=== 3.5. Instantiate the new experiment using Omni ===
    245265 
    246266For this step, we'll change the approach a bit and switch to a new client tool, the command line Omni client.