Changes between Version 1 and Version 2 of NikySandbox/SIGSCETutorial/RunExampleAssignment


Ignore:
Timestamp:
02/21/13 09:06:57 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/SIGSCETutorial/RunExampleAssignment

    v1 v2  
    204204= 3. Delete your experiment =
    205205When we are done with our experiment it is always good to clean up and release our resources so other people can use them.
    206   a. Go back to the portal and press on the '''Slices''' tab
    207   b. In your slice press the '''Release Resources''' button
     206{{{
     207#!html
     208<table border="0">
     209   
     210      <tr>
     211        <td>
     212
     213        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/delete-resources-portal.png?format=raw" alt="Create a GENI Project"  height="120" title="Create a GENI Project" /> </a>
     214       </td>
     215       <td >
     216         <ol>
     217            <li> Go to the <i>Slices</i> tab. </li>
     218           <li> In your slice press the <b>Release Resources</b> button</li>
     219            <li> <FONT COLOR="red">As a slice name use <code>udt</code>, you can leave the description empty and press <b>Create Slice</b></font>
     220            </li>
     221            <li> Select <b>Add Resources</b></li>
     222            <li>Since this if the first time you are trying to reserve resources, you should see a warning on the top about not having an SSH key in your account. Access to compute resources in GENI is provide through ssh key pairs and thus the portal needs a public key to upload to compute resources. For the purposes of the tutorial we will have the portal creating an SSH key pair for you. However, if you prefer to use your personal public key you can choose to upload it. Click on the <b>Generate and Download SSH Keypair</b> button.</li>
     223           
     224            <li>Press the <b>Download Private Key</b> button</li>
     225            <li> Open a terminal and execute <code>ssh-add ~/Downloads/id_geni_ssh_rsa</code> </li>
     226            <li> <FONT COLOR="red">Go to the <i>Slices</i> tab and press again on the <b>Add Resources</b> button. This time there should be no warning. Complete the form as as shown in the picture on the left and press the <b>Reserve Resources</b> button </font></li>
     227<li> While we wait for our resources to get ready, lets look at another tool that is integrated with the portal. <FONT COLOR="red">Go to the <i>Slices</i> tab and press the <b>Launch Flack</b> button.</li>
     228
     229          </ol>
     230       </td>
     231       
     232    </tr>
     233 </table>
     234}}}
     235
    208236
    209237Congratulations you have successfully completed your first GENI assignment!