Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/ScalingUp/Procedure/Finish


Ignore:
Timestamp:
05/22/15 15:08:14 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ScalingUp/Procedure/Finish

    v1 v1  
     1= [.. Scaling Up: How to Grow the Topology of an Existing Experiment] =
     2{{{
     3#!html
     4
     5<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     6<img id="Image-Maps_5201305222028436" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Finish.jpg?format=raw" usemap="#Image-Maps_5201305222028436" border="0" width="495" height="138" alt="" />
     7<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     8<area shape="rect" coords="18,18,135,110" href="./DesignSetup" alt="" title=""    />
     9<area shape="rect" coords="180,18,297,111" href="./Execute" alt="" title=""    />
     10<area shape="rect" coords="344,17,460,110" href="./Finish" alt="" title=""    />
     11<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" />
     12</map>
     13<!-- Image map text links - End - -->
     14
     15</div>
     16}}}
     17
     18
     19== 7.  Teardown Experiment ==
     20
     21
     22{{{
     23#!html
     24
     25<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     26        <tr>
     27                <td>
     28                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     29               </td>
     30               <td>
     31                    When you are done with your experiment it is always good to clean up and release your resources so other people can use them.
     32               </td>
     33        </tr>
     34</table>
     35}}}
     36
     37
     38
     39== 8.  Archive Experiment ==
     40
     41  a. If your experiment worked, save your `site.txt` and `site-X.xml` files in version control. 
     42
     43== NEXT! Grow Your Experiment! ==
     44
     45Now that you have successfully reserved a small topology, you can now grow your topology.
     46
     47  a. Make a copy of `site.txt`.
     48{{{
     49cp site.txt bigsite.txt
     50}}}
     51  a. Edit `bigsite.txt` to have more nodes in the core star topology.
     52{{{
     53num_nodes = 5
     54}}}
     55  a. Also change the nodes listed under `[host]` to include all of nodes `2-6`.
     56{{{
     57node_list=2,3,4,5,6
     58}}}
     59  a. Change the name of the output file (replace `X` with the value from your worksheet) to:
     60{{{
     61output_rspec=bigsite-X.xml
     62}}}
     63  a. Go back to the [../DesignSetup Design/Setup] and repeat everything from [../DesignSetup#a3.1GenerateRSpecbasedonexistingsmallertopology Step 3.1.d] onward.
     64  a. How would you go about making a topology besides a star?  What if you wanted to install different software on one of the nodes? 
     65{{{
     66#!html
     67
     68<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     69        <tr>
     70                <td>
     71                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     72               </td>
     73               <td>
     74Look at the <tt>geni-lib/tools/scaleup/readme.txt</tt> and the files in <tt>geni-lib/tools/scaleup/sample_configuration</tt> for clues.
     75               </td>
     76        </tr>
     77</table>
     78}}}
     79  a. View (but do not reserve) a few RSpecs.  The [https://www.emulab.net/protogeni/jacks-stable/editor.html Jacks standalone editor] is good for this.
     80
     81----
     82
     83= [.. Introduction] =