Changes between Version 31 and Version 32 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ndn/Procedure/Setup


Ignore:
Timestamp:
06/20/16 11:18:14 (8 years ago)
Author:
tteixeir@bbn.com
Comment:

--

Legend:

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

    v31 v32  
    2626   <tr>
    2727     <td >
    28         <ol type='a'><li>In today's experiment you will use resources at the aggregate listed on the worksheet. If you don't have a worksheet, use the closest <i>Instageni</i> rack to the first letter of your name (i.e. if your name starts with the letter <q>C</q>, pick a rack that starts with <q>C</q>). This will help to prevent that too many users choose the same rack and eventually the rack will run out of resources.</li>
     28        In today's experiment you will use resources at the aggregate listed on the worksheet. If you don't have a worksheet, use the closest <i>Instageni</i> rack to the first letter of your name (i.e. if your name starts with the letter <q>C</q>, pick a rack that starts with <q>C</q>). This will help to prevent that too many users choose the same rack and eventually the rack will run out of resources.
    2929 </li>
    3030        </ol>
     
    149149Create a slice using `omni` and the slice name of your choice.  From now on that slice name will be referred to as SLICE_NAME.
    150150{{{
    151 $ omni createslice SLICE_NAME
     151$ omni createslice SLICE_NAME --project PROJ_NAME
    152152}}}
    153153 
     
    200200 
    201201 
    202 === 3.3. Modify the RSpec to automatically install and execute software ===
    203  
    204 Insert comments here.
    205 We do on all but one nodes. User does on the remaining node.
     202=== 3.3. Modify the RSpec to automatically download scripts and execute commands ===
     203 In the RSpec you have just downloaded there is a tarball with the necessary files and a script that will automatically run when the nodes boot-up. The script will start and configure NFD in the nodes. We left one node for you to do it yourself.
     204
     205{{{
     206#!html
     207<table><tr>
     208<td>
     209   <ol type='a'>
     210       <li>Click on <q>Experimenter</q> node.
     211       </li>
     212 
     213   </ol>
     214   </td>
     215   <td>
     216      <img src="http://192.1.242.151/images/ExecuteCommand.png?format=raw" width='200'/>
     217         <br/>
     218         <b>Figure 3-4</b> Adding stuff
     219   </td>
     220</tr></table>
     221 
     222<table><tr>
     223<td>
     224   <ol type='a' start=2>
     225   <li>Use the <b>Download</b> button (in the lower left part of the screen next to Save RSpec) to
     226make a local copy of your RSpec with the name <tt>rspec.xml</tt>.  We'll use this in the next step to
     227demonstrate how other client tools also use RSpec files to communicate
     228requests to aggregate managers.</li>
     229   </ol>
     230</td></tr>
     231</table>
     232}}}
     233
     234
    206235
    207236=== 3.4. Export your RSpec ===