Changes between Version 7 and Version 8 of GEC16Agenda/AdvancedTopologies/Instructions/ClickExampleExperiment


Ignore:
Timestamp:
03/17/13 14:29:39 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/AdvancedTopologies/Instructions/ClickExampleExperiment

    v7 v8  
    11= Design/Setup: Setup Omni with Multiple Users =
    2 Omni gives you the capability of giving access  to other users on your compute resources. Depending on which AM you are using to get resources from,  this is done in a different way.
     2Omni gives you the capability of giving access  to other users on your compute resources. Depending on which AM you are using to get resources from,  this is done in a different way. If you are reserving resources in a ProtoGENI AM, then you can specify a comma separated list of  users in the `users` attribute of the `[omni]` section, and specify the information for each
     3user in a corresponding section. Let's try this now:
    34{{{
    45#!html
     
    910      </td>
    1011      <td>
    11  Ask the team next to you about their username and do the following:
    12   <ol>
    13     <li>While in a terminal, generate a public key under <code>~/.ssh/ :
     12   
     13  <ol>
     14    <li> Ask the your neighbor for his/her usernane.
     15    <li>While in a terminal, generate a public key for them under <code>~/.ssh/ :
    1416     <ul> <li>cd ~/.ssh</li>
    1517        <li> ssh-keygen -f id_rsa_&ltneighbor_username&gt</code></li>
     
    1719   </li>
    1820
    19      <li> Follow the instructions [http://trac.gpolab.bbn.com/gcf/wiki/OmniConfigure/Manual#B1.MultipleusersinProtoGENIAMs these instructions] and add another user for ProtoGENI AMs
     21     <li> Open the omni_config file; its under <code>~/.gcf/omni_config </code> <li>
     22     <li> Add the new user in the users list and add a new section using as his/her public key the key you just generated.
    2023     </li></ol>
    2124  </td> </tr>