Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/AppendixStitching


Ignore:
Timestamp:
06/14/15 19:55:36 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/AppendixStitching

    v9 v10  
    7474<ol>
    7575<li>
    76 On the three nodes at the first site, leave the <tt>BARRIER_NODE</tt> unchanged and set <tt>NUM_NODES</tt> to be 3.
    77 So the new execute command on all of <tt>data</tt>, <tt>ccnx-router</tt> and <tt>user</tt> should be:
     76On nodes in the first site, leave the <tt>BARRIER_NODE</tt> unchanged and set <tt>NUM_NODES</tt> to be 3.
     77<br/>
     78The new execute command on all of <tt>data</tt>, <tt>ccnx-router</tt> and <tt>user</tt> should be:
    7879<pre>cd /tmp/ccnx-setup && ./ccnx-setup ccnx-router 3</pre>
    7980</li>
    8081<li>
    81 On the two nodes at the second site, change the <tt>BARRIER_NODE</tt> to <tt>ccnx-router-1</tt> and set <tt>NUM_NODES</tt> to be 3.
    82 So the new execute command on both of <tt>ccnx-router-1</tt> and <tt>user-0</tt> should be:
     82On the nodes at the second site, change the <tt>BARRIER_NODE</tt> to <tt>ccnx-router-1</tt> and set <tt>NUM_NODES</tt> to be 3.
     83<br/>
     84The new execute command on both of <tt>ccnx-router-1</tt> and <tt>user-0</tt> should be:
    8385<pre>cd /tmp/ccnx-setup && ./ccnx-setup ccnx-router-1 3</pre>
    8486</li>