Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/omni-config


Ignore:
Timestamp:
07/06/15 06:30:40 (9 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jFed/GettingStarted_PartII_ccn/Procedure/omni-config

    v1 v1  
     1= Configure Omni from the GENI Portal =
     2
     3
     4{{{
     5#!html
     6<table>
     7<tr><td>
     8        <ol type='a'>
     9          <li>Login to the <a href="http://portal.geni.net"> GENI Portal </a> </li>
     10           <li> Click on the `Profile tab` link on the top of your
     11           screen. Then click on the `Configure omni` tab under
     12           `PROFILE`.</li>
     13        </ol>
     14</td><td>
     15           <img
     16           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/ConfigureOmniTab.png"
     17           width="400" />
     18     <br />
     19     <b>Figure 2-1</b> Click on the <i>Configure omni</i> tab under
     20     <i>Profile</i>.</i>
     21</td></tr>
     22<tr><td>
     23        <ol type='a' start='3'>
     24           <li> Click on the `Download your omni data` button under step 2. </li>
     25</ol>
     26</td><td>
     27           <img
     28           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/DownloadOmniDataButton.jpg"
     29           width="400" />
     30     <br />
     31     <b>Figure 2-2</b> <i>Download your omni data</i> under step 2.
     32</td></tr>
     33<tr><td>
     34        <ol type='a' start='4'>
     35           <li> If this is the first time you try to access your GENI
     36           certificate you will have to generate one. Click on the
     37           `generate a certificate` link.</li>
     38</ol>
     39</td><td>
     40           <img
     41           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/GenerateCertLink.jpg"
     42           width="400" />
     43     <br />
     44     <b>Figure 2-3</b> Click on <i>Generate a certificate</i>.</i>
     45</td></tr>
     46<tr><td>
     47        <ol type='a' start='5'>
     48           <li> Unless you really understand how SSL certificates
     49           work, choose the simple option. Click on the `Generate
     50           Combined Certificate and Key File` button and then click on
     51           `Close`.  You will be taken back to the download page with
     52           the warning.  Reload the page to enable the download
     53           button.</li>
     54</ol>
     55</td><td>
     56           <img
     57           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/SimpleOption.jpg"
     58           width="350"/>
     59     <br />
     60     <b>Figure 2-4</b> Click on <i>Generate Combined Certificate and Key File</i>.
     61</td></tr>
     62<tr><td>
     63        <ol type='a' start='6'>
     64           <li> If you are a member of more than one project, select
     65           which project you would like to be the default one for
     66           running experiments in GENI. You can always change the
     67           project that is used by the `-r` command line option of
     68           Omni.  Then click on `Download your omni data`.</li>
     69</ol>
     70</td><td>
     71        <img
     72        src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/DownloadOmniData.jpg"
     73        width="400"/> 
     74     <br />
     75     <b>Figure 2-5</b> Click on <i>Download your omni data</i>.
     76</td></tr>
     77</table>
     78<table>
     79<tr><td>
     80        <ol type='a' start='7'>
     81           <li> The bundle will be saved at <code>~/Downloads/omni.bundle</code> </li>
     82<li>Open a terminal window and type:<pre
     83class="wiki">omni-configure</pre>The cert and key files you need will
     84be installed in the appropriate folders.</li>
     85</ol>
     86</td></tr>
     87</table>
     88}}}