Changes between Version 47 and Version 48 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/Setup


Ignore:
Timestamp:
07/04/15 17:52:32 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v47 v48  
    213213We 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.
    214214
     215{{{
     216#!comment
     217
    215218Most 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:
    216219 * `http://www.gpolab.bbn.com/experiment-support/ccnx-xen/ccnx-0.6.2.tar.gz`
     
    222225 * `cd /tmp/ccnx-setup && ./add-precip-routes router`
    223226 * `cd /tmp/ccnx-setup && ./ccnx-setup router 5`
     227}}}
    224228
    225229{{{
     
    228232You <i> DO NOT </i> have to specify install and execute scripts for the nodes as they have already been done for you.  You can check this by clicking on the icons for these nodes.
    229233<br/><br/>
    230 In general, one should be very careful when entering this information -- these commands will not
    231 be executed yet, so it will be some time before you will see any relevant
    232 error messages if there is a mistake here.
     234In general, be very careful when entering this information.  These commands will not
     235be executed until the nodes boot up and may fail silently.
    233236</td></tr></table>
    234237}}}