Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/GettingStarted_PartII_Labwiki/Setup


Ignore:
Timestamp:
05/24/15 19:33:57 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartII_Labwiki/Setup

    v4 v5  
    165165  <ol type='a' start='4'>
    166166    <li>Enter the URL for the RSpec: <br>
    167        <tt> http://www.gpolab.bbn.com/experiment-support/ccnx-xen/LabOneCCNX_request_rspec.xml </tt> <br>
     167       <tt> http://www.gpolab.bbn.com/experiment-support/ccnx-xen/LabOneCCNX_request_rspec.xml XXXXX</tt> <br>
    168168    then click <b>Select</b>.<br/>
    169169    </li>
     
    183183}}}
    184184
    185 === 3.3. Modify the RSpec to automatically install and execute CCNX software ===
     185=== 3.3. Modify the RSpec to automatically install and execute !LabWiki software ===
    186186
    187187For this experiment, we need to install the following software on the nodes:
    188    * The CCNX software (ccnx-0.6.2.tar.gz)
    189    * Scripts that set up the CCNX software (ccnx-setup.tar.gz)
    190    * Scripts used to pull atmospheric precipitation data using the CCNX protocol (ccnx-atmos.tar.gz)
     188   * The GIMI software (gimidev.tar.gz)
    191189
    192190When the nodes start up, we need the following scripts to be executed:
    193    * Script that sets up the node (node-setup)
    194    * Script that sets up the ccnx protocol (ccnx-setup)
    195    * Script that setup up ccnx protocol routes (add-precip-routes)
     191   * Script that sets up the GIMI software (gimibot.sh)
    196192
    197193We automate the installation and running of the software using install and execute scripts in the RSpec.
     
    253249<ol  type='a' start='3'>
    254250<li>
    255 You will be adding three install scripts.  First, select "<tt>Add</tt>" under the <b>Install Scripts</b> sections as shown.  In the box in the <b>URL</b> field enter (cut-and-paste): <br>
    256 <pre>http://www.gpolab.bbn.com/experiment-support/ccnx-xen/ccnx-0.6.2.tar.gz</pre>
     251You will be adding one install script.  First, select "<tt>Add</tt>" under the <b>Install Scripts</b> sections as shown.  In the box in the <b>URL</b> field enter (cut-and-paste): <br>
     252<pre>http://emmy9.casa.umass.edu/GEC-20/gimidev.tar.gz</pre>
    257253and enter
    258254<pre>/</pre>
     
    260256<br>
    261257<br>
    262 Now, select "<tt>Add</tt>" under the <b>Install Scripts</b> again.  This time add: <br>
    263 <pre>http://www.gpolab.bbn.com/experiment-support/ccnx-xen/ccnx-atmos.tar.gz</pre>
    264 and enter <br>
    265 <pre>/</pre>
    266 in the box under it (labeled 'Install Path:').
    267 <br>
    268 <br>
    269 Similarly, add a third install service:
    270 <pre>http://www.gpolab.bbn.com/experiment-support/ccnx-xen/ccnx-setup.tar.gz</pre>
    271 and enter <br>
    272 <pre>/tmp</pre>
    273 in the box under it (labeled 'Install Path:').  <strong> Note the different install directory this time. </strong>
    274 <br>
    275 <br>
    276 
    277   <li>In a similar manner, use the "<tt>Add</tt>" button under the <b>Execute Scripts</b> section to add three execute services on this node:
     258
     259  <li>In a similar manner, use the "<tt>Add</tt>" button under the <b>Execute Scripts</b> section to add the execute service on this node:
    278260<br>
    279261<pre>
    280 cd /tmp/ccnx-setup &&  ./node-setup
    281 cd /tmp/ccnx-setup &&  ./add-precip-routes rsrchr
    282 cd /tmp/ccnx-setup && ./ccnx-setup router 4
     262sudo sh /gimidev/gimibot.sh
    283263</pre>
    284264  </li>