Changes between Version 2 and Version 3 of GEC17Agenda/GettingStartedWithGENI_II/ObtainResources


Ignore:
Timestamp:
07/19/13 23:21:20 (11 years ago)
Author:
Gary Wong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_II/ObtainResources

    v2 v3  
    104104  <ol>
    105105    <li>From the "Import" menu (see figure), select the "Import from the web" item.</li>
    106     <li>Enter the following URL and open it:
     106    <li>Enter the URL corresponding to the rack type you are using and open it:
     107      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/instageni-logo.png?format=raw" width="75" height="75" /><b> InstaGENI</b></p>
    107108      <pre class="wiki">http://protogeni.net/gec17tut2.rspec</pre>
     109      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="75" height="75" /><b> ExoGENI</b></p>
     110      <pre class="wiki">http://protogeni.net/gec17tut2eg.rspec</pre>
    108111    </li>
    109112    <li>Because this file contains a generic description of resources and does
     
    144147First, select "<tt>+ Add Install Service</tt>" as shown.  Flack will now
    145148prompt you for an "Archive URL" and a location for installation.  For this
    146 experiment, please enter the URL:
    147 <pre class="wiki">
    148 http://protogeni.net/gec17tut2.tar.gz
    149 </pre>
     149experiment, please enter the appropriate URL:
     150      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/instageni-logo.png?format=raw" width="75" height="75" /><b> InstaGENI</b></p>
     151      <pre class="wiki">http://protogeni.net/gec17tut2.tar.gz</pre>
     152      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="75" height="75" /><b> ExoGENI</b></p>
     153      <pre class="wiki">http://protogeni.net/gec17tut2eg.tar.gz</pre>
    150154and ask for this to be installed in:
    151155<pre class="wiki">
     
    154158
    155159<p>4. Similarly, please use the "<tt>+ Add Execute Service</tt>" button to request
    156 that the command:
    157 <pre class="wiki">
    158 sudo /local/install-script.sh
    159 </pre>
     160that the appropriate command:
     161      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/instageni-logo.png?format=raw" width="75" height="75" /><b> InstaGENI</b></p>
     162      <pre class="wiki">sudo /local/install-script.sh</pre>
     163      <p><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="75" height="75" /><b> ExoGENI</b></p>
     164      <p><pre class="wiki">/local/install-client.sh</pre>(client node only)
     165      <pre class="wiki">/local/install-server.sh</pre>(server node only)</p>
    160166be executed using
    161167<pre class="wiki">
     
    171177"execute" services on the server node.</p>
    172178
    173 <p>If you have time, it would be instructive to download the "<tt>hellogeni-install</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>
     179<p>If you have time, it would be instructive to download the "<tt>gec17tut2.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>
    174180</td>
    175181<td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalOmniExample/ObtainResources/flack-services-small.png?format=raw" /></td>