Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/SetupRRH


Ignore:
Timestamp:
03/19/15 20:38:22 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/SetupRRH

    v1 v1  
     1= [wiki:GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/Setup  Understanding the AM API using Content Centric Networking] =
     2{{{
     3#!html
     4
     5
     6<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     7<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Setup.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     8<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     9<area shape="rect" coords="18,18,135,110" href="./Setup" alt="" title=""    />
     10<area shape="rect" coords="180,18,297,111" href="./Execute" alt="" title=""    />
     11<area shape="rect" coords="344,17,460,110" href="./Finish" alt="" title=""    />
     12<area shape="rect" coords="493,136,495,138" href="http://www.image-maps.com/index.php?aff=mapped_users_5201305222028436" alt="Image Map" title="Image Map" />
     13</map>
     14<!-- Image map text links - End - -->
     15
     16</div>
     17}}}
     18
     19
     20
     21== 1.  Design the Experiment ==
     22 
     23{{{
     24#!html
     25<table border="0">
     26   <tr>
     27     <td >
     28        <ol type='a'><li>In today's experiment you will use resources at the aggregate listed on the worksheet. If you don't have a worksheet use <i>Clemson InstaGENI (aka instageni.clemson.edu)</i> </li>
     29 </li>
     30        </ol>
     31     </td>
     32   </tr>
     33</table>
     34}}}
     35
     36== 2.  Establish the Environment ==
     37
     38=== 2.1 Pre-work: Ensure SSH keys are setup ===
     39
     40Verify that you have at least one public key associated with your account. To do that, after you login to the portal check under your Profile, under the `SSH keys` tab. If you do not have SSH keys associated yet, please follow the instructions on that tab of the Portal.
     41
     42=== 2.2 Configure Omni ===
     43
     44
     45{{{
     46#!html
     47<table>
     48<tr><td>
     49        <ol type='a'>
     50          <li>Login to the <a href="http://portal.geni.net"> GENI Portal </a> </li>
     51           <li> Click on the `Profile tab` link on the top of your
     52           screen. Then click on the `Configure omni` tab under
     53           `PROFILE`.</li>
     54        </ol>
     55</td><td>
     56           <img
     57           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/ConfigureOmniTab.png"
     58           width="400" />
     59     <br />
     60     <b>Figure 2-1</b> Click on the <i>Configure omni</i> tab under
     61     <i>Profile</i>.</i>
     62</td></tr>
     63<tr><td>
     64        <ol type='a' start='3'>
     65           <li> Click on the `Download your omni data` button under step 2. </li>
     66</ol>
     67</td><td>
     68           <img
     69           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/DownloadOmniDataButton.jpg"
     70           width="400" />
     71     <br />
     72     <b>Figure 2-2</b> <i>Download your omni data</i> under step 2.
     73</td></tr>
     74<tr><td>
     75        <ol type='a' start='4'>
     76           <li> If this is the first time you try to access your GENI
     77           certificate you will have to generate one. Click on the
     78           `generate a certificate` link.</li>
     79</ol>
     80</td><td>
     81           <img
     82           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/GenerateCertLink.jpg"
     83           width="400" />
     84     <br />
     85     <b>Figure 2-3</b> Click on <i>Generate a certificate</i>.</i>
     86</td></tr>
     87<tr><td>
     88        <ol type='a' start='5'>
     89           <li> Unless you really understand how SSL certificates
     90           work, choose the simple option. Click on the `Generate
     91           Combined Certificate and Key File` button and then click on
     92           `Close`.  You will be taken back to the download page with
     93           the warning.  Reload the page to enable the download
     94           button.</li>
     95</ol>
     96</td><td>
     97           <img
     98           src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/SimpleOption.jpg"
     99           width="350"/>
     100     <br />
     101     <b>Figure 2-4</b> Click on <i>Generate Combined Certificate and Key File</i>.
     102</td></tr>
     103<tr><td>
     104        <ol type='a' start='6'>
     105           <li> If you are a member of more than one project, select
     106           which project you would like to be the default one for
     107           running experiments in GENI. You can always change the
     108           project that is used by the `-r` command line option of
     109           Omni.  Then click on `Download your omni data`.</li>
     110</ol>
     111</td><td>
     112        <img
     113        src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/OmniConfigure/Automatic/DownloadOmniData.jpg"
     114        width="400"/> 
     115     <br />
     116     <b>Figure 2-5</b> Click on <i>Download your omni data</i>.
     117</td></tr>
     118</table>
     119<table>
     120<tr><td>
     121        <ol type='a' start='7'>
     122           <li> The bundle will be saved at <code>~/Downloads/omni.bundle</code> </li>
     123<li>Open a terminal window and type:<pre
     124class="wiki">omni-configure</pre>The cert and key files you need will
     125be installed in the appropriate folders.</li>
     126</ol>
     127</td></tr>
     128</table>
     129}}}
     130
     131== 3.  Obtain Resources ==
     132
     133
     134=== 3.1 Create a slice ===
     135
     136Create a slice using `omni` and the slice name of your choice.  From now on that slice name will be referred to as `SLICENAME`.
     137{{{
     138$ omni createslice SLICENAME
     139}}}
     140
     141=== 3.2. Load a simple topology in Jacks ===
     142For this exercise, we will edit an existing RSpec file.  Start by loading this predefined topology into Jacks.
     143
     144{{{
     145#!html
     146<table>
     147<tr><td>
     148  <ol type='a'>
     149    <li>In the Portal, launch Jacks for this slice.</li>
     150    <li>From the <b>Choose RSpec</b> menu (see figure), select the <b>URL</b> button.</li>
     151  </ol>
     152  </td>
     153  <td>
     154     <img border="0"
     155        src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/JacksLab1_3.png?format=raw"
     156        width="400" alt="Import an RSpec into Jacks"  title="Import an RSpec into Jacks" />
     157     <br />
     158     <b>Figure 3-1</b> <i>Import an RSpec into Jacks.</i>
     159  </td>
     160</tr>
     161</table>
     162<table>
     163<tr><td>
     164  <ol type='a' start='3'>
     165    <li>Enter the URL for the RSpec: <br>
     166       <tt> http://www.gpolab.bbn.com/experiment-support/ccnx/ccn_precip_gec21.xml </tt> <br>
     167    then click <b>Select</b>.<br/>
     168    </li>
     169    <li>After you click <b>Select</b>, a network topology should appear on the canvas.</li>
     170  </ol>
     171</td>
     172</tr>
     173
     174</table>
     175
     176    </li>
     177  </ol>
     178</td>
     179
     180
     181</tr></table>
     182}}}
     183
     184=== 3.3. Modify the RSpec to automatically install and execute CCNX software ===
     185
     186For this experiment, we need to install the following software on the nodes:
     187   * The CCNX software (ccnx-0.6.1-F15-x64.tar.gz)
     188   * Scripts that set up the CCNX software (ccnx-setup.tar.gz)
     189   * Scripts used to pull atmospheric precipitation data using the CCNX protocol (ccnx-atmos-F15-x64.tar.gz)
     190
     191When the nodes start up, we need the following scripts to be executed:
     192   * Script that sets up the node (node-setup)
     193   * Script that sets up the ccnx protocol (ccnx-setup)
     194   * Script that setup up ccnx protocol routes (add-precip-routes)
     195
     196We automate the installation and running of the software using install and execute scripts in the RSpec.
     197
     198{{{
     199#!html
     200<table><tr>
     201<td colspan=2>
     202  <ol type='a'>
     203     <li>Click on the <b>collab node</b> (see figure) to manipulate details of the node configuration.
     204
     205
     206<table id="Table_01" border="0" cellpadding="5" cellspacing="0">
     207        <tr>
     208                <td>
     209                        <img src="http://trac.gpolab.bbn.com/gcf/raw-attachment/wiki/Graphics/4NotesIcon_512x512.png" width="50" height="50" alt="Note">
     210               </td>
     211<td>
     212When you open the node information, you should see a new pane with fields to fill in like
     213in the figure. 
     214</td>
     215        </tr>
     216</table>
     217
     218
     219     </li>
     220  </ol>
     221</td>
     222</tr>
     223<tr>
     224<td colspan=2>
     225  <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/JacksLab1_5.png?format=raw" width='500'/>
     226     <br />
     227     <b>Figure 3-2</b> <i>Edit the nodes</i>
     228</td>
     229</tr>
     230</table>
     231
     232<table>
     233<tr><td colspan='2'>
     234  <ol type='a' start='2'>
     235
     236<li>The way we will request installation of the proper software and execution
     237of our experiment is to add <i>install</i> and <i>execute</i> services.
     238</li>
     239</td>
     240</tr>
     241<tr>
     242<td colspan='2'>
     243<img width='800' src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/JacksLab1_6.png?format=raw" />
     244     <br />
     245     <b>Figure 3-3</b> <i>Specify the install and execute scripts </i>
     246</td></tr>
     247
     248<tr>
     249<td colspan=2>
     250<ol  type='a' start='3'>
     251<li>
     252First, select "<tt>Add</tt>" under the <b>Install Scripts</b> sections as shown.  In the box in the <b>URL</b> field enter (cut-and-paste): <br>
     253<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-0.6.1-F15-x64.tar.gz</pre>
     254and enter
     255<pre>/</pre>
     256in the box under it (labeled 'Install Path:').
     257<br>
     258<br>
     259Now, select "<tt>Add</tt>" under the <b>Install Scripts</b> again.  This time add: <br>
     260<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-atmos-F15-x64.tar.gz</pre>
     261and enter <br>
     262<pre>/</pre>
     263in the box under it (labeled 'Install Path:').
     264<br>
     265<br>
     266Similarly, add a third install service:
     267<pre>http://www.gpolab.bbn.com/experiment-support/ccnx/ccnx-setup.tar.gz</pre>
     268and enter <br>
     269<pre>/tmp</pre>
     270in the box under it (labeled 'Install Path:').  <strong> Note the different install directory this time. </strong>
     271<br>
     272<br>
     273
     274  <li>In a similar manner, use the "<tt>Add</tt>" button under the <b>Execute Scripts</b> section to add three execute services on this node:
     275<br>
     276<pre>
     277cd /tmp/ccnx-setup &&  ./node-setup
     278cd /tmp/ccnx-setup &&  ./add-precip-routes rsrchr
     279cd /tmp/ccnx-setup && ./ccnx-setup router 4
     280</pre>
     281  </li>
     282
     283<table border="0" cellpadding="0" cellspacing="0"><tr><td><img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/warning-icon-hi.png?format=raw" width='50' height='50'/></td><td>Be very careful when entering this information -- these commands will not
     284be executed yet, so it will be some time before you will see any relevant
     285error messages if there is a mistake here.</td></tr></table>
     286  </li>
     287</ol>
     288</td>
     289</tr>
     290</table>
     291
     292<table>
     293<tr><td>
     294  <ol type='a' start='5'>
     295  <li> You <i> DO NOT </i> have to specify install and execute scripts for the other nodes as they have already been done for you.  You can check this by clicking on the icons for these nodes.
     296
     297 
     298</ol>
     299</td>
     300</tr>
     301
     302</table>
     303}}}
     304
     305
     306
     307
     308=== 3.4. Export the modified request RSpec ===
     309Now we will pull back some of the covers and inspect exactly what Jacks has been doing for us when preparing the RSpecs for the experiments we design.  Each node and link has a corresponding element in the RSpec, and the details of the component configuration (such as the install and execute services we requested above) are specified with attributes, or sometimes child elements, within those portions of the document.
     310
     311{{{
     312#!html
     313<table><tr>
     314<td>
     315   <ol type='a'>
     316   <li>From the <i>Add Resources</i> window (see figure), select the <b>View
     317Rspec</b> button on the top right hand side.  This will bring up a pane showing the
     318current RSpec -- please take a moment to inspect it.  The `&lt;node&gt;` and `&lt;link&gt;` elements
     319contain the specification for the components we will request, and if you
     320look closely, you will be able to see the install and execute service
     321elements you added earlier.  Click on the "View RSpec" button again to return to the main screen.
     322   </li>
     323
     324   </ol>
     325   </td>
     326   <td>
     327      <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/JacksLab1_7.png?format=raw" width='500'/>
     328         <br/>
     329         <b>Figure 3-4</b> View and save the final request RSpec
     330   </td>
     331</tr></table>
     332
     333<table><tr>
     334<td>
     335   <ol type='a' start=2>
     336   <li>Use the <b>Download</b> button (in the lower left part of the screen next to Save RSpec) to
     337make a local copy of your RSpec with the name <tt>rspec.xml</tt>.  We'll use this in the next step to
     338demonstrate how other client tools also use RSpec files to communicate
     339requests to aggregate managers.</li>
     340   </ol>
     341</td></tr>
     342</table>
     343}}}
     344
     345
     346
     347=== 3.5. Instantiate the new experiment using Omni ===
     348
     349For this step, we'll change the approach a bit and switch to a new client tool, the command line Omni client. 
     350
     351From a terminal, please enter the command:
     352{{{
     353$ omni -a AM_NICKNAME createsliver SLICENAME RSPEC_FILE
     354}}}
     355where {{{AM_NICKNAME}}} is the nickname for your assigned aggregate manager and {{{SLICENAME}}} is the name of the slice you created earlier (both of these are given on your worksheet).  {{{RSPEC_FILE}}} should be replaced with the filename of the RSpec you saved in step 3.4.
     356
     357
     358If all is well, Omni should give you a number of informational messages, such as:
     359{{{
     360INFO:omni:Loading config file /home/geni/.gcf/omni_config
     361}}}
     362
     363It should quickly proceed to the point where it makes the request to the remote manager:
     364{{{
     365INFO:omni:Creating sliver(s) from rspec file /home/geni/Downloads/experiments.rspec for slice ...
     366}}}
     367
     368This step can sometimes be time-consuming, so please be patient.  If it succeeds, within a couple of minutes Omni should report:
     369{{{
     370INFO:omni: Completed createsliver:
     371}}}
     372
     373and your resource reservation is complete!
     374
     375
     376----
     377= [wiki:GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/Setup Introduction] =
     378= [http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jacks/GettingStarted_PartII_ccn/Procedure/Execute Next:  Execute] =