Changes between Version 43 and Version 44 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
07/02/15 21:20:48 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup

    v43 v44  
    211211   * Script that setup up ccnx protocol routes (add-precip-routes)
    212212
    213 We automate the installation and running of the proper software using `install` and `execute` scripts in the RSpec. These can be added by selecting the '''Add''' button under the '''Install Scripts''' and '''Execute Scripts''' fields for each node.
     213We automate the installation and running of the proper software using `install` and `execute` scripts in the RSpec. These can be added by double clicking on a node, and then clicking a "+" under the "Boot scripts" tab for each node.
    214214
    215215Most of the nodes have an install script specified for each of the three pieces of software listed above which loads a tarball of software onto each node:
     
    251251<pre>cd /tmp/ccnx-setup && ./ccnx-setup router 5</pre>
    252252
    253 
    254 <table id="Table_01" border="0" cellpadding="5" cellspacing="0">
    255         <tr>
    256                 <td>
    257                         <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
    258                </td>
    259 <td>
    260 When you open the node information, you should see a new pane with fields to fill in like
    261 in the figure. 
    262 </td>
    263         </tr>
    264 </table>
    265 
    266 
    267253     </li>
    268254  </ol>
     
    286272<li>Click on the <tt>user</tt> node. </li>
    287273<li>Press the <b>Duplicate</b> button. </li>
    288 <li>A node <tt>user0</tt> should appear. </li>
     274<li>A new node should appear. </li>
    289275<li>Double click on the new node and rename it <tt>user0</tt>.</li>
    290 <li>Remove each link connecting <tt>user0</tt> to the topology. Delete the link by right clicking on each link and selecting "Delete".</li>
     276<li>Remove each link connecting <tt>user0</tt> to the topology. Delete the link by right clicking on each link and selecting "Delete". You may need to move the nodes around to see the added links.</li>
    291277<li>Look at the install and execute scripts.  They should be the same as on the original <tt>user</tt> node.</li>
    292278</ul>