Changes between Version 8 and Version 9 of Tutorial/HowToTopology


Ignore:
Timestamp:
Nov 20, 2007, 4:39:14 AM (17 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToTopology

    v8 v9  
    22Go back --> [wiki:Tutorial Tutorials]
    33
    4 == How to use Topologies in an experiment script ==
     4= How to use Topologies in an experiment script =
     5
     6=== Prerequisite ===
    57
    68This feature is only available in NodeHandler v4 and above.
    79
    8 Before going through this tutorial, you should know [wiki:Tutorial/HowToImage how to install a disk image].
     10Before going through this tutorial, you should know the basics of writing and running an experiment script (see [wiki:Tutorial/HelloWorld here] and [wiki:Tutorial/HowtoWriteScripts here]).
    911
    10 You should also have installed a disk image with Node Agent v4 on the nodes of the testbed you are using (e.g. "baseline-7.11.ndz").
     12You should also have installed a disk image with Node Agent v4 on the nodes of the testbed you are using (e.g. "baseline-7.11.ndz"). See [wiki:Tutorial/HowToImage "How to install a disk image"].
    1113
    1214=== Goal ===
     
    2224This experiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb].
    2325
    24 This file contains extensive comments that should help you understand the different steps involved in defining and using topologies. For more information on the basics of writing and using an experiment script, please refer to the previous tutorials, [wiki:Tutorial/HowtoWriteScripts here] and [wiki:Tutorial/HelloWorld here].
     26This file contains extensive comments that should help you understand the different steps involved in defining and using topologies.
    2527
    2628You can find more detailed information on the available commands to define topologies [wiki:Documentation/NodeHandler/Commands/defTopology here].
     
    3234 }}}
    3335
    34 (This assumes that you previously logged in to the 'grid' testbed, and imaged its nodes with the "baseline-7.11.ndz" image, thus you should have a "system_topo_active_grid.rb" file in your home directory.)
     36(This assumes that you previously logged in to a testbed with its nodes having a disk image such as "baseline-7.11.ndz").
    3537
    3638=== The Results ===