Changes between Version 16 and Version 17 of GiB-gettingStarted
- Timestamp:
- 09/28/12 18:26:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-gettingStarted
v16 v17 45 45 Look at the Result Summary from Omni. You'll see that Omni found one aggregate available to you at URL {{{http://geni-in-a-box.net:8001}}}. This is the aggregate you will use to run your experiments. 46 46 47 3. Now, let's find out the resources advertised by this aggregate using the command {{ omni.py -a http://geni-in-a-box.net:8001 list resources}}:47 3. Now, let's find out the resources advertised by this aggregate using the command {{{omni.py -a http://geni-in-a-box.net:8001 listresources}}}: 48 48 {{{ 49 49 $ omni.py -a http://geni-in-a-box.net:8001 listresources … … 126 126 * Downloads and installs iperf on each host. 127 127 * Runs iperf in server mode on the host named 'left' and iperf in client mode on the host named 'right'. The outputs of the iperf commands are written to /tmp/iperf-srv.log and /tmp/iperf-client.log on the respective hosts. 128 128 We will ssh into these hosts to view these logs. 129 129 130 130 The request rspec for this experiment (and other examples of request rspecs) are in the directory {{{~/geni-in-a-box}}}.