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


Ignore:
Timestamp:
10/18/14 19:08:32 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v31 v32  
    136136    a. Install the `iperf` software on both nodes, by running the
    137137    appropriate command below.
    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/instageni-logo.png?format=raw" width="50" height="50" alt="InstaGENI">
    145                </td>
    146                <td>
    147 If you are using resources at an InstaGENI aggregate do:
    148 <pre>
    149     sudo yum install iperf
    150 </pre>
    151 </td>
    152                    
    153         </tr>
    154 </table>
    155 }}}
    156 
    157 {{{
    158 #!html
    159 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    160         <tr>
    161                 <td>
    162                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
    163                </td>
    164                <td>
    165 If you are using resources at an ExoGENI aggregate do:
    166 <pre>
     138{{{
    167139    sudo apt-get install iperf
    168140    hash
    169 </pre>
    170 </td>
    171                    
    172         </tr>
    173 </table>
    174 }}}
    175 
     141}}}
    176142
    177143    b. Start an `iperf` server on the server node: