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


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

--

Legend:

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

    v38 v39  
    237237
    238238<table><tr>
    239 <td><p>1. In Flack, you can manipulate
     239<td>
     240  <ol type='a'>
     241     <li>In Flack, you can manipulate
    240242the details of the request for a node or link with the "<tt>i</tt>" button
    241243on the relevant component on the canvas.  Do this now on the
    242 client node.</p></td>
    243 <td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-node-info-small.png?format=raw" /></td>
    244 </tr></table>
    245 
    246 <p>2. When you open the node information, you should see options like those
     244client node.</li>
     245  </ol>
     246</td>
     247<td>
     248  <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-node-info-small.png?format=raw" />
     249</td>
     250</tr>
     251
     252
     253<tr><td>
     254  <ol type='a' start='2'>
     255<li>When you open the node information, you should see options like those
    247256in the figure.  The controls available to you will vary depending on the
    248257types of the aggregate manager and the component, but many features are
    249 widely available throughout GENI.</p>
    250 
    251 <p>3. The way we will request installation of the proper software and execution
     258widely available throughout GENI.</li>
     259
     260<li>The way we will request installation of the proper software and execution
    252261of our experiment is to add <i>install</i> and <i>execute</i> services.
    253262First, select "<tt>+ Add Install Service</tt>" as shown.  Flack will now
     
    274283      </td></tr>
    275284      </table>
    276 <p>4. Similarly, please use the "<tt>+ Add Execute Service</tt>" button to request
     285  </li>
     286  <li>Similarly, please use the "<tt>+ Add Execute Service</tt>" button to request
    277287that the appropriate command.
    278288      <table border='1'>
     
    302312be executed yet, so it will be some time before you will see any relevant
    303313error messages if there is a mistake here.</td></tr></table>
    304 
    305 <p>5. Once both the "install" and "execute" services are specified, please
     314  </li>
     315  <li>Once both the "install" and "execute" services are specified, please
    306316choose "Apply".  Then repeat the procedure to add the same "install" and
    307 "execute" services on the server node.</p>
    308 
    309 
    310 <table border="0">
    311       <tr>
    312        <td >
    313 <!--         <ol>
    314             <li>
    315 -->
    316 6.  Also on the server node, click on the "link" tab
     317"execute" services on the server node.
     318  </li>
     319  <li> Also on the server node, click on the "link" tab
    317320      and select "Routable Control IP" as shown in the figure.
    318 <!--</li>
    319           </ol>
    320 -->
    321        </td>
     321  </li>
     322
     323</ol>
     324</td>
     325
    322326        <td>
    323327        <img
     
    329333      "Routable Control IP" button.</i>
    330334       </td>
    331       </tr>
     335
     336</tr>
    332337</table>
    333 
    334 <p>If you have time, it would be instructive to download the "<tt>underAMAPI_*.tar.gz</tt>" file yourself, and inspect the contents.  You will see the <tt>install-script.sh</tt> 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!</p>
    335 </td>
     338}}}
     339
     340If 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!
     341
     342{{{
     343#!html
     344<table>
    336345<td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-services-small.png?format=raw" /></td>
    337346</tr></table>