Changes between Version 41 and Version 42 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/Execute


Ignore:
Timestamp:
03/13/15 20:44:01 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v41 v42  
    130130=== 5.2 Install and use `iperf` ===
    131131    a. Install the `iperf` software on both nodes:
    132     appropriate command below.
    133 {{{
    134 #!html
    135 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    136         <tr>
    137                 <td>
    138                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/exogeni-logo.png?format=raw" width="50" height="50" alt="ExoGENI">
    139                </td>
    140                <td>To install on ExoGENI nodes, you need to login as root.  You cannot sudo from your user account.  Login information was provided for root along with your user login information.</td>
    141                    
    142         </tr>
    143 </table>
    144 }}}
    145132{{{
    146133sudo apt-get install iperf
    147134hash
    148135}}}
    149 
    150136    b. Start an `iperf` server on the server node:
    151137{{{