Changes between Version 31 and Version 32 of GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
01/17/14 08:32:36 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GettingStarted_PartI/Procedure/Execute

    v31 v32  
    116116=== 5.2 Install and use `iperf` ===
    117117    a. Install the `iperf` software on both nodes, by running the
    118     following command:
    119 {{{
     118    appropriate command below.
     119
     120{{{
     121#!html
     122<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     123        <tr>
     124                <td>
     125                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/instageni-logo.png?format=raw" width="50" height="50" alt="InstaGENI">
     126               </td>
     127               <td>
     128If you are using resources at an InstaGENI aggregate do:
     129<code>
    120130    sudo yum install iperf
    121131    rehash
    122 }}}
     132</code>
     133</td>
     134                   
     135        </tr>
     136</table>
     137}}}
     138
     139{{{
     140#!html
     141<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     142        <tr>
     143                <td>
     144                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
     145               </td>
     146               <td>
     147If you are using resources at an ExoGENI aggregate do:
     148<code>
     149    sudo apt-get install iperf
     150    rehash
     151</code>
     152</td>
     153                   
     154        </tr>
     155</table>
     156}}}
     157
    123158
    124159    b. Start an `iperf` server on the server node: