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


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

--

Legend:

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

    v6 v7  
    11= Design/Setup: Setup Omni with Multiple Users =
    2 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
    3 user in a corresponding section. In the example below, Alice is reserving compute resources and  wants Bob to also have access to the reserved ProtoGENI resources. Bob needs to send Alice a copy of his SSH public key, which Alice needs to save on the host where she invokes Omni from.  It does not matter which CF Alice uses to get ProtoGENI resources, she can use a ProtoGENI a !PlanetLab, or the GENI Portal authority.
     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.
     3{{{
     4#!html
     5<table>
     6    <tr>
     7       <td>
     8        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design_on.2.png?format=raw"  />
     9      </td>
     10      <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/ :
     14     <ul> <li>cd ~/.ssh</li>
     15        <li> ssh-keygen -f id_rsa_&ltneighbor_username&gt</code></li>
     16     </ul>
     17   </li>
     18
     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
     20     </li></ol>
     21  </td> </tr>
     22  </table>
     23}}}
     24
    425{{{
    526[omni]
     
    2445key = /home/alice/.ssl/pgeni/encrypted-cleartext.pem
    2546}}}
    26 
    27 {{{
    28 #!html
    29 <table>
    30     <tr>
    31        <td>
    32         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/design_on.2.png?format=raw"  />
    33       </td>
    34       <td>
    35 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.  Ask the team next to you about their username and do the following:
    36   <ol>
    37     <li>While in a terminal, generate a public key under <code>~/.ssh/ :
    38      <ul> <li>cd ~/.ssh</li>
    39         <li> ssh-keygen -f id_rsa_&ltneighbor_username&gt</code></li>
    40      </ul>
    41    </li>
    42 
    43      <li> Follow the instructions [http://trac.gpolab.bbn.com/gcf/wiki/OmniConfigure/Manual#B1.MultipleusersinProtoGENIAMs these instructions] and add another user for ProtoGENI AMs
    44      </li></ol>
    45   </td> </tr>
    46   </table>
    47 }}}