Changes between Version 15 and Version 16 of GiB-gettingStarted
- Timestamp:
- 09/28/12 18:21:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-gettingStarted
v15 v16 6 6 7 7 8 === Install ingGENI-in-a-Box ===8 === Install GENI-in-a-Box === 9 9 ''Please make sure you have [https://www.virtualbox.org VirtualBox] Version 4.1.16 or later installed on your computer.'' 10 10 … … 16 16 17 17 18 === Get ting Started===18 === Get Started with a Simple Experiment === 19 19 20 20 1. You will be automatically logged into the GENI-in-a-Box virtual machine when it starts up. Open up a terminal window by clicking on the icon for a terminal on top of the screen. … … 135 135 example-scripts install-example.rspec out.log three-nodes-lan.rspec 136 136 }}} 137 We'll use the spec file called two-nodes-iperf.rspec. You can view it here or inside the VM. This rspec requests two nodes called left and right, each of which has one network interface called left:if0 on node left and right:if0 on node right. The {{{<install>}}} element in the rspec asks the aggregate to download a script at the specified URL, uncompress and untar it, and save it in the /local directory. The <execute> element asks the aggregate to execute the specified script when the hosts come up. In this case the script to be executed is the one that was installed in /local.137 We'll use the spec file called two-nodes-iperf.rspec. You can view it [attachment:two-nodes-iperf.rspec here] or inside the VM. This rspec requests two nodes called left and right, each of which has one network interface called left:if0 on node left and right:if0 on node right. The {{{<install>}}} element in the rspec asks the aggregate to download a [attachment:iperf-execute-script.sh script] from the specified URL, uncompress and untar it, and save it in the /local directory. The <execute> element asks the aggregate to execute the specified script when the hosts come up. In this case the script to be executed is the one that was installed in /local. 138 138 139 139