Changes between Version 8 and Version 9 of Tutorial/HowToTopology
- Timestamp:
- Nov 20, 2007, 4:39:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToTopology
v8 v9 2 2 Go back --> [wiki:Tutorial Tutorials] 3 3 4 == How to use Topologies in an experiment script == 4 = How to use Topologies in an experiment script = 5 6 === Prerequisite === 5 7 6 8 This feature is only available in NodeHandler v4 and above. 7 9 8 Before going through this tutorial, you should know [wiki:Tutorial/HowToImage how to install a disk image].10 Before 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]). 9 11 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"). 12 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"). See [wiki:Tutorial/HowToImage "How to install a disk image"]. 11 13 12 14 === Goal === … … 22 24 This experiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb]. 23 25 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].26 This file contains extensive comments that should help you understand the different steps involved in defining and using topologies. 25 27 26 28 You can find more detailed information on the available commands to define topologies [wiki:Documentation/NodeHandler/Commands/defTopology here]. … … 32 34 }}} 33 35 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"). 35 37 36 38 === The Results ===