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


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

--

Legend:

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

    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/Execute.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== 4.  Configure and Initialize ==
     20
     21
     22Now that you have reserved your resources, you are ready to test network connectivity.
     23
     24=== 4.1 Login to nodes ===
     25   a. Log into one of the `host` nodes (e.g. `host-1`) using `ssh`.
     26
     27== 5.  Execute Experiment ==
     28
     29=== 5.1 Test connectivity ===
     30Verify the IP connectivity between the nodes.
     31 [[Image(General2.png, width=500)]]
     32   a. Ping various nodes shown in the picture.
     33{{{
     34ping 10.100.1.1
     35ping 10.100.2.2
     36}}}
     37 
     38== 6.  Analyze Experiment ==
     39
     40Now is when you would ordinarily analyze the results of your experiment.
     41
     42=== 6.1 Logout of your nodes ===
     43 * Then type `exit` in your open terminal.
     44
     45----
     46
     47= [.. Introduction] =
     48= [../Finish Next:  Finish] =