Changes between Version 39 and Version 40 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup


Ignore:
Timestamp:
02/12/14 15:39:59 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup

    v39 v40  
    190190        alt="Import an RSpec into Flack"  title="Import an RSpec into Flack" />
    191191     <br />
    192      <b>Figure 3-1</b> <i>Import an RSpec into Flack.</i>
     192     <b>Figure 3-2</b> <i>Import an RSpec into Flack.</i>
    193193  </td>
    194194</tr>
     
    247247<td>
    248248  <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-node-info-small.png?format=raw" />
     249     <br />
     250     <b>Figure 3-3</b> <i>Edit the nodes</i>
    249251</td>
    250252</tr>
    251 
    252253
    253254<tr><td>
     
    260261<li>The way we will request installation of the proper software and execution
    261262of our experiment is to add <i>install</i> and <i>execute</i> services.
     263</li>
     264<li>
    262265First, select "<tt>+ Add Install Service</tt>" as shown.  Flack will now
    263266prompt you for an "Archive URL" and a location for installation.  For this
     
    313316error messages if there is a mistake here.</td></tr></table>
    314317  </li>
     318</ol>
     319</td>
     320<td>
     321   <table>
     322   <td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-services-small.png?format=raw" />
     323     <br />
     324     <b>Figure 3-4</b> <i>Specify the tarball and install script</i>
     325   </td>
     326   </tr>
     327   </table>
     328</td></tr>
     329
     330<tr><td>
     331  <ol type='a' start='6'>
    315332  <li>Once both the "install" and "execute" services are specified, please
    316333choose "Apply".  Then repeat the procedure to add the same "install" and
     
    320337      and select "Routable Control IP" as shown in the figure.
    321338  </li>
    322 
    323339</ol>
    324340</td>
    325 
    326341        <td>
    327342        <img
     
    340355If you have time, it would be instructive to download the `underAMAPI_*.tar.gz` file yourself, and inspect the contents.  You will see the `install-script.sh` file referred to in the execute service, and this is a good example of how you can ask for GENI components to perform tasks for you without any manual intervention.  This is a very useful facility for large experiments!
    341356
    342 {{{
    343 #!html
    344 <table>
    345 <td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-services-small.png?format=raw" /></td>
    346 </tr></table>
    347 }}}
     357
    348358
    349359== 3.4. Export the modified request RSpec ==