Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Finish


Ignore:
Timestamp:
08/13/14 11:20:42 (10 years ago)
Author:
xliu@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Finish

    v1 v1  
     1[[PageOutline]]
     2
     3'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy#ATutorialonSystematicExperimentalDesign A Tutorial on Systematic Experimental Design]'''
     4
     5'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftware Step I: Single Node]'''
     6
     7'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo Step II: Small Topology]'''
     8
     9 
     10{{{
     11#!html
     12
     13<div style="text-align:center; width:495px; margin-left:auto; margin-right:auto;">
     14<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="" />
     15<map id="_Image-Maps_5201305222028436" name="Image-Maps_5201305222028436">
     16<area shape="rect" coords="18,18,135,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/DesignSetup" alt="" title=""    />
     17<area shape="rect" coords="180,18,297,111" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Execute" alt="" title=""    />
     18<area shape="rect" coords="344,17,460,110" href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/Finish" alt="" title=""    />
     19<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" />
     20</map>
     21<!-- Image map text links - End - -->
     22
     23</div>
     24}}}
     25
     26
     27= 7. Save RSpec File and Release Resources =
     28
     29== a. Version Control ==
     30
     31It is important to save your RSpec at each step. There are three advantages:
     32 * First, it is convenient to bring up the same topology with the same configuration whenever there is a need.
     33 * Second, we can add more nodes, links, and even more install scripts to existing RSpec, instead of starting all over again.
     34 * Third, version control on RSpec is helpful to track errors and debugging issues.
     35
     36So far, we have created four RSpec files for the 4-router topology. If every thing works properly, we can rename `4node-v4.rspec` to `4node-final.rspec` as the final version for the 4node topology for future usage.
     37
     38== a. Tear Down Resources ==
     39
     40Since we have saved the RSpec file, we can easily bring up the experiment again. Thus, it is not necessary to keep the resources if we do not need to run the experiment any more.  We can release the resources by using either Flack or omni.
     41
     42'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/SmallTopo/Execute Small Topology: Execute]'''
     43
     44'''[wiki:GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp Step III: Scaling Up]'''