Changes between Version 20 and Version 21 of GiB-gettingStarted


Ignore:
Timestamp:
09/28/12 19:05:23 (12 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-gettingStarted

    v20 v21  
    1 [[PageOutline(1-3, Table of Contents)]]
     1[[PageOutline(2-3, Table of Contents)]]
    22
    33= Using GENI-in-a-Box =
     
    126126The output of the command is the ''advertisement rspec'' from the GENI-in-a-Box aggregate.  You'll see the aggregate advertises six compute resources.   Only two are shown here for readability reasons but you will find the complete advertisement rspec [attachment:gib-advert.rspec here].  Look at the description of the first resource in the rspec.   This compute resources is an openVZ container running Fedora 15 image (or an Ubuntu 10 image if you are using the Ubuntu flavor of GENI-in-a-Box).  The  resource has four network interfaces: {{{eth0}}} through {{{eth3}}}.  {{{eth0}}} is a control interface and is not available to the experimenter.  All six compute resources advertised by this aggregate are identical.  You can therefore use this aggregate to create experiment topologies with up to six nodes and up to three links per node.
    127127
    128 === Running an Experiment ===
     128=== Run an Experiment ===
    129129We are now ready to run an experiment using these resources.  We'll start with a very simple experiment that consists of two hosts connected to one another by a single link.   When the hosts come up they execute an experimenter specified script that:
    130130    * Downloads and installs iperf on each host.