Changes between Version 60 and Version 61 of GENIExperimenter/Tutorials/RunHelloGENI


Ignore:
Timestamp:
01/25/15 19:42:30 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/RunHelloGENI

    v60 v61  
    9393                    </li>
    9494            <li> Name your slice something like <b>xxxhello</b> (where xxx are your initials)<br></li>
    95             <li> When the slice page loads up, press the <b> Launch Flack </b> button, and <b>wait</b> until Flack finishes loading; this might take a while.  </li>
    96             <li> Once Flack finishes loading, on the top of the empty canvas on the right, from the <b> Import menu </b> choose the <b> Import from the web </b> option. </li>
    97             <li> Paste this url <a href="http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec" target="_blank"> http://www.gpolab.bbn.com/exp/HelloGENI/hellogeni.rspec</a> and click <b>Ok </b>
    98             <li> You will be prompted to choose where you want this topology to be instantiated. You can choose anything in the list except <code> dragon.maxgigapop.net</code> and <code>ion.internet2.edu</code> </li>
    99             <li>  A topology will come up. Your topology should look like <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/hellogeni-topo.png?format=raw" alt="Login to Flack Video"  height="20" title="How to login video" />. Press the <b>Submit</b> button and <b>confirm</b> that you want to reserve these resources.</li>
    100             <li> Wait while your resources are being reserved. This will take several minutes so be patient. When your sliver is ready the background will be green. </li>
     95            <li> When the slice page loads up, press the <b> Slice Jacks (beta) </b> button.  </li>
     96            <li> Once the Jacks window loads, click the <b> Add Resources </b> button placed at the top left part of the screen. <br> <b>NOTE:</b> If you get a warning about not having uploaded ssh keys  just follow the instructions on providing an ssh key before you proceed.</li>
     97            <li> In the <b> Choose RSpec </b> section, choose the <b> Hello GENI </b> choice, which should contain: <a href="http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni.rspec" target="_blank"> http://www.gpolab.bbn.com/exp/HelloGENI/hellogeni.rspec</a>. </li>
     98            <li> You will need to choose an aggregate where you want this topology to be instantiated. Click on the <b> Site 0 </b> box and a panel on the left side of the canvas will appear.</li>
     99            <li>  Click on the <b> Reserve Resources </b> button on them bottom left part of the screen. </li>
     100            <li> Wait while your resources are being reserved. This will take several minutes so be patient. The nodes will turn green to signify that your resources are ready. </li>
    101101           </ol>
    102102       </td>
    103103       <td>
    104          <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/flack_import_rspec.png?format=raw" alt="Import RSpec in Flack"  height="80" title="Flack: Import RSpec" />
     104         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Images/JacksSite0Screen.png?format=raw" alt="Add Aggregate"  height="200" title="Jacks: Add Aggregate" />
    105105       </td>
    106106    </tr>
     
    128128                <td >
    129129                 <ol type="a">
    130             <li> After the background of your slice turns green, press the (i) button that is on the server node icon.</li>
    131             <li> In the information tab that came up, press the <b>Visit</b> button. A new tab should come up that looks like the picture on the side. </li>
     130            <li> Follow <a href="http://groups.geni.net/geni/wiki/HowTo/LoginToNodes" target="_blank"> these instructions</a> and log in to the server node.  Get the control interface IP address by typing <b> ifconfig</b>. This IP address should be accessible from the internet. In a web browser, type the IP address found from <b>ifconfig</b>.</li>
    132131            <li> Click the <b>Web Server Statistics</b> link to look at statistics. Refresh the page a couple of times to see how the statistics change as the client requests documents.</li>
    133132            <li> Click the <b>Logs from the iperf Server</b> link to see the statistics from the iperf transfers.</li>
     
    167166the resources. In order to cleanup your slice :
    168167              <ol type="a">
    169                  <li>Press the <b>Delete</b> button in the bottom of your canvas </li>
    170                  <li> Select <b>Delete at used managers</b> and <b>confirm</b> your selection. </li>
     168                 <li>Press the <b>Delete</b> button in the bottom of your Jacks canvas. </li>
    171169              </ol>
    172170Wait and after a few moments all the resources will have been released and you will have an empty canvas again. Notice that your slice is still there. There is no way to delete a slice, it will be removed automatically after its expiration date, but remember that a slice is just an empty container so it doesn't take up any resources.
     
    181179Congratulations! You have finished your first GENI Experiment. Now that you are more familiar with GENI concepts you can:
    182180  * continue with more [wiki:GENIExperimenter/Tutorials advanced tutorials]
    183   * learn more about how to use Flack by following the [http://www.protogeni.net/trac/protogeni/wiki/FlackTutorial Flack Tutorial]
    184   * start with your own experiment. This tutorial showed you the basic steps for running an experiment. Use Flack to create your own topology, take a look at the [wiki:HowTo/WriteInstallScript instructions about how to write your own install scripts] to automate your expriment.
     181  * learn more about how to use Jacks by following the [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure A First Experiment Using GENI and Jacks Tool]
     182  * start with your own experiment. This tutorial showed you the basic steps for running an experiment. Use Jacks to create your own topology, take a look at the [wiki:HowTo/WriteInstallScript instructions about how to write your own install scripts] to automate your expriment.